DecAP: Decaying Action Priors for Accelerated Imitation Learning of Torque-Based Legged Locomotion Policies
Shivam Sood, Ge Sun, Peizhuo Li, Guillaume Sartoretti
TL;DR
The paper tackles the sample-inefficiency of torque-space learning for legged locomotion by proposing DecAP, a two-stage framework that first learns from position-based imitation data and then injects decaying torque priors to bootstrap torque exploration. It formalizes the problem as an MDP for velocity tracking, uses imitation rewards and shaping terms, and decays a PD-based torque bias over time to guide exploration ($\gamma$ = 0.99, $k$ = 100). The approach is validated in simulation on three quadrupeds and in hardware with a Unitree Go1, showing faster convergence (≈25 minutes) and robustness to imitation reward scaling from $0.1x$ to $10x$, with torque-based policies outperforming pure imitation in disturbed or out-of-distribution conditions. The results suggest torque-based control can be learned end-to-end more efficiently by leveraging position-space data and controlled exploration, enabling robust real-world locomotion without extensive domain randomization and generalizing across platforms.
Abstract
Optimal Control for legged robots has gone through a paradigm shift from position-based to torque-based control, owing to the latter's compliant and robust nature. In parallel to this shift, the community has also turned to Deep Reinforcement Learning (DRL) as a promising approach to directly learn locomotion policies for complex real-life tasks. However, most end-to-end DRL approaches still operate in position space, mainly because learning in torque space is often sample-inefficient and does not consistently converge to natural gaits. To address these challenges, we propose a two-stage framework. In the first stage, we generate our own imitation data by training a position-based policy, eliminating the need for expert knowledge to design optimal controllers. The second stage incorporates decaying action priors, a novel method to enhance the exploration of torque-based policies aided by imitation rewards. We show that our approach consistently outperforms imitation learning alone and is robust to scaling these rewards from 0.1x to 10x. We further validate the benefits of torque control by comparing the robustness of a position-based policy to a position-assisted torque-based policy on a quadruped (Unitree Go1) without any domain randomization in the form of external disturbances during training.
