用经验回放提升大模型操控界面的长序列决策能力
ARPO:End-to-End Policy Optimization for GUI Agents with Experience Replay
- 引入经验回放缓冲区,复用成功交互经验优化策略
- 在OSWorld上达到新基准,显著提升复杂任务完成率
- 适合研究多轮交互与视觉语言模型的从业者参考
训练大型语言模型(LLMs)作为交互式图形用户界面(GUI)代理,面临如何优化长时序动作序列并处理复杂环境多模态反馈的挑战。尽管近期研究推动了多轮强化学习(RL)在推理与工具使用方面的发展,但其在基于GUI的代理中应用仍较少,主要受限于奖励稀疏、反馈延迟和高采样成本。本文提出端到端的代理经验回放策略优化(ARPO),在组相对策略优化(GRPO)基础上引入经验回放缓冲区,实现跨训练迭代的成功经验复用。为稳定训练过程,设计基于基线性能的任务筛选策略,使代理聚焦于有信息量的交互。同时对比离线偏好优化方法,验证了基于策略的强化学习在GUI环境中的优势。在OSWorld基准测试中,ARPO取得具有竞争力的结果,确立了基于强化学习训练的LLM GUI代理的新性能基准。研究结果表明,强化学习对训练能处理复杂真实界面交互的多轮视觉语言代理有效。
原文摘要 · Abstract (English)
Training large language models (LLMs) as interactive agents for controlling graphical user interfaces (GUIs) presents a unique challenge to optimize long-horizon action sequences with multimodal feedback from complex environments. While recent works have advanced multi-turn reinforcement learning (RL) for reasoning and tool-using capabilities in LLMs, their application to GUI-based agents remains relatively underexplored due to the difficulty of sparse rewards, delayed feedback, and high rollout costs. In this paper, we investigate end-to-end policy optimization for vision-language-based GUI agents with the aim of improving performance on complex, long-horizon computer tasks. We propose Agentic Replay Policy Optimization (ARPO), an end-to-end RL approach that augments Group Relative Policy Optimization (GRPO) with a replay buffer to reuse the successful experience across training iterations. To further stabilize the training process, we propose a task selection strategy that filters tasks based on baseline agent performance, allowing the agent to focus on learning from informative interactions. Additionally, we compare ARPO with offline preference optimization approaches, highlighting the advantages of policy-based methods in GUI environments. Experiments on the OSWorld benchmark demonstrate that ARPO achieves competitive results, establishing a new performance baseline for LLM-based GUI agents trained via reinforcement learning. Our findings underscore the effectiveness of reinforcement learning for training multi-turn, vision-language GUI agents capable of managing complex real-world UI interactions. Codes and models:https://github.com/dvlab-research/ARPO.git.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。