arXiv:2507.15356cs.AI2025-07

用检索高回报状态提升离线强化学习的泛化能力

RAD: Retrieval High-quality Demonstrations to Enhance Decision-making

  • 从数据集中检索高回报可达状态作为目标,引导策略生成
  • 在多个基准上表现优于或媲美现有方法,泛化能力更强
  • 适合需要安全高效决策的复杂环境应用

离线强化学习(Offline RL)通过固定数据集训练策略,避免了昂贵或危险的环境交互。然而,其依赖有限静态数据集,天然限制了对训练分布外场景的泛化能力。以往基于合成数据增强的方法在未见场景中常失效。为此,我们提出检索高回报示范(RAD)用于决策,创新性地将检索机制引入离线RL。具体而言,RAD从离线数据集中检索高回报且可达的状态作为目标状态,并利用生成模型以这些目标为条件生成子轨迹用于规划。由于目标状态具有高回报,一旦代理到达该状态,即可沿对应高回报动作继续获取高收益,从而提升策略泛化能力。大量实验表明,RAD在多种基准上均取得竞争性或更优性能,验证了其有效性。代码已开源:https://github.com/LeahGL/RAD。

原文摘要 · Abstract (English)

Offline reinforcement learning (RL) learns policies from fixed datasets, thereby avoiding costly or unsafe environment interactions. However, its reliance on finite static datasets inherently restricts the ability to generalize beyond the training distribution. Prior solutions based on synthetic data augmentation often fail to generalize to unseen scenarios in the (augmented) dataset. To address these challenges, we propose Retrieval High-quAlity Demonstrations (RAD) for decision-making, which innovatively introduces a retrieval mechanism into offline RL. Specifically, RAD retrieves high-return and reachable states from the offline dataset as target states, and leverages a generative model to generate sub-trajectories conditioned on these targets for planning. Since the targets are high-return states, once the agent reaches such a target, it can continue to obtain high returns by following the associated high-return actions, thereby improving policy generalization. Extensive experiments confirm that RAD achieves competitive or superior performance compared to baselines across diverse benchmarks, validating its effectiveness. Our code is available at https://github.com/LeahGL/RAD.

离线RL策略规划检索增强

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