Iterative Reinforcement Learning Based Design of Dynamic Locomotion Skills for Cassie
Zhaoming Xie, Patrick Clary, Jeremy Dao, Pedro Morais, Jonathan Hurst, Michiel van de Panne
TL;DR
The paper tackles the practical challenge of iteratively designing legged locomotion policies with changing rewards. It introduces DASS-based data collection to efficiently fuse reinforcement learning with imitation learning, enabling full reward redesign while keeping policy deviations manageable. The method is validated on Cassie, demonstrating stable, variable-speed gaits with successful sim-to-real transfer without dynamics randomization, and shows that policies can be compressed and distilled into smaller networks. Additionally, curriculum and distillation techniques enable robust multi-speed and multi-style locomotion, including slope walking. Overall, the approach provides a practical, data-efficient pathway for iterative locomotion policy design and deployment on real hardware.
Abstract
Deep reinforcement learning (DRL) is a promising approach for developing legged locomotion skills. However, the iterative design process that is inevitable in practice is poorly supported by the default methodology. It is difficult to predict the outcomes of changes made to the reward functions, policy architectures, and the set of tasks being trained on. In this paper, we propose a practical method that allows the reward function to be fully redefined on each successive design iteration while limiting the deviation from the previous iteration. We characterize policies via sets of Deterministic Action Stochastic State (DASS) tuples, which represent the deterministic policy state-action pairs as sampled from the states visited by the trained stochastic policy. New policies are trained using a policy gradient algorithm which then mixes RL-based policy gradients with gradient updates defined by the DASS tuples. The tuples also allow for robust policy distillation to new network architectures. We demonstrate the effectiveness of this iterative-design approach on the bipedal robot Cassie, achieving stable walking with different gait styles at various speeds. We demonstrate the successful transfer of policies learned in simulation to the physical robot without any dynamics randomization, and that variable-speed walking policies for the physical robot can be represented by a small dataset of 5-10k tuples.
