Overview and Examples#

Reinforcement learning is the third fundamental concept in machine learning next to supervised and unsupervised learning. Although the basic idea (learning by trail and error) is simple, most methods are quite involved and require a sound understanding of underlying theoretical concepts. In this chapter we provide a first overview of relevant notions and ideas. Details will be discussed in in subsequent chapters.

Most of the material in this part of the book is loosely based on or inspired by the book Reinforcement Learning: An Introduction by Richard S. Sutton and Andrew G. Barto (CC BY-NC-ND 2.0).

Related exercises: