paper-with-me

Papers

EvoCUA-1.5: Online Reinforcement Learning for Multi-turn Computer-Use Agents

2026-07-07 · Mianqiu Huang, Taofeng Xue, Chong Peng, Jinrui Ding, Jie Yang, Sicheng Fan, Jiale Hong, Yufei Gao, Xiaocheng Zhang, Linsen Guo, Xin Yang, Dengchang Zhao, Yuchen Xie, Peng Pei, Xunliang Xie, Xipeng Qiu arxiv

Computer-use agents must solve long-horizon tasks through repeated interaction with partially observable, multimodal desktop environments. Although imitation learning and offline trajectory refinement provide strong priors, static traces cannot cover the causal feedback loop of real computer use: each action changes the screen state, future action space, and recovery options. EvoCUA-1.5 extends self-evolving computer-use agents from offline experience learning to online reinforcement learning, where policies interact with executable sandbox environments and improve from verifiable task outcomes. Online RL in this setting requires more than directly reusing single-turn language-RL recipes. Multi-turn interaction introduces context-managed observations, sparse terminal rewards, variable-length trajectories, and slow environment feedback. EvoCUA-1.5 addresses these challenges with Step-Level Policy Optimization (STEPO), which preserves trajectory-level advantage balance after decomposition into step-level samples; policy-aware filtering and pass-rate calibration over verifiable synthesized tasks; Dynamic Tri-Adaptive Curriculum (DTAC), which combines learnable tasks, difficult positive replay, and controlled infeasible-task exposure; and a fully asynchronous RL infrastructure with staleness control and mini-group batching. Experiments show that these components improve training stability and downstream performance. EvoCUA-1.5 achieves 63.2\% success on OSWorld-Verified, outperforming comparable 32B/35B-scale open-weight baselines and even approaching models with significantly larger parameter counts. Overall, EvoCUA-1.5 provides a practical framework for scaling online RL in multi-turn computer-use agents.

📄 PDF Abstract BibTeX arXiv:2607.09773

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvoCUA: Evolving Computer Use Agents via Learning from Scalable Synthetic Experience

2026-01-22 · Taofeng Xue, Chong Peng, Mianqiu Huang, Linsen Guo 외 arxiv

The development of native computer-use agents (CUA) represents a significant leap in multimodal AI. However, their potential is currently bottlenecked by the constraints of static data scaling. Existing paradigms relying…

Learn from Weaknesses: Automated Domain Specialization for Small Computer-Use Agents

2026-05-27 · Suji Kim, Kangsan Kim, Sung Ju Hwang arxiv

Computer-use agents (CUAs) have recently made substantial progress, but deploying a separate large expert for each software domain remains expensive. Small open computer-use agents are more practical specialization targe…

UI-S1: Advancing GUI Automation via Semi-online Reinforcement Learning

2025-09-15 · Zhengxi Lu, Jiabo Ye, Fei Tang, Yongliang Shen 외 arxiv

Graphical User Interface (GUI) agents have demonstrated remarkable progress in automating complex user interface interactions through reinforcement learning. However, current approaches face a fundamental dilemma: offlin…

Reinforcement LearningOffline RL

Multi-objective Reinforcement Learning with Nonlinear Preferences: Provable Approximation for Maximizing Expected Scalarized Return

2023-11-05 · Nianli Peng, Muhang Tian, Brandon Fain

We study multi-objective reinforcement learning with nonlinear preferences over trajectories. That is, we maximize the expected value of a nonlinear function over accumulated rewards (expected scalarized return or ESR) i…

FairnessMulti-Objective Reinforcement Learningreinforcement-learning

Online Reinforcement Learning in Non-Stationary Context-Driven Environments

2023-02-04 · Pouya Hamadanian, Arash Nasr-Esfahany, Malte Schwarzkopf, Siddartha Sen 외

We study online reinforcement learning (RL) in non-stationary environments, where a time-varying exogenous context process affects the environment dynamics. Online RL is challenging in such environments due to "catastrop…

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)