CLAIMay 7

StraTA: Incentivizing Agentic Reinforcement Learning with Strategic Trajectory Abstraction

arXiv:2605.0664284.1
AI Analysis

For researchers developing LLM-based interactive agents, StraTA provides a simple method to improve sample efficiency and final performance on long-horizon decision-making tasks.

StraTA introduces a hierarchical reinforcement learning framework that generates explicit trajectory-level strategies to improve exploration and credit assignment for LLM-based agents. It achieves 93.1% success on ALFWorld, 84.2% on WebShop, and 63.5% on SciWorld, outperforming strong baselines and frontier closed-source models.

Large language models (LLMs) are increasingly used as interactive agents, but optimizing them for long-horizon decision making remains difficult because current methods are largely purely reactive, which weakens both exploration and credit assignment over extended trajectories. In this work, we present Strategic Trajectory Abstraction (StraTA), a simple framework that introduces an explicit trajectory-level strategy into agentic reinforcement learning (RL). StraTA samples a compact strategy from the initial task state, conditions subsequent actions on that strategy, and trains strategy generation and action execution jointly with a hierarchical GRPO-style rollout design, further enhanced by diverse strategy rollout and critical self-judgment. Experiments on ALFWorld, WebShop, and SciWorld show that StraTA consistently improves both sample efficiency and final performance over strong baselines. StraTA reaches success rates of 93.1% on ALFWorld and 84.2% on WebShop. On SciWorld, StraTA attains a 63.5% overall score, outperforming frontier closed-source models.

Foundations

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

Your Notes