Rapid Locomotion via Reinforcement Learning
Gabriel B Margolis, Ge Yang, Kartik Paigwar, Tao Chen, Pulkit Agrawal
TL;DR
The paper tackles fast, robust legged locomotion on natural terrain by training an end-to-end velocity-conditioned policy in simulation and transferring it to the real MIT Mini Cheetah using a teacher-student framework with online system identification and automatic curriculum strategies. It introduces adaptive Box and Grid curricula to shape feasible high-speed tasks and uses a 5-layer network to map sensory history and velocity commands to joint positions, with a teacher encoder for dynamics and a student adapter for online inference. Real-world results show a 3.9 m/s indoor sprint, 3.4 m/s outdoor grass dash, and stable ice spinning, with ablations confirming the importance of online adaptation and curriculum design. The work demonstrates that reinforcement learning can achieve record agility on a small quadruped with minimal sensing, offering a scalable alternative to hand-engineered model-based controllers.
Abstract
Agile maneuvers such as sprinting and high-speed turning in the wild are challenging for legged robots. We present an end-to-end learned controller that achieves record agility for the MIT Mini Cheetah, sustaining speeds up to 3.9 m/s. This system runs and turns fast on natural terrains like grass, ice, and gravel and responds robustly to disturbances. Our controller is a neural network trained in simulation via reinforcement learning and transferred to the real world. The two key components are (i) an adaptive curriculum on velocity commands and (ii) an online system identification strategy for sim-to-real transfer leveraged from prior work. Videos of the robot's behaviors are available at: https://agility.csail.mit.edu/
