arXiv:2410.11234cs.LGcs.AI2024-10中稿 · ICLR被引 10

用贝叶斯方法解决离线强化学习中的模型不确定性问题。

Bayes Adaptive Monte Carlo Tree Search for Offline Model-based Reinforcement Learning

  • 将离线强化学习建模为贝叶斯自适应马尔可夫决策过程,显式处理模型不确定
  • 在12个D4RL MuJoCo任务和3个托卡马克控制任务上超越现有最先进方法
  • 适合需要高可靠性与泛化能力的工业控制场景

离线强化学习是一种强大的数据驱动决策方法。与无模型方法相比,离线模型强化学习(MBRL)从静态数据集中显式学习世界模型,并将其作为替代模拟器,提升数据效率并使策略具备超越数据集支持范围的泛化能力。然而,可能存在多个在离线数据集上表现一致的马尔可夫决策过程,对真实MDP的不确定性处理极具挑战。本文提出将离线MBRL建模为贝叶斯自适应马尔可夫决策过程(BAMDP),这是一个处理模型不确定性的原则性框架。我们进一步提出一种新颖的贝叶斯自适应蒙特卡洛规划算法,可在连续状态与动作空间及随机转移条件下求解BAMDP。该规划基于蒙特卡洛树搜索,可作为策略迭代中的策略改进算子集成到离线MBRL中。所提出的‘强化学习+搜索’框架借鉴了如AlphaZero等超人级AI的设计思路,通过引入更多计算资源提升性能。实验表明,该算法在12个D4RL MuJoCo任务和3个具有挑战性的随机托卡马克控制任务上显著优于当前最先进的离线强化学习方法。代码库已公开:https://github.com/LucasCJYSDL/Offline-RL-Kit。

原文摘要 · Abstract (English)

Offline reinforcement learning (RL) is a powerful approach for data-driven decision-making and control. Compared to model-free methods, offline model-based reinforcement learning (MBRL) explicitly learns world models from a static dataset and uses them as surrogate simulators, improving the data efficiency and enabling the learned policy to potentially generalize beyond the dataset support. However, there could be various MDPs that behave identically on the offline dataset and dealing with the uncertainty about the true MDP can be challenging. In this paper, we propose modeling offline MBRL as a Bayes Adaptive Markov Decision Process (BAMDP), which is a principled framework for addressing model uncertainty. We further propose a novel Bayes Adaptive Monte-Carlo planning algorithm capable of solving BAMDPs in continuous state and action spaces with stochastic transitions. This planning process is based on Monte Carlo Tree Search and can be integrated into offline MBRL as a policy improvement operator in policy iteration. Our "RL + Search" framework follows in the footsteps of superhuman AIs like AlphaZero, improving on current offline MBRL methods by incorporating more computation input. The proposed algorithm significantly outperforms state-of-the-art offline RL methods on twelve D4RL MuJoCo tasks and three challenging, stochastic tokamak control tasks. The codebase is available at: https://github.com/LucasCJYSDL/Offline-RL-Kit.

强化学习离线学习贝叶斯方法模型预测

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