利用大量未标注数据提升离线强化学习的泛化能力。
Semi-pessimistic Reinforcement Learning
- 通过寻找奖励函数下界,简化学习过程并避免分布偏移。
- 在未标注数据充足时能保证策略性能提升,条件更宽松。
- 适用于多种强化学习算法,适合医疗等标签数据稀缺场景。
离线强化学习旨在从预先收集的数据中学习最优策略,但面临分布偏移问题,即策略可能遭遇数据中未覆盖的未见场景。此外,许多应用存在标注奖励数据稀缺的问题。仅依赖标注数据常导致状态-动作分布过窄,加剧分布偏移,影响策略学习效果。本文指出,未标注数据量通常远大于标注数据,提出半悲观强化学习方法以有效利用海量未标注数据。该方法通过优化奖励函数下界,简化学习流程,无需对Q函数或状态转移函数进行下界估计;具备高度灵活性,可与多种模型无关及基于模型的算法结合;在使用大量未标注数据时具有保证的性能提升,且所需假设更弱。理论与数值实验表明其优于多种替代方案。进一步应用于帕金森病自适应深部脑刺激,验证了实用性。
原文摘要 · Abstract (English)
Offline reinforcement learning (RL) aims to learn an optimal policy from pre-collected data. However, it faces challenges of distributional shift, where the learned policy may encounter unseen scenarios not covered in the offline data. Additionally, numerous applications suffer from a scarcity of labeled reward data. Relying on labeled data alone often leads to a narrow state-action distribution, further amplifying the distributional shift, and resulting in suboptimal policy learning. To address these issues, we first recognize that the volume of unlabeled data is typically substantially larger than that of labeled data. We then propose a semi-pessimistic RL method to effectively leverage abundant unlabeled data. Our approach offers several advantages. It considerably simplifies the learning process, as it seeks a lower bound of the reward function, rather than that of the Q-function or state transition function. It is highly flexible, and can be integrated with a range of model-free and model-based RL algorithms. It enjoys the guaranteed improvement when utilizing vast unlabeled data, but requires much less restrictive conditions. We compare our method with a number of alternative solutions, both analytically and numerically, and demonstrate its clear competitiveness. We further illustrate with an application to adaptive deep brain stimulation for Parkinson's disease.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。