paper-with-me

Papers

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

2026-07-16 · Jinyang Wu, Shuo Yang, Zhengxi Lu, Fan Zhang, Yuhao Shen, Lang Feng, Haoran Luo, Zheng Lian, Shuai Zhang, Zhengqi Wen, Jianhua Tao arxiv

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 (RL) provides a practical optimization paradigm, but its sparse trajectory-level rewards offer limited guidance on intermediate decisions, leaving a supervision gap between episode-level outcomes and token-level policy learning. We propose SEED (SElf-Evolving On-Policy Distillation), a self-evolving framework that converts completed on-policy trajectories into training-time hindsight skills and distills their behavioral effect back into the policy model. SEED first fine-tunes the policy to analyze completed trajectories and generate natural-language skills that capture reusable workflows, decisive observations, or failure-avoidance rules. During RL, the current policy both collects trajectories and serves as the analyzer that extracts hindsight skills from them. Policy updates therefore improve subsequent decision making and skill analysis together, allowing hindsight supervision to evolve with the policy. SEED then re-scores the sampled actions under ordinary and skill-augmented contexts, converting the skill-induced probability shift into a dense token-level on-policy distillation signal. This signal is jointly optimized with outcome-based RL, keeping the auxiliary supervision aligned with the current trajectory distribution. Extensive experiments on text-based and vision-based agentic tasks show that SEED consistently improves performance and sample efficiency, exhibiting robust generalization to unseen scenarios. Our code is available at https://github.com/jinyangwu/SEED.

📄 PDF Abstract BibTeX arXiv:2607.14777

Code (4)

Tavish9/awesome-daily-AI-arxiv ★ 111
ZJU-REAL/SDAR ★ 308
jinyangwu/SEED ★ 86
🤗 Jinyang23/Seed-AlfWorld-3B ★ 1

Tasks

Reinforcement LearningDecision Making

Similar Papers 제목 키워드 기반

SeedPolicy: Horizon Scaling via Self-Evolving Diffusion Policy for Robot Manipulation

2026-03-05 · Youqiang Gui, Yuxuan Zhou, Shen Cheng, Xinyang Yuan 외 arxiv

Imitation Learning (IL) enables robots to acquire manipulation skills from expert demonstrations. Diffusion Policy (DP) models multi-modal expert behaviors but degrades when naively increasing stacked observation horizon…

Robot Manipulation

Latent On-Policy Self-Distillation

2026-08-13 · Guibin Zhang, Jiayang Lyu, Ran Sun, Xinlei Yu 외 arxiv

Enabling agents to learn from experience and internalize it into their policy has become a central problem in self-evolving AI. On-policy self-distillation (OPSD) offers an effective pathway by using a privileged self-te…

Code Generation

GenEvolve: Self-Evolving Image Generation Agents via Tool-Orchestrated Visual Experience Distillation

2026-05-20 · Sixiang Chen, Zhaohu Xing, Tian Ye, Xinyu Geng 외 arxiv

Open-ended image generation is no longer a simple prompt-to-image problem. High-quality generation often requires an agent to combine a model's internal generative ability with external resources. As requests become more…

Image Generation

UCOB: Learning to Utilize and Evolve Agentic Skills via Credit-Aware On-Policy Bidirectional Self-Distillation

2026-06-28 · Songjun Tu, Chengdong Xu, Qichao Zhang, Yiwen Ma 외 arxiv

Skill memories can improve agentic reinforcement learning by reusing past experience as textual guidance, but retrieved skills are not oracular: they may help in one state while misleading the same policy in another. Thi…

Reinforcement Learning

Group-Reflective Self-Distillation for Agentic Reinforcement Learning

2026-07-30 · Binbin Zheng, Zijun Xie, Guanqun Zhao, Enlei Gong 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is effective for training large language model agents. However, terminal rewards provide only coarse trajectory-level supervision, leaving successful behaviors, recur…

Reinforcement Learning