AIAny
Icon for item

Trust Region Policy Distillation

Stabilizes on-policy policy distillation by dynamically constructing a proximal teacher that controls gradient variance. Provides theoretical global convergence and monotonic improvement bounds, and shows improved training stability, sample efficiency, and final performance on mathematical reasoning tasks with zero extra compute overhead.

Introduction

Training stable student policies from on-policy teachers is often noisy and high-variance; that instability limits adoption of on-policy distillation in settings that demand reliable improvement. The core insight of Trust Region Policy Distillation (TOP-D) is to construct a dynamic, proximal teacher that keeps student updates in a trust region, which both reduces gradient variance and enables formal convergence statements — turning an unstable empirical trick into a theoretically grounded, practical procedure.

Key Findings
  • Dynamic proximal teacher reduces gradient variance so student updates become far more stable across training runs, improving reproducibility.
  • Theoretical guarantees: the paper derives a global convergence analysis and a monotonic improvement bound, meaning each update can be shown not to degrade expected performance under the framework assumptions.
  • Empirical gains: on mathematical reasoning tasks TOP-D improves sample efficiency and final performance compared with standard on-policy distillation, while introducing zero additional computational overhead, making it a drop-in alternative.
  • Practical behavior: TOP-D is designed to integrate with existing on-policy distillation pipelines and scales without extra forward/backward cost because the proximal teacher is constructed adaptively from existing models.
Who it's for and trade-offs

Great fit if you train student policies via on-policy distillation and need more stable, reproducible training with theoretical guarantees — especially when sample efficiency and final task performance matter. Look elsewhere if your setup already uses off-policy distillation methods that avoid the same variance patterns, or if your primary tasks are far from the evaluated mathematical-reasoning benchmarks; broader generalization to all RL problem classes may require further validation.

How it works (brief)

TOP-D constructs a proximal teacher at each step that is close to the current student/policy in parameter or policy space, then distills toward that proximal teacher rather than the potentially high-variance on-policy teacher directly. This trust-region style constraint controls gradient variance and lets the authors prove monotonic improvement and global convergence under their assumptions. Empirical sections focus on stability metrics, sample counts, and downstream reasoning performance rather than extra compute cost.

Information

  • Websitearxiv.org
  • AuthorsZhengpeng Xie, Li Lyna Zhang, Zeke Xie, Mao Yang
  • Published date2026/07/06

More Items

Provides a terminal-style benchmark of 46 long-horizon tasks decomposed into fine-grained graded subtasks to produce dense intermediate rewards and partial credit, enabling evaluation of long-horizon planning, long-context management, and iterative debugging. Tasks typically require hundreds of episodes and minutes-to-hours of execution; baseline evaluations report high token and episode consumption with low pass rates, highlighting evaluation headroom.

Reconstructs historical experience into latent memory tokens and weaves short- and long-term latent memories directly into vision-language-action reasoning to improve long-horizon robotic manipulation. Uses a four-part pipeline (curator, seeker, condenser, weaver) so memory participates natively in multimodal action formation.

Provides a systematic benchmark and design roadmap for video-based world models to evaluate robot policies, introducing WMBench and GigaWorld-1 optimized for long-horizon, action-faithful rollouts. Offers controlled comparisons across model families, action encodings, and 324k+ simulated vs real rollouts, with code, models, and datasets released for reproducible evaluation.