ScreenExplorer: Training a Vision-Language Model for Diverse Exploration in Open GUI World
Runliang Niu, Jinglong Ji, Yi Chang, Qi Wang
TL;DR
ScreenExplorer presents a vision-language agent trained with Group Relative Policy Optimization in real, dynamic GUI environments. It couples a world-model-based curiosity reward with GRPO and an experience stream distillation pipeline to enable both effective interaction and diverse exploration, addressing cold-start and data-efficiency challenges. The approach demonstrates improved exploration diversity and GUI adaptation for a 3B-parameter model, and its distillation loop offers a path toward continual self-improvement with reduced reliance on manually curated data. Overall, the work provides a scalable framework for self-improving, open-world GUI agents with potential implications for advancing toward AGI in interactive settings.
Abstract
The rapid progress of large language models (LLMs) has sparked growing interest in building Artificial General Intelligence (AGI) within Graphical User Interface (GUI) environments. However, existing GUI agents based on LLMs or vision-language models (VLMs) often fail to generalize to novel environments and rely heavily on manually curated, diverse datasets. To overcome these limitations, we introduce ScreenExplorer, a VLM trained via Group Relative Policy Optimization(GRPO) in real, dynamic, and open-ended GUI environments. Innovatively, we introduced a world-model-based curiosity reward function to help the agent overcome the cold-start phase of exploration. Additionally, distilling experience streams further enhances the model's exploration capabilities. Our training framework enhances model exploration in open GUI environments, with trained models showing better environmental adaptation and sustained exploration compared to static deployment models. Our findings offer a scalable pathway toward AGI systems with self-improving capabilities in complex interactive settings.
