paper-with-me

Papers

APPO: Agentic Procedural Policy Optimization

2026-06-10 · Xucong Wang, Ziyu Ma, Yong Wang, Yuxiang Ji, Shidong Yang, Guanhua Chen, Pengkun Wang, Xiangxiang Chu arxiv

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. In this work, we study agentic RL from two perspectives: \textit{where to branch and how to assign credit after branching}. Our 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. Motivated by these observations, we propose \textbf{Agentic Procedural Policy Optimization (APPO)}, which shifts branching and credit assignment from coarse interaction units to fine-grained decision points in the sequence. APPO selects branching locations using a Branching Score that combines token uncertainty with policy-induced likelihood gains of subsequent continuations, enabling more targeted exploration while filtering out spurious high-entropy positions. It further introduces procedure-level advantage scaling to better distribute credit across branched rollouts. Experiments on 13 benchmarks show that APPO consistently improves strong agentic RL baselines by nearly 4 points, while keeping efficient tool-calls and maintaining behavior interpretability.

📄 PDF Abstract BibTeX arXiv:2606.12384

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AI-PROPELLER: Warehouse-Scale Interprocedural Code Layout Optimization with AlphaEvolve

2026-05-28 · Chaitanya Mamatha Ananda, Rajiv Gupta, Mircea Trofin, Aiden Grossman 외 arxiv

Post-link optimizers (PLOs) such as Propeller and BOLT have demonstrated that precise, profile-guided code layout can extract significant performance gains from heavily optimized binaries. However, these systems are curr…

ERPPO: Entropy Regularization-based Proximal Policy Optimization

2026-05-13 · Changha Lee, Gyusang Cho arxiv

Multi-Agent Proximal Policy Optimization (MAPPO) is a variant of the Proximal Policy Optimization (PPO) algorithm, specifically tailored for multi-agent reinforcement learning (MARL). MAPPO optimizes cooperative multi-ag…

Multi-agent Reinforcement LearningObject LocalizationObject Detection

Assigning Credit with Partial Reward Decoupling in Multi-Agent Proximal Policy Optimization

2024-08-08 · Aditya Kapoor, Benjamin Freed, Howie Choset, Jeff Schneider

Multi-agent proximal policy optimization (MAPPO) has recently demonstrated state-of-the-art performance on challenging multi-agent reinforcement learning tasks. However, MAPPO still struggles with the credit assignment p…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningStarcraft+1

STAGE: Stateful Translation to Agentic Graph Execution with Policy-Scoped Context and Deterministic Control

2026-08-23 · Mengxi Luo, Changjia Chen, An Cao, Zirong Huang 외 arxiv

Policy-governed agents must interpret case evidence while reliably following authorized procedures. We present STAGE, an executable-graph framework that confines model judgment to policy-scoped nodes while placing proced…

Rethinking Ratio-Based Trust Regions for Policy Optimization in Multi-Agent Reinforcement Learning

2026-05-09 · Chulabhaya Wijesundara, Andrea Baisero, Zhongheng Li, Gregory Castañón 외 arxiv

Centralized training with decentralized execution (CTDE) is a standard framework for cooperative multi-agent policy-gradient reinforcement learning, allowing agents to learn from joint information while acting from local…

Multi-agent Reinforcement Learning