Reinforcement Learning: An Introduction, Richard S. Sutton and Andrew G. Barto, 2018 (The MIT Press) - This foundational textbook provides a comprehensive introduction to model-based reinforcement learning, including detailed explanations of planning, Dyna-Q, and the use of simulated experience in Chapter 8.
Mastering Atari with Discrete World Models, Danijar Hafner, Timothy Lillicrap, Mohammad Norouzi, Jimmy Ba, 2021International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2010.02193 - Presents DreamerV2, a modern model-based reinforcement learning agent that effectively uses a learned world model to perform planning via trajectory sampling in complex visual environments.
Model-based Reinforcement Learning: A Survey, Thomas M. Moerland, Joost Broekens, Aske Plaat, Catholijn M. Jonker, 2023Foundations and Trends® in Machine Learning, Vol. 16 (Now Publishers)DOI: 10.1561/2200000086 - This comprehensive survey covers various model-based reinforcement learning techniques, offering a broad perspective on planning with learned models and their practical applications.