Hugging Face Daily PapersYan Yu, Zhengxi Lu, Yizhou Liu1 min readpaperadvanced
RetireOPD: Self-Retiring On-Policy Distillation for Agentic Reinforcement Learning
Summary
RetireOPD introduces a self‑retiring on‑policy distillation framework for multi‑turn RL agents. A skill‑conditioned teacher is first trained with environment rewards, then a skill‑free student learns jointly via RL and token‑level distillation. The student automatically drops the teacher once its performance gap stops shrinking and it reaches a target success‑rate fraction, after which training c…
- Decoupling teacher training (skill‑conditioned) from student training avoids unreliable privileged supervision.
- Adaptive Retirement lets the student autonomously stop distillation when marginal benefit vanishes, simplifying schedule design.
- Dense token‑level supervision from a teacher can substantially boost multi‑turn agent performance on benchmark tasks.
Dense supervision is a known bottleneck for RL agents that only receive sparse trajectory rewards. RetireOPD provides a practical, automated way to inject token‑level guidance without hand‑crafted schedules, and demonstrates that the student can surpass its teacher, suggesting the distilled knowled…
8/10