paper-with-me

Papers

PRO-CUA: Process-Reward Optimization for Computer Use Agents

2026-05-27 · Yifei He, Rui Yang, Hao Bai, Tong Zhang, Han Zhao arxiv

Computer use agents (CUAs) have shown strong potential for automating complex digital workflows, yet their training remains constrained by costly live environment interaction and limited high-quality supervision. Existing filtered behavior cloning pipelines suffer from imitation bottlenecks, including distribution shift from the expert demonstration and the absence of negative learning signals. Meanwhile, standard trajectory-level reinforcement learning struggles with sparse rewards, ambiguous credit assignment, and high infrastructure costs for long-horizon GUI interaction. In this work, we propose PRO-CUA, a process-reward optimization framework for training CUAs with iterative step-level reinforcement learning. PRO-CUA decouples on-policy environment interaction from policy optimization: the current policy collects states through live rollouts, generates diverse candidate actions for each state, receives step-level feedback from a process reward model (PRM), and is optimized with group-relative advantages. This design enables dense and flexible credit assignment without relying on golden answers or offline expert trajectories, while reducing distribution shift by training on the agent's own execution states. Experiments on live web benchmarks demonstrate the effectiveness of PRO-CUA and the reliability of PRM-guided step-level training.

📄 PDF Abstract BibTeX arXiv:2605.29119

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement Learning for Computer-Use Agents with Autonomous Evaluation

2026-06-23 · Marta Sumyk, Oleksandr Kosovan arxiv

Computer-Use Agents (CUAs) execute high-level user goals by perceiving and acting directly within graphical user interfaces. However, reinforcement learning for CUAs remains difficult because open-ended desktop environme…

Reinforcement Learning

CuRLA: Curriculum Learning Based Deep Reinforcement Learning for Autonomous Driving

2025-01-09 · Bhargava Uppuluri, Anjel Patel, Neil Mehta, Sridhar Kamath 외

In autonomous driving, traditional Computer Vision (CV) agents often struggle in unfamiliar situations due to biases in the training data. Deep Reinforcement Learning (DRL) agents address this by learning from experience…

Autonomous DrivingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

ARPO:End-to-End Policy Optimization for GUI Agents with Experience Replay

2025-05-22 · Fanbin Lu, Zhisheng Zhong, Shu Liu, Chi-Wing Fu 외

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 env…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Multi-Agent Trust Region Policy Optimization

2020-10-15 · Hepeng Li, Haibo He

We extend trust region policy optimization (TRPO) to multi-agent reinforcement learning (MARL) problems. We show that the policy update of TRPO can be transformed into a distributed consensus optimization problem for mul…

Multi-agent Reinforcement LearningPrivacy Preservingreinforcement-learningReinforcement Learning (RL)

Self-evolving LLM agents with in-distribution Optimization

2026-06-05 · Yudi Zhang, Meng Fang, Zhenfang Chen, Mykola Pechenizkiy arxiv

Large Language Models (LLMs) have recently emerged as powerful controllers for interactive agents in complex environments, yet training them to perform reliable long-horizon decision making remains a fundamental challeng…

Reinforcement LearningDecision Making