Agent Tuning & Optimization 相关度: 10/10

RetroAgent: From Solving to Evolving via Retrospective Dual Intrinsic Feedback

Xiaoying Zhang, Zichen Liu, Yipeng Zhang, Xia Hu, Wenqi Shao
arXiv: 2603.08561v1 发布: 2026-03-09 更新: 2026-03-09

AI 摘要

RetroAgent通过双重内在反馈和经验检索,提升LLM Agent在复杂环境中的持续进化能力。

主要贡献

  • 提出了双重内在反馈机制(数值和语言)
  • 设计了Similarity & Utility-Aware UCB检索策略
  • 在多个复杂Agent任务上取得了SOTA结果

方法论

在线强化学习框架,通过自省机制生成双重内在反馈,并利用UCB策略检索经验,实现Agent的持续进化。

原文摘要

Large language model (LLM)-based agents trained with reinforcement learning (RL) have shown strong potential on complex interactive tasks. However, standard RL paradigms favor static problem-solving over continuous adaptation: agents often converge to suboptimal strategies due to insufficient exploration, while learned knowledge remains implicit within parameters rather than explicitly retrievable, limiting effective experiential learning. To address these limitations, we introduce RetroAgent, an online RL framework that empowers agents to master complex interactive environments not just by solving, but by evolving. Concretely, RetroAgent features a hindsight self-reflection mechanism that produces dual intrinsic feedback: (1) intrinsic numerical feedback that that tracks incremental subtask completion relative to prior attempts, rewarding promising explorations, and (2) intrinsic language feedback that distills reusable lessons into a memory buffer, retrieved via our proposed Similarity & Utility-Aware Upper Confidence Bound (SimUtil-UCB) strategy balancing relevance, utility, and exploration to effectively leverage past experiences. Extensive experiments on two model families across four challenging agentic tasks demonstrate that RetroAgent significantly outperforms existing methods, achieving state-of-the-art results -- e.g., surpassing Group Relative Policy Optimization (GRPO)-trained agents by +18.3% on ALFWorld, +15.4% on WebShop, +27.1% on Sokoban, and +8.9% on MineSweeper -- while exhibiting strong test-time adaptation and generalization to out-of-distribution scenarios.

标签

LLM Agent Reinforcement Learning Intrinsic Motivation Experience Retrieval

arXiv 分类

cs.AI