arXiv:2510.14545cs.LGcs.AI2025-10被引 28

解决智能体强化学习中熵信号过强导致训练崩溃的问题。

Agentic Entropy-Balanced Policy Optimization

  • 动态平衡采样与分支预算,抑制高熵操作的过度分支。
  • 通过梯度截断和熵感知优势估计,提升高不确定性动作的学习效率。
  • 仅需1000次样本即在多个基准上超越主流算法,适合构建高效网页智能体。

近期,智能体强化学习(Agentic RL)在激励网络智能体的多轮、长周期工具使用能力方面取得显著进展。然而,主流方法过度依赖熵信号来引导高不确定性工具调用步骤的探索,可能导致训练崩溃。本文深入分析熵带来的挑战,提出一种新的智能体熵平衡策略优化(AEPO)算法,该算法在回溯与策略更新阶段均实现熵的平衡。其核心包含两项设计:(1)动态熵平衡回溯机制,通过熵预监控自适应分配全局与分支采样预算,并对连续高熵工具调用施加分支惩罚以防止过度分支;(2)熵平衡策略优化,将停止梯度操作引入高熵裁剪项,保留并合理重缩放高熵令牌的梯度,同时结合熵感知的优势估计,优先学习高不确定性动作。在14个挑战性数据集上的实验表明,AEPO持续优于7种主流强化学习算法。仅用1000次强化学习样本,Qwen3-14B模型在使用AEPO时取得优异表现:在GAIA上达47.6%(Pass@1)、11.2%(Humanity's Last Exam)、43.0%(WebWalker);在Pass@5下分别为65.0%、26.0%、70.0%。进一步分析显示,AEPO提升了回溯采样的多样性,同时维持了稳定的策略熵,有利于可扩展的网页智能体训练。

原文摘要 · Abstract (English)

Recently, Agentic Reinforcement Learning (Agentic RL) has made significant progress in incentivizing the multi-turn, long-horizon tool-use capabilities of web agents. While mainstream agentic RL algorithms autonomously explore high-uncertainty tool-call steps under the guidance of entropy, excessive reliance on entropy signals can impose further constraints, leading to the training collapse. In this paper, we delve into the challenges caused by entropy and propose the Agentic Entropy-Balanced Policy Optimization (AEPO), an agentic RL algorithm designed to balance entropy in both the rollout and policy update phases. AEPO comprises two core components: (1) a dynamic entropy-balanced rollout mechanism that adaptively allocate global and branch sampling budget through entropy pre-monitoring, while imposing a branch penalty on consecutive high-entropy tool-call steps to prevent over-branching issues; and (2) Entropy-Balanced Policy Optimization that inserts a stop-gradient operation into the high-entropy clipping term to preserve and properly rescale gradients on high-entropy tokens, while incorporating entropy-aware advantage estimation to prioritize learning on high-uncertainty tokens. Results across 14 challenging datasets show that AEPO consistently outperforms 7 mainstream RL algorithms. With just 1K RL samples, Qwen3-14B with AEPO achieves impressive results: 47.6% on GAIA, 11.2% on Humanity's Last Exam, and 43.0% on WebWalker for Pass@1; 65.0% on GAIA, 26.0% on Humanity's Last Exam, and 70.0% on WebWalker for Pass@5. Further analysis reveals that AEPO improves rollout sampling diversity while maintaining stable policy entropy, facilitating scalable web agent training.

强化学习智能体熵平衡工具使用

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