Create and train an undercomplete convolutional autoencoder and train it using the training data set from the first task.
Preparation Download the minirace.py and sprites.py python files. The class Minirace implements the racing game simulation. Running sprites.py will create datasets of screenshots for your first task. A new racing game can be created like here: from minirace import Minirace therace = Minirace(level=1) In this, level sets the information a RL agent gets from the […]