Reinforcement Learning: An Introduction, Richard S. Sutton, Andrew G. Barto, 2018 (The MIT Press) - A classic textbook providing foundational knowledge of reinforcement learning, including principles of model-based RL and basic dynamics model learning.
Model-Based Reinforcement Learning: A Survey, Tim van de Moerland, Joost Pieterse, Marnix Suilen, Aske Plaat, 2021Foundations and Trends® in Machine Learning, Vol. 14 (Now Publishers)DOI: 10.1561/2200000088 - A comprehensive survey of model-based reinforcement learning, covering various model learning techniques, planning methods, and associated challenges such as model uncertainty and bias.
Learning Latent Dynamics for Planning from Pixels, Danijar Hafner, Timothy Lillicrap, Ian Fischer, Ruben Villegas, David Ha, Honglak Lee, James Davidson, 2019Proceedings of the 36th International Conference on Machine Learning, Vol. 97 (PMLR) - Introduces a method for learning latent dynamics models from high-dimensional observations (pixels) in stochastic environments, enabling efficient planning.
Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model, Julian Schrittwieser, Ioannis Antonoglou, Thomas Hubert, Karen Simonyan, Laurent Sifre, Simon Schmitt, Gabriel Guli, Demis Hassabis, Thore Graepel, Timothy Lillicrap, 2020Nature, Vol. 588 (Nature Portfolio)DOI: 10.1038/s41586-020-03051-4 - Presents MuZero, an agent that learns a model of the environment that predicts outcomes relevant for planning (value, policy, reward) in a latent space, without explicit knowledge of game rules or state representation.