arXiv:2509.19199cs.CL2025-09被引 39

让大模型智能体在复杂任务中更高效地自我学习。

Agentic Reinforcement Learning with Implicit Step Rewards

  • 用隐式步骤奖励机制自动分配每步的奖励信号。
  • 在多个任务上实现最优性能,且训练更稳定、样本效率更高。
  • 适合需要自主决策与长期规划的智能体研究者。

大语言模型作为自主智能体在交互环境中应用日益广泛,但稀疏且不可验证的奖励使得信用分配极为困难。现有方法存在标注偏见、奖励劫持或细粒度奖励方差过大等问题。为此,我们提出 iStar,一种无需额外采样或显式步骤标签的隐式步骤奖励策略,可无缝集成于标准强化学习算法。通过交替优化策略模型与隐式过程奖励模型(PRM),基于轨迹的DPO目标生成隐式步骤奖励。理论分析表明该目标可产生逐步奖励函数。随后将隐式步骤奖励用于计算步骤级优势,与轨迹级优势结合进行策略更新,形成自增强训练循环。我们在 WebShop、VisualSokoban 和 SOTOPIA 等挑战性基准上评估,iStar 在跨领域表现超越前沿大模型与强基线,达到当前最佳水平,且样本效率更高、训练更稳定。进一步分析显示,iStar 具有高效探索能力,在步骤与轨迹层级均获得更高奖励,同时达成任务所需步数更少。代码即将开源。

原文摘要 · Abstract (English)

Large language models (LLMs) are increasingly developed as autonomous agents using reinforcement learning (agentic RL) that reason and act in interactive environments. However, sparse and sometimes unverifiable rewards make it extremely challenging to assign credit when training LLM agents that serve as a policy. Recent work attempts to integrate process supervision into RL but suffers from biased annotation, reward hacking, high-variance from overly fine-grained rewards or failtures when state overlap is rare. We therefore introduce implicit step rewards for agentic RL (iStar), a general credit-assignment strategy that integrates seamlessly with standard RL algorithms without relying on additional rollouts or explicit step labels. Particularly, we alternatively optimize an implicit process reward model (PRM) with the policy model to generate implicit step rewards via a trajectory-based DPO objective. Theoretical analysis shows that this learning objective produces a step-wise reward function. Then the implicit step rewards are used to compute step-level advantages, which are combined with trajectory (or episode)-level advantages for policy updates, creating a self-reinforcing training loop. We evaluate our method on three challenging agent benchmarks, including WebShop and VisualSokoban, as well as open-ended social interactions with unverifiable rewards in SOTOPIA. Crucially, iStar shows superior performance over frontier LLMs and strong RL baselines across domains, achieving state-of-the-art results with higher sample-efficiency and training stability. Further analysis also demonstrates efficient exploration by iStar with increased rewards in both step- and episode-level while maintaining fewer steps to achieve task success. Code will be available soon.

强化学习智能体大模型信用分配

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。