GUI探索实验室:通过多轮强化学习增强智能体在屏幕间的导航能力 / GUI Exploration Lab: Enhancing Screen Navigation in Agents via Multi-Turn Reinforcement Learning
1️⃣ 一句话总结
这篇论文提出了一个名为GUI探索实验室的模拟环境引擎,用于研究和训练能在复杂图形界面中导航的智能体,并通过实验发现,结合监督微调、单轮强化学习和多轮强化学习的训练方法,能有效提升智能体在未知场景下的探索与导航能力。
With the rapid development of Large Vision Language Models, the focus of Graphical User Interface (GUI) agent tasks shifts from single-screen tasks to complex screen navigation challenges. However, real-world GUI environments, such as PC software and mobile Apps, are often complex and proprietary, making it difficult to obtain the comprehensive environment information needed for agent training and evaluation. This limitation hinders systematic investigation and benchmarking of agent navigation capabilities. To address this limitation, we introduce GUI Exploration Lab, a simulation environment engine for GUI agent navigation research that enables flexible definition and composition of screens, icons, and navigation graphs, while providing full access to environment information for comprehensive agent training and evaluation. Through extensive experiments, we find that supervised fine-tuning enables effective memorization of fundamental knowledge, serving as a crucial foundation for subsequent training. Building on this, single-turn reinforcement learning further enhances generalization to unseen scenarios. Finally, multi-turn reinforcement learning encourages the development of exploration strategies through interactive trial and error, leading to further improvements in screen navigation performance. We validate our methods on both static and interactive benchmarks, demonstrating that our findings generalize effectively to real-world scenarios. These findings demonstrate the advantages of reinforcement learning approaches in GUI navigation and offer practical guidance for building more capable and generalizable GUI agents.
GUI探索实验室:通过多轮强化学习增强智能体在屏幕间的导航能力 / GUI Exploration Lab: Enhancing Screen Navigation in Agents via Multi-Turn Reinforcement Learning
这篇论文提出了一个名为GUI探索实验室的模拟环境引擎,用于研究和训练能在复杂图形界面中导航的智能体,并通过实验发现,结合监督微调、单轮强化学习和多轮强化学习的训练方法,能有效提升智能体在未知场景下的探索与导航能力。