arXiv:2602.17931cs.LGcs.AI2026-02AAAI

用记忆图提升大模型引导强化学习的样本效率

Memory-Based Advantage Shaping for LLM-Guided Reinforcement Learning

  • 构建记忆图记录大模型与智能体的成功路径
  • 通过轨迹匹配度提升早期学习速度,最终收益相当
  • 大幅减少在线调用大模型次数,适合资源受限场景

在奖励稀疏或延迟的环境中,强化学习因需大量交互而样本复杂度高。为此,研究者利用大语言模型(LLMs)进行子目标发现和轨迹引导。然而频繁调用LLM影响可扩展性和可靠性。本文提出一种基于记忆图的方法,该图整合了来自LLM指导和智能体自身成功回放轨迹的子目标与路径信息。从中构建效用函数,评估智能体轨迹与历史成功策略的对齐程度,并用于塑造优势函数,为评判器提供额外指导而不改变原始奖励。该方法主要依赖离线输入,仅需偶尔在线查询,避免持续依赖大模型。初步实验显示,在基准环境中的样本效率提升,早期学习加速,最终回报与频繁调用大模型的方法相当。

原文摘要 · Abstract (English)

In environments with sparse or delayed rewards, reinforcement learning (RL) incurs high sample complexity due to the large number of interactions needed for learning. This limitation has motivated the use of large language models (LLMs) for subgoal discovery and trajectory guidance. While LLMs can support exploration, frequent reliance on LLM calls raises concerns about scalability and reliability. We address these challenges by constructing a memory graph that encodes subgoals and trajectories from both LLM guidance and the agent's own successful rollouts. From this graph, we derive a utility function that evaluates how closely the agent's trajectories align with prior successful strategies. This utility shapes the advantage function, providing the critic with additional guidance without altering the reward. Our method relies primarily on offline input and only occasional online queries, avoiding dependence on continuous LLM supervision. Preliminary experiments in benchmark environments show improved sample efficiency and faster early learning compared to baseline RL methods, with final returns comparable to methods that require frequent LLM interaction.

强化学习大模型记忆机制样本效率

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