October 2019
Intermediate to advanced
366 pages
12h 4m
English
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, we need to take care of a few additional libraries:
$ sudo apt-get install git python3-dev python3-numpy libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev libfreetype6-dev$ sudo pip install pygame
$ brew install sdl sdl_ttf sdl_image sdl_mixer ...
Read now
Unlock full access