PEAC: Unsupervised Pre-training for Cross-Embodiment Reinforcement Learning
Chengyang Ying, Zhongkai Hao, Xinning Zhou, Xuezhou Xu, Hang Su, Xingxing Zhang, Jun Zhu
TL;DR
This work addresses the challenge of generalizing reinforcement learning agents across diverse embodiments by proposing Cross-Embodiment Unsupervised RL (CEURL), a reward-free pre-training paradigm formulated as a Controlled Embodiment Markov Decision Process ($CE$-MDP). It introduces Pre-trained Embodiment-Aware Control (PEAC), featuring a cross-embodiment intrinsic reward $\mathcal{R}_{\text{CE}}$ and an embodiment discriminator to learn embodiment-aware, task-agnostic representations, with two flexible variants PEAC-LBS and PEAC-DIAYN that integrate with existing unsupervised RL methods. Theoretical analysis links the pre-training objective to a tractable KL-based form and demonstrates heightened variability of cross-embodiment skill vertices, guiding robust initializations for downstream tasks. Extensive experiments across DeepMind Control Suite, Robosuite, Isaacgym, and real-world Aliengo locomotion show that PEAC enables fast adaptation and generalization to unseen embodiments, highlighting its potential for scalable cross-embodiment control in real-world robotics.
Abstract
Designing generalizable agents capable of adapting to diverse embodiments has achieved significant attention in Reinforcement Learning (RL), which is critical for deploying RL agents in various real-world applications. Previous Cross-Embodiment RL approaches have focused on transferring knowledge across embodiments within specific tasks. These methods often result in knowledge tightly coupled with those tasks and fail to adequately capture the distinct characteristics of different embodiments. To address this limitation, we introduce the notion of Cross-Embodiment Unsupervised RL (CEURL), which leverages unsupervised learning to enable agents to acquire embodiment-aware and task-agnostic knowledge through online interactions within reward-free environments. We formulate CEURL as a novel Controlled Embodiment Markov Decision Process (CE-MDP) and systematically analyze CEURL's pre-training objectives under CE-MDP. Based on these analyses, we develop a novel algorithm Pre-trained Embodiment-Aware Control (PEAC) for handling CEURL, incorporating an intrinsic reward function specifically designed for cross-embodiment pre-training. PEAC not only provides an intuitive optimization strategy for cross-embodiment pre-training but also can integrate flexibly with existing unsupervised RL methods, facilitating cross-embodiment exploration and skill discovery. Extensive experiments in both simulated (e.g., DMC and Robosuite) and real-world environments (e.g., legged locomotion) demonstrate that PEAC significantly improves adaptation performance and cross-embodiment generalization, demonstrating its effectiveness in overcoming the unique challenges of CEURL. The project page and code are in https://yingchengyang.github.io/ceurl.
