paper-with-me

홈 › Papers

StepPO: Step-Aligned Policy Optimization for Agentic Reinforcement Learning

2026-04-20 · Daoyu Wang, Qingchuan Li, Mingyue Cheng, Jie Ouyang, Shuo Yu, Qi Liu, Enhong Chen arxiv

Agentic reinforcement learning (RL) is emerging as a critical post-training paradigm for improving LLM agent capabilities. Existing RL algorithms for LLMs largely follow the token-centric paradigm as in RLHF and RLVR, where tokens serve as the basic units for modeling and optimization. However, this paradigm introduces a granularity mismatch in agentic RL, as it optimizes token-level predictions while LLM agents make step-level decisions through cycles of environmental observations and actions. To bridge this gap, we propose \textbf{StepPO}, a step-centric paradigm for agentic RL via step-aligned policy optimization. Specifically, we reformulate agentic RL from a token-level Markov Decision Process (MDP) into a step-level MDP, where interaction steps serve as the basic trajectory representations. We further propose step-level credit assignment to align policy optimization with the natural granularity of agent decisions. Together, StepPO optimizes agent policies at the step level for multi-turn agent-environment interaction. Experiments across multi-hop QA, academic paper search, and text-world action tasks show that StepPO consistently outperforms various RL algorithms. Further analyses provide insights into how step-centric paradigm improves agent training. We hope this step-centric paradigm offers a useful lens for understanding agent behavior and a practical path for training more capable LLM agents.

📄 PDF Abstract BibTeX arXiv:2604.18401

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RAPO: Expanding Exploration for LLM Agents via Retrieval-Augmented Policy Optimization

2026-03-03 · Siwei Zhang, Yun Xiong, Xi Chen, Zi'an Jia 외 arxiv

Agentic Reinforcement Learning (Agentic RL) has shown remarkable potential in large language model-based (LLM) agents. These works can empower LLM agents to tackle complex tasks via multi-step, tool-integrated reasoning.…

Reinforcement Learning

Hierarchy-of-Groups Policy Optimization for Long-Horizon Agentic Tasks

2026-02-26 · Shuo He, Lang Feng, Qi Wei, Xin Cheng 외 arxiv

Group-based reinforcement learning (RL), such as GRPO, has advanced the capabilities of large language models on long-horizon agentic tasks. To enable more fine-grained policy updates, recent research has increasingly sh…

Reinforcement Learning

AT$^2$PO: Agentic Turn-based Policy Optimization via Tree Search

2026-01-08 · Zefang Zong, Dingwei Chen, Yang Li, Qi Yi 외 arxiv

LLM agents have emerged as powerful systems for tackling multi-turn tasks by interleaving internal reasoning and external tool interactions. Agentic Reinforcement Learning has recently drawn significant research attentio…

Reinforcement Learning

Robustness of Agentic AI Systems via Adversarially-Aligned Jacobian Regularization

2026-03-04 · Furkan Mumcu, Yasin Yilmaz arxiv

As Large Language Models (LLMs) transition into autonomous multi-agent ecosystems, robust minimax training becomes essential yet remains prone to instability when highly non-linear policies induce extreme local curvature…

OASES: Outcome-Aligned Search-Evaluation Co-Training for Agentic Search

2026-04-04 · Erhan Zhang, Yiqun Chen, Zechun Niu, Wei Yang 외 arxiv

Agentic search enables language models to solve knowledge-intensive tasks by adaptively acquiring external evidence over multiple steps. Reinforcement learning with verifiable rewards (RLVR) has emerged as a widely adopt…

Reinforcement Learning