ROAIApr 4, 2025

Real-is-Sim: Bridging the Sim-to-Real Gap with a Dynamic Digital Twin

arXiv:2504.03597v28 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the problem of safe and efficient policy deployment in robotics by shifting adaptation from the policy to the digital twin, though it is incremental as it builds on existing simulation and behavior cloning methods.

The paper tackles the sim-to-real gap in robotics by introducing a dynamic digital twin that synchronizes simulation with real hardware at 60Hz, enabling policies to act only in simulation while the real robot follows, resulting in consistent virtual and real-world evaluations for a manipulation task.

We introduce real-is-sim, a new approach to integrating simulation into behavior cloning pipelines. In contrast to real-only methods, which lack the ability to safely test policies before deployment, and sim-to-real methods, which require complex adaptation to cross the sim-to-real gap, our framework allows policies to seamlessly switch between running on real hardware and running in parallelized virtual environments. At the center of real-is-sim is a dynamic digital twin, powered by the Embodied Gaussian simulator, that synchronizes with the real world at 60Hz. This twin acts as a mediator between the behavior cloning policy and the real robot. Policies are trained using representations derived from simulator states and always act on the simulated robot, never the real one. During deployment, the real robot simply follows the simulated robot's joint states, and the simulation is continuously corrected with real world measurements. This setup, where the simulator drives all policy execution and maintains real-time synchronization with the physical world, shifts the responsibility of crossing the sim-to-real gap to the digital twin's synchronization mechanisms, instead of the policy itself. We demonstrate real-is-sim on a long-horizon manipulation task (PushT), showing that virtual evaluations are consistent with real-world results. We further show how real-world data can be augmented with virtual rollouts and compare to policies trained on different representations derived from the simulator state including object poses and rendered images from both static and robot-mounted cameras. Our results highlight the flexibility of the real-is-sim framework across training, evaluation, and deployment stages. Videos available at https://real-is-sim.github.io.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes