Skip to content

Commit 0935da5

Browse files
committed
带有通用规划器的 H-GAP 人形控制代码发布
1 parent b4b7743 commit 0935da5

File tree

1 file changed

+58
-2
lines changed

1 file changed

+58
-2
lines changed

docs/pedestrian/humanoid.md

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [人形机器人仿真](https://github.com/google-deepmind/mujoco/network/dependents)
22

3-
<!-- 共4581个仓库,更新到最新的仓库: https://github.com/Badger-RL/ROPE
4-
更新到的页面: https://github.com/google-deepmind/mujoco/network/dependents?dependents_before=MzQxMDM2MTU5MzM -->
3+
<!-- 共4581个仓库,更新到最新的仓库: https://github.com/samlobel/many_gamma
4+
更新到的页面: https://github.com/google-deepmind/mujoco/network/dependents?dependents_before=MzQ0MTU1MzUzOTU -->
55

66
- [__Mujoco__](#Mujoco)
77
- [人的建模](#humanoid_model)
@@ -123,6 +123,8 @@
123123

124124
[使用 mujoco 和类人神经机械模型(而非人形机器人)实现 DeepMimic](https://github.com/DanielCastillo03/DeepMimic_Research)
125125

126+
[带有通用规划器的 H-GAP 人形控制代码发布](https://github.com/facebookresearch/hgap)
127+
126128
[仿生机器人](https://github.com/MHaqui/Biomecanical_project)
127129

128130
[构建意识与决策机制](https://github.com/oyako-li/TPG)
@@ -420,6 +422,8 @@
420422

421423
[通过贝叶斯心理理论进行稳健逆强化学习](https://github.com/ran-weii/btom_irl)
422424

425+
[机器人手部操作任务的逆向强化学习](https://github.com/saqib1707/RL-Robot-Manipulation)
426+
423427
[Inverse_RL](https://github.com/werkaaa/Inverse_RL)
424428

425429

@@ -444,6 +448,10 @@
444448

445449
[物体检测与追踪](https://github.com/GUVENAli/yolov5-object-detection-tracking)
446450

451+
[利用物理运动定律从二维标签学习单目三维物体定位](https://github.com/KieDani/Towards_3D_Object_Localization)
452+
453+
[利用“任何事物分割”模型进行通用视觉强化学习](https://github.com/wadiuvatzy/SAM-G)
454+
447455
[动作捕捉环境](https://github.com/hartikainen/mocap-environments)
448456

449457

@@ -484,10 +492,14 @@
484492

485493
[探索关节空间中潜在地标](https://github.com/dtch1997/latent-landmarks)
486494

495+
[用于调试应用于 mujoco 模型的控制器实现](https://github.com/peterdavidfagan/mujoco_controllers)
496+
487497
[简化 Mujoco 中机械手的设置和控制](https://github.com/ian-chuang/Manipulator-Mujoco)
488498

489499
[CMU 16-831 机器人学习简介的作业](https://github.com/dhanvi97/16831_RL)
490500

501+
[带手掌的四轴控制器,包括 RL 控制器和 IK 控制器](https://github.com/Prakyathkantharaju/test_walking_with_palm)
502+
491503
[ Kinova Gen3 机器人控制](https://github.com/jerrywrx/kinova_control)
492504

493505
[如何更改加载模型中指定的执行器](https://github.com/lvjonok/mujoco-actuators-types)
@@ -609,6 +621,8 @@
609621

610622
[用于评估强化学习代理的适应和探索的环境](https://github.com/izkula/adaptgym)
611623

624+
[CoLeCT 项目的 MuJoCo 模拟环境](https://github.com/lbusellato/CoLeCT_sim)
625+
612626
[IsaacGym 环境示例 KukaTwoArms](https://github.com/intelligent-control-lab/guardX)
613627

614628
[CathSim:一种用于血管内介入的开源模拟器](https://github.com/airvlab/cathsim)
@@ -647,8 +661,16 @@
647661

648662
[强化学习中技能转移的分层启动源代码](https://github.com/SSHAY007/MiniHackThePlanet)
649663

664+
[描述符条件强化学习 MAP-Elites](https://github.com/adaptive-intelligent-robotics/DCRL-MAP-Elites)
665+
650666
[OPTIMUS:利用视觉运动变换器进行模拟任务和运动规划](https://github.com/NVlabs/Optimus)
651667

668+
[从不平衡演示中进行半监督模仿学习](https://github.com/tRNAoO/Ess-InfoGAIL)
669+
670+
[通过最大化证据进行行动推断:基于世界模型的观察零样本模仿](https://github.com/argmax-ai/aime)
671+
672+
[按复杂性和关节数量的递增顺序训练 MuJoCo 环境(Hopper、Half-Cheetah 和 Ant)的模型](https://github.com/Panjete/mujocoagents)
673+
652674
[METRA:具有度量感知抽象的可扩展无监督强化学习](https://github.com/seohongpark/METRA)
653675

654676
[从示例对象轨迹和预抓取中学习灵巧操作](https://github.com/ishaanshah15/TCDMdev)
@@ -661,6 +683,12 @@
661683

662684
[TimewarpVAE:同时进行时间扭曲和轨迹表征学习](https://github.com/anonymousauthor913/iclr2024submission)
663685

686+
[PyTorch 中时间对称数据增强(TSDA)的实现](https://github.com/CLeARoboticsLab/tsymRL)
687+
688+
[JAX 中的在线策略梯度算法](https://github.com/Matt00n/PolicyGradientsJax)
689+
690+
[好奇探索中的目标条件离线规划](https://github.com/martius-lab/gcopfce)
691+
664692
[基于像素观测的状态安全强化学习](https://github.com/SimonZhan-code/Step-Wise_SafeRL_Pixel)
665693

666694
[带有注意力缓存和批量束搜索的轨迹变换器实现](https://github.com/Howuhh/faster-trajectory-transformer)
@@ -669,6 +697,8 @@
669697

670698
[TimewarpVAE:同时进行时间扭曲和轨迹表示学习](https://github.com/travers-rhodes/TimewarpVAE)
671699

700+
[实验机器人操作代理的PLEX 架构的代码和说明](https://github.com/microsoft/PLEX)
701+
672702
[任意跌倒状态起身](https://github.com/TeshShin/UE5-GetupControl) - UE5
673703

674704
[等距运动流形基元](https://github.com/Gabe-YHLee/IMMP-public)
@@ -824,6 +854,8 @@
824854

825855
[CMU 16-831 机器人学习简介的作业](https://github.com/shriishwaryaa/Introduction-to-Robot-Learning)
826856

857+
[使用 JAX 实现各种学习算法的练习代码](https://github.com/TheUnsolvedDev/JaxStormer)
858+
827859
[cs285](https://github.com/johnviljoen/cs285)
828860

829861
[CS 285 作业](https://github.com/LeslieTrue/cs285_fall22_hw_sol)
@@ -993,18 +1025,28 @@
9931025

9941026
[空气曲棍球挑战赛](https://github.com/AirHockeyChallenge/air_hockey_challenge)[其他](https://github.com/thomasbonenfant/air_hockey_challenge)[其他2](https://github.com/Elizabeth-Palacios/Curriculum)[其他3](https://github.com/hzm2016/sea_robot_sim)
9951027

1028+
[2023年空气曲棍球挑战赛](https://github.com/verma-rishabh/air_hockey_qualifying)
1029+
9961030
[可用于开发机器人 3D 装箱问题的求解器的gym环境](https://github.com/floriankagerer/bed-bpp-env)
9971031

9981032
[测试 RL 在量子控制中的应用](https://github.com/AnikenC/QuantumControlWithRL) - 特别关注电路级和脉冲级门校准任务
9991033

10001034
[用于机器人插入任务的 MuJoCo 模拟](https://github.com/gintautas12358/Mujoco-Eleanor)
10011035

1036+
[多任务机器人学习](https://github.com/Eyshika/Multi_Task_Robot_Learning)
1037+
10021038
[与 ROS NIAS-API 类似的 CoppeliaSim 机器人模拟器的绑定](https://github.com/knowledgetechnologyuhh/nicol_coppeliasim)
10031039

1040+
[竞技体育的两步法:以击剑为例](https://github.com/YCK1130/IMRL-HF)
1041+
10041042
[曲棍球环境中的强化学习](https://github.com/JSteegmueller/The-Q-Learners)
10051043

10061044
[一个用于自动生成伸手动作以抓取扁平电缆连接器插入姿势的环境](https://github.com/maki8maki/Gym_Cable_RL)
10071045

1046+
[研究如何训练自适应人机界面,以在获得良好控制的同时最大限度地减少用户交互](https://github.com/KilianFt/Adaptive-HCI)
1047+
1048+
[赛车v2](https://github.com/Merealtea/CarRacingv2)
1049+
10081050
[深度Q学习解决俄罗斯方块模拟器](https://github.com/ItaiBear/TetrisGameMaster)
10091051

10101052
[空气曲棍球锦标赛](https://github.com/thomasbonenfant/air_hockey_challenge)
@@ -1072,6 +1114,8 @@
10721114

10731115
[无人机RL](https://github.com/jasonjabbour/DroneRL)
10741116

1117+
[通过遗传算法改进滑翔机的设计](https://github.com/featherware/glider)
1118+
10751119
[无人机仿真](https://github.com/C-monC/Drone-simluation)
10761120

10771121
[四轴飞行器有效载荷抓取与运输轨迹规划与控制设计](https://github.com/antalpeter1/tdk-2022)
@@ -1116,6 +1160,8 @@
11161160

11171161
## 工具 <span id="tool"></span>
11181162

1163+
[将 URDF 模型转换为 MJCF 模型的实用工具](https://github.com/ipa320/urdf2mjcf)
1164+
11191165
[一个基于 C++ 的批处理环境池 EnvPool](https://github.com/sail-sg/envpool) - 基于 C++ 的高性能并行环境执行引擎(矢量化环境),适用于通用 RL 环境
11201166

11211167
[用于强化学习的机器人模拟环境集合](https://github.com/Farama-Foundation/Gymnasium-Robotics)
@@ -1144,6 +1190,8 @@
11441190

11451191
[reboot-toolkit](https://github.com/RebootMotion/reboot-toolkit)
11461192

1193+
[unfaithful-cot-replication](https://github.com/bpwu1/unfaithful-cot-replication)
1194+
11471195
[结构化的模块化设置,用于使用 Ray RLlib 库训练强化学习 (RL) 模型](https://github.com/artificial-experience/ray-rllib-proto)
11481196

11491197
[用于机器人操作的模块化接口](https://github.com/raunaqbhirangi/manimo)
@@ -1238,10 +1286,14 @@
12381286

12391287
[RoboDog项目](https://github.com/Stblacq/robodog)
12401288

1289+
[many_gamma](https://github.com/samlobel/many_gamma)
1290+
12411291
[231A_project](https://github.com/johnviljoen/231A_project)
12421292

12431293
[cs340lab4](https://github.com/Dylan920424/cs340lab4)
12441294

1295+
[强化学习研究](https://github.com/fredsonaguiar/bang_bang_mountain_car)
1296+
12451297
[DPC_for_robotics](https://github.com/pnnl/DPC_for_robotics)
12461298

12471299
[talar-openreview-fork](https://github.com/ezhang7423/talar-openreview-fork)
@@ -1252,8 +1304,12 @@
12521304

12531305
[training-gym](https://github.com/joshbrowning2358/training-gym)
12541306

1307+
[尝试实施强化学习](https://github.com/WhoKnowsWhoCares/RL)
1308+
12551309
[S7-RL](https://github.com/JJulessNL/S7-RL)
12561310

1311+
[clean-jax-rl](https://github.com/chkda/clean-jax-rl)
1312+
12571313
[SIMCSUM](https://github.com/MehwishFatimah/SimCSum)
12581314

12591315
[mb-强化](https://github.com/nhaij/mb-reinforcement)

0 commit comments

Comments
 (0)