Search papers, labs, and topics across Lattice.
This paper introduces the SPACE framework, which utilizes a Cartesian state delta as a universal action representation to enable the training of generalist robot policies across diverse embodiments and environments. By addressing the discrepancies in robot dynamics through a dual-component system鈥攃omprising a Cartesian state delta policy and an Action Adapter鈥擲PACE effectively translates predicted geometric displacements into robot-specific control commands. Experimental results demonstrate that SPACE significantly outperforms traditional behavior cloning methods, showcasing its robustness to dynamic shifts during deployment.
SPACE enables robots to learn from cross-robot data, achieving superior generalization and adaptability in diverse operational contexts.
In robot learning, scaling training datasets across diverse embodiments and environments has become a dominant paradigm for learning generalizable robot policies. These policies are commonly trained via behavior cloning to imitate actions from pre-collected demonstrations. However, since robot actions are tied to the dynamics of the data collection robot, different robots may require different actions to achieve the same motion. This discrepancy hinders both policy training and deployment across diverse robots. To address this, we propose using Cartesian state delta as a universal action representation across robots, and introduce State Prediction and Adaptive Command Execution (SPACE) framework. SPACE handles robot dynamics variation at three levels: across different embodiments, across hardware units of the same embodiment, and within a single robot during operation. It consists of two components: (i) a Cartesian state delta policy that predicts geometric end-effector displacement, and (ii) Action Adapter, which converts the predicted Cartesian state delta into robot-specific control commands. Experiments show that SPACE substantially outperforms policies that directly predict control commands when learning from data collected across different embodiments and across hardware units of the same embodiment. SPACE also remains robust under dynamics shifts at deployment, including changes in control frequency, object weight, and controller gains. The project page is available at http://haeone.site/space-website/.