arXiv:2604.18401cs.CL2026-04被引 8

让大模型智能体在复杂任务中更聪明地决策。

CAPO: Critic-Guided Action-Aligned Policy Optimization for Advancing LLM Agent Capabilities

  • 按完整动作边界评估状态价值,而非逐词计算。
  • 不同长度动作统一更新,提升训练稳定性。
  • 适合长周期多轮任务的智能体训练优化。

强化学习(RL)已成为提升大语言模型(LLM)智能体能力的关键技术。尽管无评者方法如GRPO日益流行,我们认为基于评者的方法仍更适合长时程智能体任务,因其评者模型可评估状态并为不同决策分配信用。然而,典型评者方法如PPO仍在词粒度上组织价值估计、信用分配和策略更新,而环境状态仅在智能体完成完整动作后才变化。本文提出CAPO:一种评者引导的动作对齐策略优化方法,以提升LLM智能体能力。CAPO引入两项动作对齐设计:首先,在动作边界使用评者模型估计状态价值,并将对应优势分配给完整动作而非单个词;其次,提出新型动作感知策略比,通过长度校准聚合动作内各词的比例,实现跨不同长度动作的一致更新。这两项设计有效实现细粒度信用分配与一致策略更新,同时兼容词级梯度计算。在多跳问答、学术论文检索和文本世界动作任务上的实验表明,CAPO持续优于代表性强化学习方法。进一步分析验证了两项设计的有效性,并揭示动作对齐优化如何改善多轮强化学习训练。我们希望本工作为训练更强大的LLM智能体提供一条可行路径。

原文摘要 · Abstract (English)

Reinforcement learning (RL) has become a key technique for improving the agentic capabilities of large language models (LLMs). Although critic-free methods such as GRPO are increasingly popular, we argue that critic-based methods remain well suited to long-horizon agentic tasks because their critic models can assess each state and assign credit to different decisions. However, representative critic-based methods such as PPO still organize value estimation, credit assignment, and policy updates at token granularity, whereas the environment state changes only after the agent completes a full action. In this work, we propose CAPO, a critic-guided action-aligned policy optimization method for advancing LLM agent capabilities. CAPO introduces two action-aligned designs. First, it estimates the state value at the action boundary using a critic model and assigns the corresponding advantage to the complete action rather than individual tokens. Second, CAPO introduces a novel action-aware policy ratio that aggregates token ratios within each action with length calibration for consistent updates across actions of different lengths. These two designs effectively achieve fine-grained credit assignment and consistent policy updates while remaining compatible with token-level gradient computation. Experiments across multi-hop QA, academic paper search, and text-world action tasks show that CAPO consistently outperforms representative RL methods. Further analyses validate both designs and reveal how action-aligned optimization improves multi-turn RL training. We hope this work provides a practical path for training more capable LLM agents.

强化学习智能体大模型动作对齐

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