Model-Based Reinforcement Learning: A Survey

Abstract

Sequential decision making, commonly formalized as Markov Decision Process (MDP) optimization, is an important challenge in artificial intelligence. Two key approaches to this problem are reinforcement learning (RL) and planning. This survey is an integration of both fields, better known as model-based reinforcement learning. Model-based RL has two main steps. First, we systematically cover approaches to dynamics model learning, including challenges like dealing with stochasticity, uncertainty, partial observability, and temporal abstraction. Second, we present a systematic categorization of planning-learning integration, including aspects like: where to start planning, what budgets to allocate to planning and real data collection, how to plan, and how to integrate planning in the learning and acting loop. After these two sections, we also discuss implicit model-based RL as an end-to-end alternative for model learning and planning, and we cover the potential benefits of model-based RL. Along the way, the survey also draws connections to several related RL fields, like hierarchical RL and transfer learning. Altogether, the survey presents a broad conceptual overview of the combination of planning and learning for MDP optimization.

Cite

Text

Moerland et al. "Model-Based Reinforcement Learning: A Survey." Foundations and Trends in Machine Learning, 2023. doi:10.1561/2200000086

Markdown

[Moerland et al. "Model-Based Reinforcement Learning: A Survey." Foundations and Trends in Machine Learning, 2023.](https://mlanthology.org/ftml/2023/moerland2023ftml-modelbased/) doi:10.1561/2200000086

BibTeX

@article{moerland2023ftml-modelbased,
  title     = {{Model-Based Reinforcement Learning: A Survey}},
  author    = {Moerland, Thomas M. and Broekens, Joost and Plaat, Aske and Jonker, Catholijn M.},
  journal   = {Foundations and Trends in Machine Learning},
  year      = {2023},
  pages     = {1-118},
  doi       = {10.1561/2200000086},
  volume    = {16},
  url       = {https://mlanthology.org/ftml/2023/moerland2023ftml-modelbased/}
}