paper-with-me

Papers

SeekJudge: A Practical Reward Framework for Reinforcement Learning in Computer-Use Agents

2026-07-25 · Yang Wan, Zhenhao Zhang, Jierui Wang, Linchao Zhu arxiv

Deciding whether a trajectory actually fulfills its instruction governs how we measure computer-use agents on long-horizon graphical-user-interface tasks and how we train them with reinforcement learning. This judgment has long relied on rule-based evaluation, which struggles to align with human intention and goes stale when an app updates or its online content drifts. Existing model-based judges attempt to address these problems but still leave a performance gap to the rule-based evaluation. We propose the \textbf{SeekJudge} framework, in which four role-specialized agents, a Condense, a Ground, a Seek and an Analyze agent, reach a verdict through a Seek--Analyze loop over the trajectory. A seed-calibrated distillation pipeline trains one specialized $9$B model to serve as the shared backbone for all four agents. Measured by downstream success rate on held-out RL test goals, SeekJudge is the first practical model-based reward to match or surpass native rule-based supervision in online RL. Beyond accuracy, SeekJudge provides step-level judgments, runs far cheaper than a closed-source large model, and keeps a small per-call context that scales to much longer trajectories. We further contribute a general architectural improvement to the reward server that speeds up judging in RL. Together these make model-based reward a practical drop-in for rule-based supervision in CUA reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2607.23263

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

CrystalBox: Future-Based Explanations for Input-Driven Deep RL Systems

2023-02-27 · Sagar Patel, Sangeetha Abdu Jyothi, Nina Narodytska

We present CrystalBox, a novel, model-agnostic, posthoc explainability framework for Deep Reinforcement Learning (DRL) controllers in the large family of input-driven environments which includes computer systems. We comb…

continuous-controlContinuous ControlDecision MakingDeep Reinforcement Learning

Provable Reward-Agnostic Preference-Based Reinforcement Learning

2023-05-29 · Wenhao Zhan, Masatoshi Uehara, Wen Sun, Jason D. Lee

Preference-based Reinforcement Learning (PbRL) is a paradigm in which an RL agent learns to optimize a task using pair-wise preference-based feedback over trajectories, rather than explicit reward signals. While PbRL has…

reinforcement-learningReinforcement Learning

Binary Reward Labeling: Bridging Offline Preference and Reward-Based Reinforcement Learning

2024-06-14 · Yinglun Xu, David Zhu, Rohan Gumaste, Gagandeep Singh

Offline reinforcement learning has become one of the most practical RL settings. However, most existing works on offline RL focus on the standard setting with scalar reward feedback. It remains unknown how to universally…

D4RLOffline RL

Symmetry-Guided Multi-Agent Inverse Reinforcement Learning

2025-09-10 · Yongkai Tian, Yirong Qi, Xin Yu, Wenjun Wu 외 arxiv

In robotic systems, the performance of reinforcement learning depends on the rationality of predefined reward functions. However, manually designed reward functions often lead to policy failures due to inaccuracies. Inve…

Reinforcement Learning