← Latest papers
🤖 AI

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

This paper introduces Reverse-Turn Policy Optimization (RTPO), a unified framework that stabilizes multi-turn agentic RL training by restructuring rollouts as sparse reverse trees to eliminate context mismatch, enable causally consistent credit assignment, and control asynchronous policy drift, thereby significantly outperforming existing baselines.

Original authors: Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu

Published 2026-08-20
📖 5 min read🧠 Deep dive

Original authors: Yugu Li, Jimmy Cao, Jianglin Qiao, Siyi Hu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the rapidly evolving world of artificial intelligence, researchers are teaching large language models to act as autonomous agents. These are not just chatbots that answer questions; they are systems designed to plan, reason, and use external tools like calculators or web search engines to solve complex problems. To make these agents smarter, scientists often use a method called reinforcement learning. Imagine a student learning to play a new game: they try different moves, and if they win, they get a reward. Over time, they learn which moves lead to success. In the digital realm, the "moves" are the words the model generates, and the "reward" is a score given at the very end of a task. This approach has been highly successful for single-step tasks, such as solving a math problem in one go. However, when these agents are asked to perform long, multi-step workflows—like researching a topic, gathering data, and writing a report over several turns of conversation—the training process becomes notoriously unstable. The models often learn to solve short tasks but fail miserably when the task gets longer, their performance crumbling as the number of steps increases.

A team of researchers from universities in Australia and the United States has identified why this breakdown happens and proposed a new way to fix it. They discovered that the instability stems from three deeply connected problems that occur when training these agents over many turns. First, there is a mismatch between what the model sees while it is practicing and what it sees while it is being taught. During practice, the model might only see a summary of the conversation to save space, but during training, the computer forces it to look at the entire, full history of the chat. This difference confuses the model, making it unsure of which context to trust. Second, the system struggles to figure out which specific step in a long chain of reasoning actually led to the final success or failure. When a model gets a reward at the end of a ten-step process, the training algorithm often spreads that credit (or blame) evenly across all ten steps, even if only the fifth step was the critical mistake. This makes it hard for the agent to learn the right behavior. Third, as the training progresses, the model changes. If the system tries to learn from a long conversation that started when the model was "younger" and less skilled, but finishes training when the model is "older" and more skilled, the data becomes inconsistent. The model is essentially trying to learn from its own past self, creating a drift that destabilizes the learning process.

To solve these issues, the researchers developed a new framework called Reverse-Turn Policy Optimization, or RTPO. Instead of treating a long conversation as one giant, flat block of text, they reimagined the training process as a series of distinct, connected moments. The core idea is to train the model by working backward, starting from the very last step of a task and moving toward the beginning. When the system reaches a specific turn in the conversation, it pauses and creates several "sibling" versions of the future. It asks the model to imagine: "If I make this specific decision right now, what happens next?" It then runs these future scenarios forward to see if they lead to a good outcome. By comparing these sibling futures, the system can pinpoint exactly which decision at the current turn was the best one, without the noise of what happened before or the uncertainty of what might happen later. This method ensures that the model is always learning from a consistent context and that the credit for a successful outcome is assigned precisely to the decision that caused it.

The results of this new approach were striking. When tested on difficult mathematical reasoning tasks and complex web-search challenges, the new method significantly outperformed existing techniques. On a set of hard math problems, the new method improved the accuracy of the agents by more than twenty-one percent compared to the previous standard methods. On knowledge-based tasks, it improved performance by nearly eleven percent. Perhaps more importantly, the training process itself became much more stable. In previous methods, as the tasks got longer, the models would often get worse, but with this new approach, the models continued to improve even as the number of steps increased. The researchers also found that the agents learned to use tools more efficiently. On math problems, the agents made fewer tool calls but got more answers right, suggesting they learned to rely on their own reasoning and only use tools when absolutely necessary. On research tasks, they made more calls, but these calls were more strategic, leading to better information gathering.

The researchers verified that their solution worked by isolating each of the three problems they identified. They showed that by fixing the context mismatch, the model stopped getting confused about what it was supposed to be looking at. By fixing the credit assignment, the model learned to make better decisions at each specific step rather than guessing based on the final result. And by keeping the training data consistent with the current version of the model, they eliminated the drift that usually causes long training sessions to fail. The study provides a clear path forward for building more reliable AI agents that can handle complex, multi-step tasks without losing their way. It suggests that the key to mastering long-horizon reasoning is not just giving the model more data, but restructuring how it learns from that data, ensuring that every decision is judged fairly and accurately against the right future possibilities. This work marks a significant step toward creating AI assistants that can truly navigate the complexities of the real world, one thoughtful step at a time.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →