RLVR-World: Training World Models with Reinforcement Learning
Jialong Wu, Shaofeng Yin, Ningya Feng, Mingsheng Long
TL;DR
<3-5 sentence high-level summary> RLVR-World introduces a post-training reinforcement learning framework with verifiable rewards to directly optimize world models for task-specific transition-prediction metrics, addressing misalignment with traditional MLE objectives. By unifying language and video modalities into a single autoregressive, token-based formulation and leveraging GRPO for stable RL updates, the approach yields substantial improvements on text-game, web-navigation, and robotic-trajectory prediction tasks, often with far fewer gradient steps than conventional pre-training. The work demonstrates practical downstream benefits in policy evaluation and model-predictive control, and provides detailed analyses of repetition mitigation, metric-oriented optimization, and scaling behavior. It also discusses limitations and future directions toward general-purpose, large-scale, task-aligned world models that can generalize across domains.
Abstract
World models predict state transitions in response to actions and are increasingly developed across diverse modalities. However, standard training objectives such as maximum likelihood estimation (MLE) often misalign with task-specific goals of world models, i.e., transition prediction metrics like accuracy or perceptual quality. In this paper, we present RLVR-World, a unified framework that leverages reinforcement learning with verifiable rewards (RLVR) to directly optimize world models for such metrics. Despite formulating world modeling as autoregressive prediction of tokenized sequences, RLVR-World evaluates metrics of decoded predictions as verifiable rewards. We demonstrate substantial performance gains on both language- and video-based world models across domains, including text games, web navigation, and robot manipulation. Our work indicates that, beyond recent advances in reasoning language models, RLVR offers a promising post-training paradigm for enhancing the utility of generative models more broadly. Code, datasets, models, and video samples are available at the project website: https://thuml.github.io/RLVR-World.
