菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-01
📄 Abstract - OpenWebRL: Demystifying Online Multi-turn Reinforcement Learning for Visual Web Agents

Building capable visual web agents requires long-horizon reasoning, precise grounding, and robust interaction with dynamic real-world websites. Despite rapid progress, the strongest systems remain largely proprietary, while open agents still depend heavily on supervised post-training over large collections of curated web trajectories. This dependence creates a major scalability bottleneck: high-quality demonstrations are expensive to collect, and static datasets offer limited coverage of the diverse, ever-changing open web. Although online RL has shown promise for text-based agents, its potential for training visual web agents directly on live websites remains largely underexplored. In this paper, we introduce OpenWebRL, an open framework for training visual web agents with online multi-turn RL on real websites. OpenWebRL covers the full training pipeline, including scalable live-browser infrastructure, supervised initialization, multimodal context management, trajectory-level success judging, and efficient multi-turn policy optimization. Using this framework, we train OpenWebRL-4B, which establishes a new open-source state of the art on challenging live-web benchmarks. With only 0.4K initialization trajectories and 2.2K open-ended RL training tasks, OpenWebRL-4B achieves 67.0% success on Online-Mind2Web and 64.0% on DeepShop, outperforming prior open agents of similar or larger scale and remaining competitive with proprietary systems including OpenAI CUA and Gemini CUA. Beyond strong benchmark performance, we systematically study the key design choices that make online RL effective for visual web agents, and analyze how RL improves agentic reasoning. Overall, our work offers a practical path toward building more capable, reproducible, and cost-efficient open web agents. We will release our training data, models, and code to support future research.

顶级标签: agents reinforcement learning vision
详细标签: web agents multi-turn rl online learning open-source benchmark 或 搜索:

OpenWebRL:揭秘面向视觉网页代理的在线多轮强化学习 / OpenWebRL: Demystifying Online Multi-turn Reinforcement Learning for Visual Web Agents


1️⃣ 一句话总结

本文提出并开源了一个名为OpenWebRL的完整框架,首次系统地将在线多轮强化学习应用于训练视觉网页代理,并证明仅用少量初始数据和任务,即可训练出在真实网站上性能超越多数开源模型、与闭源顶级系统媲美的低成本代理。

源自 arXiv: 2606.02031