English

Simulation Distillation: Pretraining World Models in Simulation for Rapid Real-World Adaptation

Robotics 2026-05-13 v2 Artificial Intelligence Machine Learning

Abstract

Robot learning requires adaptation methods that improve reliably from limited, mixed-quality interaction data. This is especially challenging in long-horizon, contact-rich tasks, where end-to-end policy finetuning remains inefficient and brittle. World models offer a compelling alternative: by predicting the outcomes of candidate action sequences, they enable online planning through counterfactual reasoning. However, training action-conditioned robotic world models directly in the real world requires diverse data at impractical scale. We introduce Simulation Distillation (SimDist), a framework that uses physics simulators as a scalable source of action-conditioned robot experience. During pretraining, SimDist distills structural priors from the simulator into a world model that enables planning from raw real-world observations. During real-world adaptation, SimDist transfers the encoder, reward model, and value function learned in simulation, and updates only the latent dynamics model using real-world prediction losses. This reduces adaptation to supervised system identification while preserving dense, long-horizon planning signals for online improvement. Across contact-rich manipulation and quadruped locomotion tasks, SimDist rapidly improves with experience, while prior adaptation methods struggle to make progress or degrade during online finetuning. Project website and code: https://sim-dist.github.io

Keywords

Cite

@article{arxiv.2603.15759,
  title  = {Simulation Distillation: Pretraining World Models in Simulation for Rapid Real-World Adaptation},
  author = {Jacob Levy and Tyler Westenbroek and Kevin Huang and Fernando Palafox and Patrick Yin and Shayegan Omidshafiei and Dong-Ki Kim and Abhishek Gupta and David Fridovich-Keil},
  journal= {arXiv preprint arXiv:2603.15759},
  year   = {2026}
}

Comments

Robotics: Science and Systems 2026

R2 v1 2026-07-01T11:22:59.552Z