Morphology-Aware Graph Reinforcement Learning for Tensegrity Robot Locomotion
Chi Zhang, Mingrui Li, Wenzhe Tong, Xiaonan Huang
TL;DR
This work tackles the challenge of controlling tensegrity robots whose dynamics are highly coupled and underactuated. It proposes a morphology-aware reinforcement learning framework by incorporating a graph neural network (GNN) actor into Soft Actor-Critic (SAC), encoding the robot topology as a graph with end-caps as nodes and tendons/rods as edges. The approach yields faster learning, greater robustness to noise, stiffness variations, and terrain, and enables zero-shot sim-to-real transfer on a 3-bar tensegrity robot across straight tracking and turning primitives. These results demonstrate the value of embedding structural priors into RL for tensegrity locomotion and point to scalable, composable policies for real-world deployment.
Abstract
Tensegrity robots combine rigid rods and elastic cables, offering high resilience and deployability but posing major challenges for locomotion control due to their underactuated and highly coupled dynamics. This paper introduces a morphology-aware reinforcement learning framework that integrates a graph neural network (GNN) into the Soft Actor-Critic (SAC) algorithm. By representing the robot's physical topology as a graph, the proposed GNN-based policy captures coupling among components, enabling faster and more stable learning than conventional multilayer perceptron (MLP) policies. The method is validated on a physical 3-bar tensegrity robot across three locomotion primitives, including straight-line tracking and bidirectional turning. It shows superior sample efficiency, robustness to noise and stiffness variations, and improved trajectory accuracy. Notably, the learned policies transfer directly from simulation to hardware without fine-tuning, achieving stable real-world locomotion. These results demonstrate the advantages of incorporating structural priors into reinforcement learning for tensegrity robot control.
