paper-with-me

홈 › Papers

Planner-R1: Reward Shaping Enables Efficient Agentic RL with Smaller LLMs

2025-09-30 · Siyu Zhu, Yanbin Jiang, Hejian Sang, Shao Tang, Qingquan Song, Biao He, Rohit Jain, Zhipeng Wang, Alborz Geramifard arxiv

We investigated Agentic RL with large language models on the \textsc{TravelPlanner} benchmark. Our approach, \textsc{Planner-R1}, achieved a \textbf{56.9\%} final-pass rate with only 180 training queries, a $2.7\times$ improvement over GPT-5's $21.2\%$ baseline and the strongest agentic result on the public leaderboard. A central finding was that smaller models (8B) were highly responsive to reward shaping: with dense process-level signals, they reached competitive performance while being $3.5\times$ more compute-efficient and $1.5\times$ more memory-efficient than 32B models. Larger models were more robust under sparse rewards but exhibited smaller relative gains from shaping and higher variance across runs. While curriculum learning offered no significant benefit, shaped rewards consistently amplified learning dynamics, making 8B models the most efficient setting for agentic RL. Crucially, these gains did not come at the cost of overfitting: fine-tuned models mostly maintained or exceeded baseline performance on out-of-domain tasks, including \textsc{Multi-IF}, \textsc{NaturalPlan}, and $τ$-\textsc{Bench}. These results establish reward shaping as a decisive lever for scaling agentic RL, highlight the competitive strength of smaller models, and demonstrate that efficiency can be achieved without sacrificing generalization.

📄 PDF Abstract BibTeX arXiv:2509.25779

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Demystifying Reinforcement Learning for Long-Horizon Tool-Using Agents: A Comprehensive Recipe

2026-03-23 · Xixi Wu, Qianguo Sun, Ruiyang Zhang, Chao Song 외 arxiv

Reinforcement Learning (RL) is essential for evolving Large Language Models (LLMs) into autonomous agents capable of long-horizon planning, yet a practical recipe for scaling RL in complex, multi-turn environments remain…

Reinforcement Learning

Search-P1: Path-Centric Reward Shaping for Stable and Efficient Agentic RAG Training

2026-02-26 · Tianle Xia, Ming Xu, Lingxiang Hu, Yiding Sun 외 arxiv

Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by incorporating external knowledge, yet traditional single-round retrieval struggles with complex multi-step reasoning. Agentic RAG addresses th…

Locally-Guided Actor-Critic: Training a Goal-conditioned Actor with a Subgoal-aware Critic

2026-08-31 · Olivier Serris, Stéphane Doncieux, Olivier Sigaud arxiv

Goal-conditioned reinforcement learning struggles with long horizons when rewards are sparse. While a planner can provide subgoals to guide a low-level policy, its use at test time may introduce practical subgoal managem…

Reinforcement Learning

Agentic Reinforcement Learning with Self-Distilled Reward Shaping

2026-08-04 · Ranxu Zhang, Guinan Chen, Chenshaodong, Jinghao Lin 외 arxiv

Agentic reinforcement learning enables LLM agents to learn through interaction, but sparse trajectory-level rewards reveal success without identifying which intermediate decisions deserve credit. Training-only privileged…

Reinforcement Learning

Policy-Invariant Reward Shaping from LLM Feedback: A Framework for Hybrid RL Agents

2026-08-18 · Christophe D. Hounwanou, John Emeka Eze, Yaé U. Gaba arxiv

Combining large language models with reinforcement learning is increasingly explored, yet the theoretical status of LLM-derived reward signals is often left implicit. We formalize the hybrid LLM-planner and RL-controller…

Reinforcement Learning