arXiv:2605.21240cs.LGcs.AI2026-05

让大模型智能体持续探索新策略,避免陷入固定套路。

APEX: Autonomous Policy Exploration for Self-Evolving LLM Agents

论文配图:APEX: Autonomous Policy Exploration for Self-Evolving LLM Agents
图 1 · 摘自论文原文
  • 构建策略地图动态扩展未知路径,避免盲目试错。
  • 在九个文本游戏和真实网页任务中表现超越所有基线。
  • 适合需要长期自主学习的智能体系统研究者。

大模型智能体在复杂任务中表现出色,尤其在需长周期决策的交互环境中。但现有智能体无法在测试时实时学习。自演化智能体通过累积记忆与反思实现持续改进,却常出现探索坍缩:随着记忆增长,行为趋于熟悉高回报模式,难以发现更优解。为此,我们提出自主策略探索(APEX),通过策略地图——一个带前置依赖边的有向无环图——显式维护策略空间。其中,分支发现机制基于证据拓展未探索方向,策略选择则在规划中平衡探索与利用。在九个Jericho文本冒险游戏和真实网页交互基准WebArena上评估,APEX全面优于所有基线。大量消融实验验证各组件贡献,并展示在多样环境下的鲁棒性,证明其在自演化智能体中实现持续探索的有效性。

原文摘要 · Abstract (English)

LLM agents have shown strong performance across a wide range of complex tasks, including interactive environments that require long-horizon decision making. But these agents cannot learn on the fly at test time. Self-evolving agents address this by accumulating memory and reflection across episodes rather than requiring model-weight updates. However, these agents often suffer from exploration collapse: as memory grows, behavior concentrates around familiar high-reward routines, reducing the chance of discovering better alternatives. To address this problem, we propose Autonomous Policy EXploration (APEX), which builds and maintains an explicit strategy space through a strategy map-a directed acyclic graph of milestones with prerequisite dependency edges. In APEX, Fork Discovery expands the map with evidence-grounded unexplored directions, while Policy Selection balances exploration and exploitation during planning. Evaluated on nine Jericho text-adventure games and WebArena, a realistic web interaction benchmark, APEX outperforms all baselines. Extensive ablations validate each component's contribution and demonstrate robustness across diverse settings, demonstrating APEX's effectiveness for sustained exploration in self-evolving agents.

智能体自演化探索

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