Code2World: A GUI World Model via Renderable Code Generation
Yuhao Zheng, Li'an Zhong, Yi Wang, Rui Dai, Kaikui Liu, Xiangxiang Chu, Linyuan Lv, Philip Torr, Kevin Qinghong Lin
TL;DR
Code2World introduces a renderable-code GUI world model that predicts the next UI state by generating HTML and rendering it, addressing data scarcity with the AndroidCode dataset of over 80K samples refined through visual feedback. It trains in two stages—supervised fine-tuning for HTML syntax followed by Render-Aware Reinforcement Learning with dual rewards $R_{sem}$ and $R_{act}$—and evaluates via a VLM-as-judge framework, achieving state-of-the-art next UI prediction and significant downstream navigation gains. The work demonstrates strong generalization to unseen apps and offers a plug-and-play simulator that enhances offline and online GUI navigation, with code released to enable broader adoption. Overall, Code2World shifts GUI world modeling from pixel or pure semantic representations to renderable code, providing both visual fidelity and fine-grained structural controllability for safer, foresighted agent planning.
Abstract
Autonomous GUI agents interact with environments by perceiving interfaces and executing actions. As a virtual sandbox, the GUI World model empowers agents with human-like foresight by enabling action-conditioned prediction. However, existing text- and pixel-based approaches struggle to simultaneously achieve high visual fidelity and fine-grained structural controllability. To this end, we propose Code2World, a vision-language coder that simulates the next visual state via renderable code generation. Specifically, to address the data scarcity problem, we construct AndroidCode by translating GUI trajectories into high-fidelity HTML and refining synthesized code through a visual-feedback revision mechanism, yielding a corpus of over 80K high-quality screen-action pairs. To adapt existing VLMs into code prediction, we first perform SFT as a cold start for format layout following, then further apply Render-Aware Reinforcement Learning which uses rendered outcome as the reward signal by enforcing visual semantic fidelity and action consistency. Extensive experiments demonstrate that Code2World-8B achieves the top-performing next UI prediction, rivaling the competitive GPT-5 and Gemini-3-Pro-Image. Notably, Code2World significantly enhances downstream navigation success rates in a flexible manner, boosting Gemini-2.5-Flash by +9.5% on AndroidWorld navigation. The code is available at https://github.com/AMAP-ML/Code2World.
