Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

2 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning

🚧 Code coming soon. The full training code and scripts will be released here shortly. Star / watch this repo to get notified.

Overview

AgentOPSD is a critic-free, recursive turn-level credit assignment method for agentic reinforcement learning. In long-horizon multi-turn tasks, standard RL with verifiable rewards only constructs a trajectory-level advantage and struggles to credit the few pivotal decisions that drive the outcome.

AgentOPSD aggregates token-level teacher–student log-probability gaps into a turn-level gap, then recursively updates a Bayesian belief state in log-odds space across the episode's turns, identifying pivotal turns by the marginal revision between consecutive belief states. It transforms sparse outcome supervision into dense turn-level credit, is fully compatible with standard policy optimization (e.g. GRPO), and requires no value network and no extra rollouts.

We evaluate AgentOPSD on ALFWorld, WebShop, and Search-QA with Qwen2.5 (3B/7B), where it improves over GRPO and strong self-distillation baselines.

Citation

@article{TODO_agentopsd,
  title  = {AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning},
  author = {TODO},
  journal= {arXiv preprint arXiv:TODO},
  year   = {2026}
}

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors