Agent Tuning & Optimization 相关度: 9/10

Exploratory Memory-Augmented LLM Agent via Hybrid On- and Off-Policy Optimization

Zeyuan Liu, Jeonghye Kim, Xufang Luo, Dongsheng Li, Yuqing Yang
arXiv: 2602.23008v1 发布: 2026-02-26 更新: 2026-02-26

AI 摘要

EMPO$^2$通过混合策略优化和记忆增强,提升LLM Agent在探索性任务中的性能和泛化能力。

主要贡献

  • 提出了EMPO$^2$框架,结合on-policy和off-policy更新。
  • 利用记忆机制增强LLM Agent的探索能力。
  • 在ScienceWorld和WebShop上取得了显著的性能提升。

方法论

EMPO$^2$是一个混合RL框架,使用记忆模块进行探索,并结合on-policy和off-policy更新优化LLM agent。

原文摘要

Exploration remains the key bottleneck for large language model agents trained with reinforcement learning. While prior methods exploit pretrained knowledge, they fail in environments requiring the discovery of novel states. We propose Exploratory Memory-Augmented On- and Off-Policy Optimization (EMPO$^2$), a hybrid RL framework that leverages memory for exploration and combines on- and off-policy updates to make LLMs perform well with memory while also ensuring robustness without it. On ScienceWorld and WebShop, EMPO$^2$ achieves 128.6% and 11.3% improvements over GRPO, respectively. Moreover, in out-of-distribution tests, EMPO$^2$ demonstrates superior adaptability to new tasks, requiring only a few trials with memory and no parameter updates. These results highlight EMPO$^2$ as a promising framework for building more exploratory and generalizable LLM-based agents.

标签

LLM Agent Reinforcement Learning Exploration Memory

arXiv 分类

cs.LG cs.AI