🤖 AI Summary
This work addresses the challenge of training GUI agents, which is hindered by the scarcity of realistic and interactive web environments. To overcome this limitation, the authors propose a task-driven automated approach that synthesizes large-scale, functionally complete, and interlinked web environments under a unified specification. Diversity is ensured by leveraging website seeds and reference design mockups. Additionally, the framework includes a verifiable task evaluator that provides dense reward signals to facilitate reinforcement learning. The generated environments exhibit higher realism than those produced by existing commercial coding agents, and GUI agents trained within them achieve significantly improved performance on the OSWorld and Online-Mind2Web benchmarks.
📝 Abstract
GUI agents that interact with graphical interfaces on behalf of users represent a promising direction for practical AI assistants. However, training such agents is hindered by the scarcity of suitable environments. We present InfiniteWeb, a system that automatically generates functional web environments at scale for GUI agent training. While LLMs perform well on generating a single webpage, building a realistic and functional website with many interconnected pages faces challenges. We address these challenges through unified specification, task-centric test-driven development, and a combination of website seed with reference design image to ensure diversity. Our system also generates verifiable task evaluators enabling dense reward signals for reinforcement learning. Experiments show that InfiniteWeb surpasses commercial coding agents at realistic website construction, and GUI agents trained on our generated environments achieve significant performance improvements on OSWorld and Online-Mind2Web, demonstrating the effectiveness of proposed system.