AIJul 5

Progress- and Reliability-Oriented Group Policy Optimization for Agentic Reinforcement Learning

arXiv:2607.042429.8
Predicted impact top 60% in AI · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the challenge of reliable step-level advantage estimation in group-based RL for LLM agents, offering a method that balances comparison fairness and coverage without a learned critic.

ProGPO improves step-level group-based RL for LLM agents by combining exact-prefix action comparison with rollout-based state potentials, achieving better performance on ALFWorld and WebShop tasks compared to baselines under similar computational cost.

Group-based reinforcement learning (RL) has become an effective paradigm for improving large language model agents on long-horizon interactive tasks. To obtain finer-grained policy updates than trajectory-level optimization, recent work has moved toward step-level group-based RL, where intermediate steps are grouped and compared within a rollout batch. However, step-level advantage estimation is sensitive to how groups are formed: grouping by broad state keys improves coverage but may compare actions taken under different histories, while enforcing historical consistency yields fairer comparisons at the cost of fragmented groups and missing peer-comparison signal. In this paper, we propose ProGPO (Progress- and Reliability-Oriented Group Policy Optimization), a learned-critic-free method for context-consistent step-level learning. ProGPO keeps exact-prefix action comparison, and complements sparse peer comparisons with transition credit derived from rollout-based state potentials. To estimate these potentials reliably, ProGPO combines semantic expansion with inverse-variance fusion across history depths. We evaluate ProGPO on two challenging agentic tasks, ALFWorld and WebShop, with Qwen2.5-1.5B-Instruct. Results show that ProGPO improves over matched agentic RL baselines under comparable computational overhead, and additional Qwen2.5-3B-Instruct experiments further test the scalability of the proposed method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes