MS-PPO: Morphological-Symmetry-Equivariant Policy for Legged Robot Locomotion
Sizhe Wei, Xulin Chen, Fengze Xie, Garrett Ethan Katz, Zhenyu Gan, Lu Gan
TL;DR
MS-PPO addresses morphology- and symmetry-agnostic policies in legged RL by embedding the robot's kinematic graph and morphological symmetry into a graph neural policy (actor) and an invariant value function (critic). The approach uses a morphology-symmetry-equivariant GNN for the policy and a symmetry-invariant GNN for the value, achieving superior symmetry generalization, training stability, and sample efficiency across quadruped platforms, with successful sim-to-real deployment. It eliminates reliance on reward shaping or data augmentation for symmetry and demonstrates robustness across gait types and terrains. The work provides a principled inductive bias for legged locomotion control and shares code publicly.
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/.
