Search papers, labs, and topics across Lattice.
This paper introduces AgentOPSD, a recursive self-distillation method designed for effective turn-level credit assignment in agentic reinforcement learning tasks. By aggregating token-level teacher-student log-probability gaps and recursively updating a Bayesian belief state, AgentOPSD transforms sparse outcome supervision into actionable credit signals that highlight pivotal decision points. Evaluated on multiple benchmarks, AgentOPSD significantly outperforms existing methods, achieving an impressive 89.1% success rate on ALFWorld with the Qwen2.5-7B model.
Recursive belief updates in AgentOPSD reveal pivotal decision points, leading to a 89.1% success rate on complex RL tasks.
Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic tasks. Recent work introduces privileged self-distillation for credit assignment, providing denser supervision, but it remains unclear how such local signals should represent sequential credit. We propose AgentOPSD, a critic-free, recursive method for turn-level credit assignment in agentic reinforcement learning. AgentOPSD aggregates token-level teacher-student log-probability gaps into turn-level evidence and recursively updates a Bayesian belief state in log-odds space. This yields a principled reweighting scheme that converts sparse outcome supervision into turn-level credit signals and identifies pivotal turns through the marginal belief revision between consecutive states. The method is fully compatible with standard policy optimization and requires neither an additional critic nor extra rollouts. We evaluate AgentOPSD on ALFWorld, WebShop, and Search-QA using Qwen2.5 models at two scales (3B and 7B). AgentOPSD outperforms GRPO and strong self-distillation baselines, achieving 89.1% success on ALFWorld with Qwen2.5-7B. Ablation studies attribute the gains to turn-level aggregation and history-dependent recursive belief updates.