After a brief theoretical introduction to grasp the core concepts behind the imitation learning algorithms, we'll implement a real IL algorithm. However, we'll provide only the main and most interesting parts. Thus, if you are interested in the full implementation, you can find it in the GitHub repository of this book: https://github.com/PacktPublishing/Reinforcement-Learning-Algorithms-with-Python.
Technical requirements
Installation of Flappy Bird
Later, we'll run our IL algorithm on a revisited version of a famous game called Flappy Bird (https://en.wikipedia.org/wiki/Flappy_Bird). In this section, we'll give you all the commands needed to install it.
But before installing the environment of the game...