New RTPO Method Stabilizes Multi-Turn Agentic RL Training

Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu· August 20, 2026 View original

Key takeaways

  • Multi-turn agentic RL training faces significant instability issues.
  • RTPO addresses these issues by optimizing policies in reverse temporal order.
  • The method improves credit assignment and controls policy drift.
  • RTPO significantly enhances performance and stability for tool-using AI agents.

Who benefits

Software DevelopmentAI/ML PlatformsRoboticsCustomer Service Automation

Summary

This paper introduces Reverse-Turn Policy Optimization (RTPO), a novel method to stabilize multi-turn agentic reinforcement learning (RL) training. RTPO addresses instability issues like context mismatch and asynchronous policy drift by optimizing policies in reverse temporal order, significantly improving performance on benchmarks.

Training multi-turn agentic workflows using reinforcement learning (RL) is crucial for enabling large language models (LLMs) to perform complex reasoning, utilize external tools, and conduct iterative searches. However, this training often suffers from significant instability, leading to performance degradation as the number of turns increases. Researchers have identified three primary sources of this instability: a mismatch between rollout and training contexts, weak credit assignment for turn-level actions due to sparse terminal rewards, and asynchronous policy drift when optimizing trajectories of varying lengths. The paper posits that these issues stem from a common structural problem in flattened trajectory optimization. To resolve this, a unified reverse-turn formulation is proposed, leading to Reverse-Turn Policy Optimization (RTPO). RTPO structures multi-turn rollouts as sparse reverse trees and updates policies in reverse temporal order. This approach ensures that each decision is aligned with its subsequent continuation, enabling causally consistent turn-level credit assignment and better control over asynchronous drift. Theoretical analysis confirms that RTPO eliminates context mismatch and asynchronous drift under its turn-level formulation, reduces credit bias, and converges to recursive optimality. Experimental results on multi-turn agentic RL benchmarks show RTPO outperforming existing trajectory- and turn-level baselines by substantial margins, highlighting its potential to make training more stable for tool-using AI agents.

Why it matters

Professionals developing advanced AI agents for complex, multi-step tasks can achieve more stable and effective training, leading to more reliable and capable AI systems that can reason and use tools effectively.

How to implement this in your domain

  1. 1Evaluate RTPO for stabilizing reinforcement learning in multi-turn agentic workflows.
  2. 2Integrate the reverse-turn formulation into existing RL training pipelines for LLM-based agents.
  3. 3Experiment with RTPO on internal multi-turn tasks requiring complex reasoning or tool use.
  4. 4Adapt credit assignment mechanisms in RL to align with the causally consistent turn-level updates proposed by RTPO.

Original post by Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu

"arXiv:2608.18682v1 Announce Type: new Abstract: 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 train…"

View on X

Originally posted by Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses