paper-with-me

홈 › Papers

Learning to Control LLM Agent Harnesses with Offline Reinforcement Learning

2026-07-05 · Haiwen Yi, Xinyuan Song arxiv

Large language model (LLM) agents are usually improved by changing prompts, models, or hand-written workflows, while the execution harness around the model is treated as fixed infrastructure. We argue that this harness is itself a learnable control layer. We formalize harness operation as a finite-horizon Harness MDP, where a lightweight controller selects structural execution actions while the LLM executor remains frozen. The controller is trained from offline rollouts using advantage-weighted regression with only terminal task-rubric rewards. We also separate final task quality from a post-hoc Harness Maturity Score, which measures whether the harness follows reliable execution patterns rather than only whether the final answer is correct. This separation gives a finite-buffer view of harness learning: final-quality gains require high-return support in the offline buffer, while process behavior can shift whenever it aligns with advantage-weighted actions. Across six controlled domains and two public-benchmark adapters, the learned controller consistently improves verification behavior and selectively improves final task quality, with the largest gains on adapted tau-bench retail, adapted AgentBench DB-Bench, and coding with a calibrated structural verifier. Ablations against behavior cloning and Forced CHECK show that the gains are not explained by imitation or by simply adding checks. These results identify harness control as a learnable layer for frozen LLM agents, while showing that offline support limits when better process control becomes better final answers.

📄 PDF Abstract BibTeX arXiv:2607.05458

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Individual Control Barrier Functions-Guided Diffusion Model for Safe Offline Multi-Agent Reinforcement Learning

2026-06-10 · Qingyun Guo, Junyi Shi, Jianuo Huang, Tianyu Shi arxiv

Offline reinforcement learning allows control policies to be learned directly from data without online interaction, making it suitable for safety-critical tasks. Recent studies have applied diffusion models to offline re…

Multi-agent Reinforcement Learning

LEGO-RL: Harness-Native Reinforcement Learning for Coding Agents

2026-08-18 · Yiming Du, Yuxin Jiang, Tao Yuan, Jianbo Dai 외 arxiv

Reinforcement learning for coding agents increasingly relies on long-running agent harnesses to manage tool integration, repository contexts, and execution feedback. However, the native execution environments of these ha…

Reinforcement Learning

Temporal Logic Specification-Conditioned Decision Transformer for Offline Safe Reinforcement Learning

2024-02-27 · Zijian Guo, Weichao Zhou, Wenchao Li

Offline safe reinforcement learning (RL) aims to train a constraint satisfaction policy from a fixed dataset. Current state-of-the-art approaches are based on supervised learning with a conditioned policy. However, these…

Reinforcement Learning (RL)Safe Reinforcement Learning

Real-world challenges for multi-agent reinforcement learning in grid-interactive buildings

2021-11-25 · Kingsley Nweye, Bo Liu, Peter Stone, Zoltan Nagy

Building upon prior research that highlighted the need for standardizing environments for building control research, and inspired by recently introduced challenges for real life reinforcement learning control, here we pr…

Model Predictive ControlMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

CtRL-Sim: Reactive and Controllable Driving Agents with Offline Reinforcement Learning

2024-03-29 · Luke Rowe, Roger Girgis, Anthony Gosselin, Bruno Carrez 외

Evaluating autonomous vehicle stacks (AVs) in simulation typically involves replaying driving logs from real-world recorded traffic. However, agents replayed from offline data are not reactive and hard to intuitively con…

counterfactualOffline RLreinforcement-learningReinforcement Learning+1