World-Gymnast: Training Robots with Reinforcement Learning in a World Model
Ansh Kumar Sharma, Yixiang Sun, Ninghao Lu, Yunzhe Zhang, Jiarao Liu, Sherry Yang
TL;DR
World-Gymnast introduces a framework for fine-tuning a vision-language-action policy inside a real-world-trained video world model. By rollouts in WorldGym and VLM-based rewards, it achieves substantial real-robot gains over supervised fine-tuning and software simulators on Bridge/OpenVLA tasks, and demonstrates capabilities such as training on novel language, distractors, test-time adaptation, and iterative policy-world-model refinement. The approach reduces dependence on physical robot data and manual simulators, hinting at scalable paths to household robots, while highlighting challenges from world-model hallucinations and distribution shifts requiring safety considerations. Overall, the work offers a practical, scalable paradigm for data-efficient robot learning that can exploit cloud-based world models and large foundation models to bridge the sim-to-real gap.
Abstract
Robot learning from interacting with the physical world is fundamentally bottlenecked by the cost of physical interaction. The two alternatives, supervised finetuning (SFT) from expert demonstrations and reinforcement learning (RL) in a software-based simulator, are limited by the amount of expert data available and the sim-to-real gap for manipulation. With the recent emergence of world models learned from real-world video-action data, we ask the question of whether training a policy in a world model can be more effective than supervised learning or software simulation in achieving better real-robot performance. We propose World-Gymnast, which performs RL finetuning of a vision-language-action (VLA) policy by rolling out the policy in an action-conditioned video world model and rewarding the rollouts with a vision-language model (VLM). On the Bridge robot setup, World-Gymnast outperforms SFT by as much as 18x and outperforms software simulator by as much as 2x. More importantly, World-Gymnast demonstrates intriguing capabilities of RL with a world model, including training on diverse language instructions and novel scenes from the world model, test-time training in a novel scene, and online iterative world model and policy improvement. Our results suggest learning a world model and training robot policies in the cloud could be the key to bridging the gap between robots that work in demonstrations and robots that can work in anyone's household.
