AI learns to play Snake - Deep Q Learning - Neural Network

The goal of this project was to train an AI bot to play Snake. The bot didn’t get any information about the rules of the game - it had to guess them by itself. All information it got was snake vision and information about reward or penalty. The game and the bot were written in Python. More information and code: Blog: GitHub:
Back to Top