On-policy
Guidance is extracted from states, actions, and failures induced by the current policy.
Completed on-policy experience becomes evolving hindsight supervision.
Overview
Outcome rewards tell an agent whether an episode succeeded. SEED teaches it which decisions its completed experience supports.
Large language models are increasingly trained as interactive agents for long-horizon tasks involving multi-turn interaction, tool use, and environment feedback. Outcome-based reinforcement learning provides a practical optimization paradigm, but sparse trajectory-level rewards offer limited guidance on intermediate decisions.
SEED converts completed on-policy trajectories into natural-language hindsight skills and distills their behavioral effect back into the policy. The current policy both collects trajectories and analyzes them, so decision making and hindsight supervision evolve together. Skill-conditioned rescoring turns probability shifts on sampled actions into dense token-level supervision. The resulting signal is jointly optimized with outcome-based reinforcement learning.
Guidance is extracted from states, actions, and failures induced by the current policy.
Trajectory-level hindsight is converted into supervision for individual sampled action tokens.
The shared actor and analyzer improve together as reinforcement learning updates the policy.
Method
The latest policy acts in the environment and analyzes its completed trajectories. OPD internalizes the behavioral effect of the resulting hindsight skills.
Results
Across three backbones and diverse agentic domains, SEED improves performance, sample efficiency, and transfer to unseen settings.
The gains over GRPO show that token-level hindsight provides more effective credit assignment than terminal rewards alone.
SEED requires no skill context at inference time and still outperforms skill-prompting baselines on nearly all aggregate comparisons.
Synchronizing the analyzer with the latest policy adapts hindsight to newly encountered trajectories and failure modes.
Multimodal extension
Using Qwen2.5-VL-3B-Instruct, SEED extends to Sokoban spatial planning and EZPoints visual arithmetic. The extracted skills are used only during training, so evaluation requires no skill prompt.
Efficiency and transfer
Qualitative evidence
On the same ALFWorld task, GRPO enters an off-task loop. SEED searches plausible locations, finds the target object, and completes the task in five steps.
Citation
Code, training recipes, and the released checkpoint are available through the project resources.
@article{wu2026seed,
title = {SEED: Self-Evolving On-Policy Distillation for
Agentic Reinforcement Learning},
author = {Wu, Jinyang and Yang, Shuo and Lu, Zhengxi and
Shen, Yuhao and Zhang, Fan and Feng, Lang and
Zhang, Shuai and Luo, Haoran and Lian, Zheng and
Wen, Zhengqi and Tao, Jianhua},
year = {2026},
note = {Preprint}
}