Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RAGEN: Understanding Self-Evolution in LLM Agents via Multi-Turn Reinforcement Learning

About

Training large language models (LLMs) as interactive agents presents unique challenges including long-horizon decision making and interacting with stochastic environment feedback. While reinforcement learning (RL) has enabled progress in static tasks, multi-turn agent RL training remains underexplored. We propose StarPO (State-Thinking-Actions-Reward Policy Optimization), a general framework for trajectory-level agent RL, and introduce RAGEN, a modular system for training and evaluating LLM agents. Our study on four stylized environments reveals three core findings. First, our agent RL training shows a recurring mode of Echo Trap where reward variance cliffs and gradient spikes; we address this with StarPO-S, a stabilized variant with trajectory filtering, critic incorporation, and gradient stabilization. Second, we find the shaping of RL rollouts would benefit from diverse initial states, medium interaction granularity and more frequent sampling. Third, we show that without fine-grained, reasoning-aware reward signals, agent reasoning hardly emerge through multi-turn RL and they may show shallow strategies or hallucinated thoughts. Code and environments are available at https://github.com/RAGEN-AI/RAGEN.

Zihan Wang, Kangrui Wang, Qineng Wang, Pingyue Zhang, Linjie Li, Zhengyuan Yang, Xing Jin, Kefan Yu, Minh Nhat Nguyen, Licheng Liu, Eli Gottlieb, Yiping Lu, Kyunghyun Cho, Jiajun Wu, Li Fei-Fei, Lijuan Wang, Yejin Choi, Manling Li• 2025

Related benchmarks

TaskDatasetResultRank
Multi-Armed BanditBandit
Success Rate (pass@1)62
19
Twenty QuestionsTwenty Questions held-out (test)
Mean@824.36
10
Multi-turn RL navigationSokoban held-out (val)
Success Rate43.7
10
Multi-turn RL navigationFrozenLake held-out (val)
Success Rate48.7
10
Information-seeking (20 Questions)20 Questions (20Qs) (test)
Mean@816.54
8
Multi-turn RL Task CompletionSokoban
Success Rate29
6
Multi-turn RL Task CompletionFrozenLake
Success Rate19.7
6
Web navigationWebShop (val)
Success Rate70.3
5
Showing 8 of 8 rows

Other info

Follow for update