AISep 30, 2025

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

arXiv:2509.25779v22 citationsh-index: 23
Originality Incremental advance
AI Analysis

This work addresses efficiency and cost in agentic RL for AI researchers and practitioners, showing incremental improvements through reward shaping.

The paper tackled the problem of making agentic reinforcement learning more efficient by using reward shaping with smaller language models, achieving a 56.9% final-pass rate on the TravelPlanner benchmark with only 180 training queries—a 2.7× improvement over the baseline.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes