paper-with-me

홈 › Papers

TSR: Trajectory-Search Rollouts for Multi-Turn RL of LLM Agents

2026-02-12 · Aladin Djuhera, Swanand Ravindra Kadhe, Farhan Ahmed, Syed Zawad, Heiko Ludwig, Holger Boche arxiv

Advances in large language models (LLMs) are driving a shift toward using reinforcement learning (RL) to train agents from iterative, multi-turn interactions across tasks. However, multi-turn RL remains challenging as rewards are often sparse or delayed, and environments can be stochastic. In this regime, naive trajectory sampling can hinder exploitation and induce mode collapse. We propose TSR (Trajectory-Search Rollouts), a training-time approach that repurposes test-time scaling ideas for improved per-turn rollout generation. TSR performs lightweight tree-style search to construct high-quality trajectories by selecting high-scoring actions at each turn using state-based feedback. This improves rollout quality and stabilizes learning while remaining compatible with standard policy gradient optimizers, making TSR optimizer-agnostic. We instantiate TSR with best-of-N, beam, and shallow lookahead search, and pair it with PPO and GRPO, achieving up to 15% performance gains and more stable learning on Sokoban, FrozenLake, and WebShop tasks at a modest, one-time increase in training compute. By moving search from inference time to the rollout stage of training, TSR provides a modular and general mechanism for stronger multi-turn agent learning, complementary to existing frameworks and rejection-sampling-style selection methods.

📄 PDF Abstract BibTeX arXiv:2602.11767

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Iris: Climbing to the Search Frontier

2026-09-03 · Ziyuan Liu, Hengqi Liu, Zichuan Wang, Yang Qin 외 hf

We present Iris-mini and Iris-pro, two search agents trained at the 35B-A3B and 397B-A17B scales, together with the data pipeline and training recipe behind them. Tasks are reverse-constructed from the hyperlink structur…

Memory-R2: Fair Credit Assignment for Long-Horizon Memory-Augmented LLM Agents

2026-05-20 · Sikuan Yan, Ahmed Bahloul, Ercong Nie, Susanna Schwarzmann 외 arxiv

Memory-augmented LLM agents enable interactions that extend beyond finite context windows by storing, updating, and reusing information across sessions. However, training such agents with reinforcement learning in multi-…

Reinforcement Learning

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

2025-04-24 · Zihan Wang, Kangrui Wang, Qineng Wang, Pingyue Zhang 외

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 en…

Decision MakingReinforcement Learning (RL)

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-t…

Reinforcement Learning

Argus: Evidence Assembly for Scalable Deep Research Agents

2026-05-15 · Zhen Zhang, Liangcai Su, Zhuo Chen, Xiang Lin 외 arxiv

Deep research agents have achieved remarkable progress on complex information seeking tasks. Even long ReAct style rollouts explore only a single trajectory, while recent state of the art systems scale inference time com…

Reinforcement Learning