Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/3 17:07:50
RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States
AI 中文解读
核心亮点:给AI装“记忆”的难题有了新解法——既不让记忆无限膨胀,还能避免AI被错误经验带偏。
通俗解读:让AI记住长期经验时,过去的方法有两处毛病:记忆太多导致每条经验都“吃不饱”,而且好坏经验混在一起,AI容易学坏。这项新技术相当于给AI的记忆建了个固定大小的“档案柜”,按结果好坏分类摆放,新经验自动覆盖旧档案。这样AI每次都能拿到足够多的有效反馈,还不会把倒霉经历一直记在脑子里。测试中,AI的“记仇率”降低了八成,记忆空间节省了八成多,反应速度也更快了。
实际影响:未来智能助理、客服机器人会更可靠,不会因为一次失误就长期“犯浑”。普通用户使用AI时,它能更好地记住你的偏好,同时少犯重复错误。由于运行成本更低,这类智能化服务也更可能普及到日常工具里,让AI更聪明、更省心。
Learning-based memory systems for self-evolving LLM agents face two tightly coupled challenges. First, trajectory-indexed utilities grow with the interaction history, thereby dispersing limited feedback over an ever-expanding state space. Second, because trajectory-level rewards are jointly assigned to co-retrieved memories, irrelevant experiences may receive misleading utility updates and consequently enter the memory-reward trap. To address these challenges, we introduce Reduced-Order Memory Reinforcement Learning (RoMeRL), which represents the growing trajectory-indexed utility space using a fixed-dimensional per-task memory state factorized by outcome polarity and memory dynamics. RoMeRL incorporates new experiences through a fixed set of semantic coordinates whose contents are updated or replaced over time, thereby concentrating feedback over a bounded utility support. Theoretically, we show that this reduced-order parameterization increases the average feedback received by each utility coordinate and characterize the steady-state occupancy of erroneous coordinates under a generic coordinate-transition model. Empirically, across ALFWorld and LifelongAgentBench, RoMeRL improves task performance, reduces the Cold-Q ratio by 80.0%, increases feedback density by approximately 6.0 times, reduces the maintained memory size by 84.4%, and cuts LLM calls by 21.1%. These results show that reduced-order utility states support efficient self-evolving agent memory while limiting persistent reward contamination. Code is available at: https://github.com/YOUNG-fnxm/RoMeRL
分享
阅读原文 ↗