Uncertainty-Aware Robotic World Model Makes Offline Model-Based Reinforcement Learning Work on Real Robots
Chenhao Li, Andreas Krause, Marco Hutter
TL;DR
This work tackles the challenge of offline model-based reinforcement learning for real robotics by introducing RWM-U, an uncertainty-aware autoregressive world model, and MOPO-PPO, an uncertainty-penalized on-policy policy optimizer. By propagating epistemic uncertainty through long-horizon imagined rollouts and penalizing high-uncertainty transitions, the approach enables stable, fully offline learning on real robots and data-rich simulation environments. Empirical results across manipulation and locomotion tasks—including deployments on ANYmal D and Unitree G1—demonstrate improved robustness and greater data efficiency, with real-world data further enhancing performance when balanced with simulated experiences. The findings indicate that principled uncertainty handling can make offline MBRL practical for real-world robotics, enabling reuse of past data without iterative online interaction.
Abstract
Reinforcement Learning (RL) has achieved impressive results in robotics, yet high-performing pipelines remain highly task-specific, with little reuse of prior data. Offline Model-based RL (MBRL) offers greater data efficiency by training policies entirely from existing datasets, but suffers from compounding errors and distribution shift in long-horizon rollouts. Although existing methods have shown success in controlled simulation benchmarks, robustly applying them to the noisy, biased, and partially observed datasets typical of real-world robotics remains challenging. We present a principled pipeline for making offline MBRL effective on physical robots. Our RWM-U extends autoregressive world models with epistemic uncertainty estimation, enabling temporally consistent multi-step rollouts with uncertainty effectively propagated over long horizons. We combine RWM-U with MOPO-PPO, which adapts uncertainty-penalized policy optimization to the stable, on-policy PPO framework for real-world control. We evaluate our approach on diverse manipulation and locomotion tasks in simulation and on real quadruped and humanoid, training policies entirely from offline datasets. The resulting policies consistently outperform model-free and uncertainty-unaware model-based baselines, and fusing real-world data in model learning further yields robust policies that surpass online model-free baselines trained solely in simulation.
