Paper Overview
- Field: Machine Learning
- Authors: Xucong Wang, Ziyu Ma, Yong Wang, Yuxiang Ji, Shidong Yang, Guanhua Chen, Pengkun Wang, Xiangxiang Chu
- Published: 2026-06-10
- arXiv: 2606.12384
- Branching score: APPO selects branching locations using a score that combines token uncertainty with the policy-induced likelihood gain of subsequent continuations. This enables more targeted exploration while filtering out spurious high-entropy positions.
- Process-level advantage scaling: APPO introduces process-level advantage scaling to better distribute credit across branching rollouts.
Abstract
Recent advances in agentic Reinforcement Learning (RL) have substantially improved the multi-turn tool-use capabilities of large language model agents. However, most existing methods assign credit over coarse heuristic units, such as tool-call boundaries or fixed workflows, making it difficult to identify which intermediate decisions influence downstream outcomes. This work studies agentic RL from two perspectives: where to branch and how to assign credit after branching.
A pilot analysis shows that influential decision points are broadly distributed throughout the generated sequence rather than concentrated at tool calls, while token entropy alone does not reliably reflect their impact on final outcomes.
The APPO Method
Motivated by these observations, the authors propose Agentic Procedural Policy Optimization (APPO), which moves branching and credit assignment from coarse interaction units to fine-grained decision points within a sequence:
Results
Experiments across 13 benchmarks show that APPO consistently improves strong agentic RL baselines by nearly 4 points, while maintaining efficient tool calls and interpretable agent behavior.