🤖 AI Summary
Despite their strong multimodal understanding capabilities, vision-language models (VLMs) exhibit weak decision-making performance in interactive visual environments—e.g., games—revealing a significant “knowing-but-not-doing” gap. To address this, we introduce VLM-Gym: a composable, difficulty-controllable reinforcement learning benchmark comprising multiple visually rich games. We further propose G1, a novel training framework featuring perception-augmented cold-start initialization and multi-task parallel RL fine-tuning. G1 is the first to empirically uncover the synergistic emergence and mutual guidance between perceptual and reasoning capabilities during training. It enables cross-game generalization and capability self-bootstrapping, achieving state-of-the-art performance across diverse visual games—surpassing both teacher models and Claude-3.7-Sonnet-Thinking. All code, environments, and models are publicly released.
📝 Abstract
Vision-Language Models (VLMs) excel in many direct multimodal tasks but struggle to translate this prowess into effective decision-making within interactive, visually rich environments like games. This ``knowing-doing'' gap significantly limits their potential as autonomous agents, as leading VLMs often performing badly in simple games. To address this, we introduce VLM-Gym, a curated reinforcement learning (RL) environment featuring diverse visual games with unified interfaces and adjustable, compositional difficulty, specifically designed for scalable multi-game parallel training. Leveraging VLM-Gym, we train G0 models using pure RL-driven self-evolution, which demonstrate emergent perception and reasoning patterns. To further mitigate challenges arising from game diversity, we develop G1 models. G1 incorporates a perception-enhanced cold start prior to RL fine-tuning. Our resulting G1 models consistently surpass their teacher across all games and outperform leading proprietary models like Claude-3.7-Sonnet-Thinking. Systematic analysis reveals an intriguing finding: perception and reasoning abilities mutually bootstrap each other throughout the RL training process. Source code including VLM-Gym and RL training are released at https://github.com/chenllliang/G1 to foster future research in advancing VLMs as capable interactive agents.