TurnOPD: Making On-Policy Distillation Turn-Aware for Efficient Long-Horizon Agent Training

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, short

Summary

TurnOPD is a novel turn-level budgeting strategy designed to enhance the efficiency of on-policy distillation (OPD) for training long-horizon language agents. Submitted on July 7, 2026, this method addresses two key inefficiencies identified in vanilla OPD: the waste of wall-clock resources on tail turns during full-horizon rollouts, which provide weak KL supervision, and the concentration of trajectory-level KL loss on shallow tokens, leading to under-trained deeper decision turns. TurnOPD introduces two budget controllers: adaptive rollout-depth budgeting, which dynamically determines rollout length using probe-based turn statistics, and progressive turn-normalized loss budgeting, which gradually shifts KL weighting from token-level to a more balanced turn-level supervision. Experiments conducted on ALFWorld, WebShop, and Multi-Hop Search benchmarks, utilizing task-specialized teacher models, demonstrate that TurnOPD achieves superior validation accuracy within equivalent wall-clock training budgets, significantly advancing the accuracy-time frontier beyond traditional OPD approaches.

Key takeaway

For Machine Learning Engineers developing language agents for complex, long-horizon tasks, TurnOPD offers a significant efficiency improvement. You should consider integrating TurnOPD's adaptive rollout-depth and progressive turn-normalized loss budgeting strategies. This approach can reduce wasted training resources and ensure deeper decision turns are adequately trained, leading to superior validation accuracy within your existing wall-clock budgets. Evaluate TurnOPD on your specific agentic tasks to optimize training time and performance.

Key insights

TurnOPD efficiently trains long-horizon agents by optimizing on-policy distillation with turn-aware budgeting for better supervision.

Principles

Method

TurnOPD employs adaptive rollout-depth budgeting using probe-based turn statistics and progressive turn-normalized loss budgeting, shifting KL weighting from token-level to turn-balanced supervision for efficient on-policy distillation.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.