This is about CNN; convolutional autoencoder and RL agent
- Train a CNN to predict a clear road ahead
- Train a convolutional autoencoder
- Create a RL agent for Minirace (level 1)
- Create a RL agent for Minirace (level 2)
In this project Reinforcement Learning part, I used Kyoke as my library. For the details: https://ishikota.github.io/kyoka/
+2 for the car (the dark 2 × 2 square), 0 for drivable track segments (1 × 6 pixels, in white), and +1 for non-drivable terrain (here in grey)Running sprites.py will create datasets of screenshots for CNN and autoencoder task