通过筛选高回报数据提升离线强化学习样本效率
Sample-Efficient Policy Constraint Offline Deep Reinforcement Learning based on Sample Filtering
- 基于奖励均值筛选高质量转移数据,过滤低回报样本
- 在多个基准任务上显著提升策略性能与学习速度
- 适合数据质量参差的离线强化学习场景
离线强化学习旨在利用给定的静态转移数据集学习最大化期望回报的策略。然而,离线RL面临分布偏移问题。政策约束方法通过限制学习策略与行为策略之间的差异来缓解该问题,但其性能高度依赖于行为策略质量。若数据集中包含大量低回报转移,学习策略将受制于次优参考策略,导致学习速度慢、样本效率低、性能差。本文指出,现有方法中使用全部数据的采样方式可改进。提出一种简单高效的样本过滤方法:首先根据数据集中各轨迹的平均奖励与折扣平均奖励评估转移样本得分,提取高分样本;其次,仅用高分样本训练离线RL算法。在多个离线RL算法和基准任务上验证该方法,实验结果表明其优于基线方法。
原文摘要 · Abstract (English)
Offline reinforcement learning (RL) aims to learn a policy that maximizes the expected return using a given static dataset of transitions. However, offline RL faces the distribution shift problem. The policy constraint offline RL method is proposed to solve the distribution shift problem. During the policy constraint offline RL training, it is important to ensure the difference between the learned policy and behavior policy within a given threshold. Thus, the learned policy heavily relies on the quality of the behavior policy. However, a problem exists in existing policy constraint methods: if the dataset contains many low-reward transitions, the learned will be contained with a suboptimal reference policy, leading to slow learning speed, low sample efficiency, and inferior performances. This paper shows that the sampling method in policy constraint offline RL that uses all the transitions in the dataset can be improved. A simple but efficient sample filtering method is proposed to improve the sample efficiency and the final performance. First, we evaluate the score of the transitions by average reward and average discounted reward of episodes in the dataset and extract the transition samples of high scores. Second, the high-score transition samples are used to train the offline RL algorithms. We verify the proposed method in a series of offline RL algorithms and benchmark tasks. Experimental results show that the proposed method outperforms baselines.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。