用少量专家数据提升低质量数据下的强化学习表现
Re:Frame -- Retrieving Experience From Associative Memory
- 通过内容关联从外部记忆库检索专家数据
- 仅60条专家轨迹即提升10.7分(0.1%数据量)
- 无需修改模型,适合数据稀缺场景
离线强化学习常面临数据质量差的问题,因难以获取大规模专家数据。本文提出Re:Frame(从关联记忆中检索经验),一种可插拔模块,通过一个由独立数据集中的专家轨迹填充的小型外部关联记忆缓冲区(AMB),在训练时让标准离线强化学习策略(如Decision Transformer)基于内容关联检索并融合专家经验,评估时同样查询该缓冲区。整个过程无需环境交互,也无需修改主干网络。在D4RL MuJoCo任务上,使用仅60条专家轨迹(占6000条数据集的0.1%),Re:Frame在四个设置中的三个持续优于强基线Decision Transformer,性能提升最高达+10.7归一化分数。结果表明,Re:Frame以极低数据成本高效注入专家知识,显著改善低质量数据下的离线强化学习表现。
原文摘要 · Abstract (English)
Offline reinforcement learning (RL) often deals with suboptimal data when collecting large expert datasets is unavailable or impractical. This limitation makes it difficult for agents to generalize and achieve high performance, as they must learn primarily from imperfect or inconsistent trajectories. A central challenge is therefore how to best leverage scarce expert demonstrations alongside abundant but lower-quality data. We demonstrate that incorporating even a tiny amount of expert experience can substantially improve RL agent performance. We introduce Re:Frame (Retrieving Experience From Associative Memory), a plug-in module that augments a standard offline RL policy (e.g., Decision Transformer) with a small external Associative Memory Buffer (AMB) populated by expert trajectories drawn from a separate dataset. During training on low-quality data, the policy learns to retrieve expert data from the Associative Memory Buffer (AMB) via content-based associations and integrate them into decision-making; the same AMB is queried at evaluation. This requires no environment interaction and no modifications to the backbone architecture. On D4RL MuJoCo tasks, using as few as 60 expert trajectories (0.1% of a 6000-trajectory dataset), Re:Frame consistently improves over a strong Decision Transformer baseline in three of four settings, with gains up to +10.7 normalized points. These results show that Re:Frame offers a simple and data-efficient way to inject scarce expert knowledge and substantially improve offline RL from low-quality datasets.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。