#31 · Primary category: Robotics & Embodied AI Simulation
ASAP
[RSS 2025] "ASAP: Aligning Simulation and Real-World Physics for Learning Agile Humanoid Whole-Body Skills"
Project last updated:01/06/26
GitHub Stars
2.1K
Forks
196
Contributors
4
License
MIT
Why we included this project
ASAP is a reference implementation worth studying if you train legged or humanoid robots and want them to move with real agility. It tackles the sim-to-real gap by pairing a phase-based motion-tracking policy with a learned 'delta action' model that corrects the difference between simulated and real-world physics, then fine-tunes the policy with that correction. The repo includes complete training pipelines for both stages and a motion-retargeting workflow that adapts SMPL/AMASS human motion to any humanoid robot model. It runs on IsaacGym, IsaacSim/IsaacLab, and Genesis, so it assumes you already have a simulation stack rather than providing one. The code is organized around reproducible experiments, and the paper, project website, and demo video are all linked for context.
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.