arXiv:2512.10510cs.LGcs.AI2025-12被引 3

动态调整数据优先级,让强化学习从离线到在线更稳定高效

Adaptive Replay Buffer for Offline-to-Online Reinforcement Learning

  • 根据轨迹与当前策略的契合度,动态分配数据采样权重
  • 在D4RL上显著减少早期性能下降,提升最终表现
  • 无需复杂训练,可直接接入现有算法,简单易用

离线到在线强化学习(O2O RL)面临固定离线数据集与新在线经验之间平衡的难题。传统方法依赖固定数据混合比例,难以兼顾初期学习稳定性与最终性能。为此,我们提出自适应回放缓冲区(ARB),一种基于轻量级指标‘策略一致性’(on-policyness)动态调整数据采样优先级的新方法。ARB不依赖复杂学习过程,而是评估收集轨迹与当前策略行为的匹配程度,并为每条转移赋予相应采样权重。该策略在初期有效利用离线数据保障稳定性,随后逐步聚焦于高回报的在线经验。在D4RL基准上的大量实验表明,ARB能持续缓解早期性能退化,并显著提升多种O2O RL算法的最终性能,凸显了行为感知、自适应回放缓冲区设计的重要性。代码已公开于https://github.com/song970407/ARB。

原文摘要 · Abstract (English)

Offline-to-Online Reinforcement Learning (O2O RL) faces a critical dilemma in balancing the use of a fixed offline dataset with newly collected online experiences. Standard methods, often relying on a fixed data-mixing ratio, struggle to manage the trade-off between early learning stability and asymptotic performance. To overcome this, we introduce the Adaptive Replay Buffer (ARB), a novel approach that dynamically prioritizes data sampling based on a lightweight metric we call 'on-policyness'. Unlike prior methods that rely on complex learning procedures or fixed ratios, ARB is designed to be learning-free and simple to implement, seamlessly integrating into existing O2O RL algorithms. It assesses how closely collected trajectories align with the current policy's behavior and assigns a proportional sampling weight to each transition within that trajectory. This strategy effectively leverages offline data for initial stability while progressively focusing learning on the most relevant, high-rewarding online experiences. Our extensive experiments on D4RL benchmarks demonstrate that ARB consistently mitigates early performance degradation and significantly improves the final performance of various O2O RL algorithms, highlighting the importance of an adaptive, behavior-aware replay buffer design. Our code is publicly available at https://github.com/song970407/ARB.

强化学习自适应缓冲离线学习

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