🤖 AI Summary
Reinforcement learning (RL) policies for legged robots often neglect morphological structure and symmetry, leading to inefficient training and poor generalization. To address this, we propose a graph neural RL framework that jointly incorporates kinematic structural modeling and equivariant constraints enforcing symmetry. Our key contribution is the first design of a morphology-aware equivariant graph neural policy network, which explicitly encodes the robot’s topological structure and group actions of its symmetry group—ensuring policy outputs transform equivariantly and value functions remain invariant under symmetry transformations, without requiring reward shaping or data augmentation. We validate the framework in simulation and on multiple physical robot platforms. Results demonstrate significant improvements in sample efficiency (average +42%) and cross-gait/cross-platform generalization, while maintaining high stability in complex dynamic environments.
📝 Abstract
Reinforcement learning has recently enabled impressive locomotion capabilities on legged robots; however, most policy architectures remain morphology- and symmetry-agnostic, leading to inefficient training and limited generalization. This work introduces MS-PPO, a morphological-symmetry-equivariant policy learning framework that encodes robot kinematic structure and morphological symmetries directly into the policy network. We construct a morphology-informed graph neural architecture that is provably equivariant with respect to the robot's morphological symmetry group actions, ensuring consistent policy responses under symmetric states while maintaining invariance in value estimation. This design eliminates the need for tedious reward shaping or costly data augmentation, which are typically required to enforce symmetry. We evaluate MS-PPO in simulation on Unitree Go2 and Xiaomi CyberDog2 robots across diverse locomotion tasks, including trotting, pronking, slope walking, and bipedal turning, and further deploy the learned policies on hardware. Extensive experiments show that MS-PPO achieves superior training stability, symmetry generalization ability, and sample efficiency in challenging locomotion tasks, compared to state-of-the-art baselines. These findings demonstrate that embedding both kinematic structure and morphological symmetry into policy learning provides a powerful inductive bias for legged robot locomotion control. Our code will be made publicly available at https://lunarlab-gatech.github.io/MS-PPO/.