#37 · Primary category: Robotics & Embodied AI Simulation
humanoid-gym
Humanoid-Gym: Reinforcement Learning for Humanoid Robot with Zero-Shot Sim2Real Transfer https://arxiv.org/abs/2404.05695
Project last updated:01/26/25
GitHub Stars
2.1K
Forks
254
Contributors
5
License
Other
Why we included this project
Teams training legged or humanoid robots will find this a solid starting point: it packages the whole reinforcement learning pipeline around Isaac Gym rather than leaving you to wire up the pieces yourself. The framework adds rewards tuned for humanoid robots, and zero-shot sim-to-real transfer has been verified on RobotEra's XBot-S and XBot-L, so the trained policies demonstrably survive contact with real hardware. Its Isaac Gym to MuJoCo sim-to-sim bridge lets you check a policy in a second physics engine before touching a real robot, which catches a lot of surprises early. The repo also walks through the Denoising World Model Learning approach from RSS 2024, adding state estimation and system identification techniques for more robust deployment. If you already work in Isaac Gym and your humanoid is close to the XBot family, the setup guides and ready-to-run training scripts get you from an empty workspace to a working locomotion policy fairly quickly.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.