paper-with-me

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 environments rarely provide scalable, machine-readable reward signals: task success is often visually grounded and hard to specify with handcrafted reward functions or dense manual labels. We propose an RL fine-tuning framework that uses autonomous vision-language evaluation as a scalable supervision signal for GUI agents. Given a final screenshot and the original instruction, a Vision-Language Model judges task completion and provides terminal feedback without task-specific heuristics or manual labels during policy optimization. Because autonomous evaluators are imperfect, we model their feedback as a noisy binary reward channel and derive a noise-corrected reward estimator for Proximal Policy Optimization. Experiments across macOSWorld, Windows Agent Arena, and OSWorld show that corrected evaluator rewards outperform both zero-shot baselines and raw evaluator rewards, improving success rates by an average of 12.6 percentage points over zero-shot performance and 5.1 points over raw evaluator fine-tuning. These results suggest that autonomous evaluation can serve as a practical reward signal for RL in GUI environments when evaluator noise is explicitly modeled and corrected.

📄 PDF Abstract BibTeX arXiv:2606.24515

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Inroads into Autonomous Network Defence using Explained Reinforcement Learning

2023-06-15 · Myles Foley, Mia Wang, Zoe M, Chris Hicks 외

Computer network defence is a complicated task that has necessitated a high degree of human involvement. However, with recent advancements in machine learning, fully autonomous network defence is becoming increasingly pl…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

"Are We Done Yet?": A Vision-Based Judge for Autonomous Task Completion of Computer Use Agents

2025-11-25 · Marta Sumyk, Oleksandr Kosovan arxiv

Computer Use Agents (CUAs) are designed to autonomously operate digital interfaces, yet they often fail to reliably determine whether a given task has been completed. We present an autonomous evaluation and feedback fram…

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

Adversarial Reinforcement Learning under Partial Observability in Autonomous Computer Network Defence

2019-02-25 · Yi Han, David Hubczenko, Paul Montague, Olivier De Vel 외

Recent studies have demonstrated that reinforcement learning (RL) agents are susceptible to adversarial manipulation, similar to vulnerabilities previously demonstrated in the supervised learning setting. While most exis…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

ComputerRL: Scaling End-to-End Online Reinforcement Learning for Computer Use Agents

2025-08-19 · Hanyu Lai, Xiao Liu, Yanxiao Zhao, Han Xu 외 arxiv

We introduce ComputerRL, a framework for autonomous desktop intelligence that enables agents to operate complex digital workspaces skillfully. ComputerRL features the API-GUI paradigm, which unifies programmatic API call…

Reinforcement Learning