Data Efficient Reinforcement Learning for Legged Robots
Yuxiang Yang, Ken Caluwaerts, Atil Iscen, Tingnan Zhang, Jie Tan, Vikas Sindhwani
TL;DR
The paper tackles the data efficiency challenge of legged locomotion by adopting a model-based reinforcement learning framework that learns a long-horizon dynamics model and uses model-predictive control for real-time planning. Key innovations include a multi-step loss to reduce prediction drift, a planning loop implemented with parallelized cross-entropy method, asynchronous replanning to cope with latency, and trajectory generators to constrain exploration for safety. On a Minitaur quadruped, the approach achieves walking with only 4.5 minutes of real-world data and demonstrates zero-shot generalization to unseen tasks like turning and backward walking, outperforming model-free baselines in sample efficiency. These results suggest that combining long-horizon dynamics with latency-aware planning and safety priors yields fast, robust, and generalizable locomotion control suitable for real robots.
Abstract
We present a model-based framework for robot locomotion that achieves walking based on only 4.5 minutes (45,000 control steps) of data collected on a quadruped robot. To accurately model the robot's dynamics over a long horizon, we introduce a loss function that tracks the model's prediction over multiple timesteps. We adapt model predictive control to account for planning latency, which allows the learned model to be used for real time control. Additionally, to ensure safe exploration during model learning, we embed prior knowledge of leg trajectories into the action space. The resulting system achieves fast and robust locomotion. Unlike model-free methods, which optimize for a particular task, our planner can use the same learned dynamics for various tasks, simply by changing the reward function. To the best of our knowledge, our approach is more than an order of magnitude more sample efficient than current model-free methods.
