paper-with-me

Papers

RTPO: Reverse-Turn Policy Optimization for Stabilizing Agentic RL Training

2026-08-19 · Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu arxiv

Training multi-turn agentic workflows with reinforcement learning (RL) enables large language models to perform complex reasoning, use external tools, and conduct iterative search beyond single-turn settings. Yet multi-turn RL training remains highly unstable, often causing severe performance degradation as the number of turns increases. Through theoretical analysis, we identify three tightly coupled sources of instability: rollout-training context mismatch, weak turn-level credit assignment under sparse terminal rewards, and asynchronous policy drift when short and long trajectories are optimized under different policy versions. We show that these issues share a common structural origin in flattened trajectory optimization and address them through a unified reverse-turn formulation. We propose Reverse-Turn Policy Optimization (RTPO), which organizes multi-turn rollouts as sparse reverse trees and performs turn-level policy updates in temporal reverse order, aligning each decision with its downstream continuation. RTPO enables causally consistent turn-level credit assignment and on-policy continuation to control asynchronous drift. We provide theoretical guarantees showing that RTPO eliminates context mismatch and asynchronous drift under the proposed turn-level formulation, reduces credit bias, and converges to recursive optimality. Experiments on multi-turn agentic RL benchmarks show that RTPO improves upon trajectory- and turn-level baselines by 21.50% and 10.76%, respectively, highlighting its potential to support more stable training for tool-using agents.

📄 PDF Abstract BibTeX arXiv:2608.18682

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Gradient Policy on "CartPole" game and its' expansibility to F1Tenth Autonomous Vehicles

2021-03-15 · Mingwei Shi

Policy gradient is an effective way to estimate continuous action on the environment. This paper, it about explaining the mathematical formula and code implementation. In the end, comparing between the rotation angle of …

Autonomous Vehicles

Deep Reinforcement Learning Control of Quantum Cartpoles

2019-10-21 · Zhikang T. Wang, Yuto Ashida, Masahito Ueda

We generalize a standard benchmark of reinforcement learning, the classical cartpole balancing problem, to the quantum regime by stabilizing a particle in an unstable potential through measurement and feedback. We use st…

Deep LearningDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Stabilizing Off-Policy Training for Long-Horizon LLM Agent via Turn-Level Importance Sampling and Clipping-Triggered Normalization

2025-11-25 · Chenliang Li, Adel Elmahdy, Alex Boyd, Zhongruo Wang 외 arxiv

Reinforcement learning (RL) algorithms such as PPO and GRPO are widely used to train large language models (LLMs) for multi-turn agentic tasks. However, in off-policy training pipelines, these methods often exhibit unsta…

Multi-hop Question AnsweringReinforcement Learning

Reflective Prompted Policy Optimization: Trajectory-Grounded Revision and Salience Bias

2026-05-08 · Rahaf Abu Hara, Vaibbhav Murarri, Claudio Zito arxiv

Existing LLM-based policy optimizers see only scalar rewards: that a policy scored 0.45, but not whether the agent got stuck in a loop, fell into a hole on the third step, or performed well on 19 out of 20 rollouts and f…

Equipping Black-Box Policies with Model-Based Advice for Stable Nonlinear Control

2022-06-02 · Tongxin Li, Ruixiao Yang, Guannan Qu, Yiheng Lin 외

Machine-learned black-box policies are ubiquitous for nonlinear control problems. Meanwhile, crude model information is often available for these problems from, e.g., linear approximations of nonlinear dynamics. We study…