SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

The SEED (SElf-Evolving On-Policy Distillation) framework, published on 2026-07-16, addresses the supervision gap in outcome-based reinforcement learning for large language models acting as interactive agents. This method tackles the challenge of sparse trajectory-level rewards, which offer limited guidance for intermediate decisions in long-horizon tasks. SEED operates by fine-tuning the policy to analyze completed on-policy trajectories, generating natural-language skills that capture reusable workflows or failure-avoidance rules. The current policy both collects trajectories and extracts these hindsight skills, allowing the supervision to evolve alongside policy improvements. It then re-scores sampled actions, converting the skill-induced probability shift into a dense token-level on-policy distillation signal. This signal is jointly optimized with outcome-based RL, ensuring alignment with the current trajectory distribution. Experiments on text-based and vision-based agentic tasks demonstrate SEED's consistent improvements in performance and sample efficiency, alongside robust generalization.

Key takeaway

For Machine Learning Engineers developing interactive LLM agents struggling with sparse rewards in long-horizon tasks, consider implementing SEED's self-evolving on-policy distillation. This approach allows your policy to generate and learn from hindsight skills, providing dense token-level supervision that significantly boosts performance and sample efficiency. You can achieve robust generalization across text-based and vision-based agentic tasks by jointly optimizing this skill-induced signal with outcome-based RL.

Key insights

Self-evolving on-policy distillation converts hindsight skills from trajectories into dense token-level supervision for agentic RL.

Principles

Method

Fine-tune the policy to analyze completed trajectories, generate natural-language skills, then re-score actions to create a dense token-level distillation signal jointly optimized with outcome-based RL.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, Computer Vision 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 Computation and Language.