Snake
This project contains the following files:
- snake_env.py : run this and you can play the game Snake by yourself
- agent_1.py : run this and a Deep Reinforcement Learning Agent will learn to play snake
- plot_script.py : plotting the results of the agent
- requirements.txt : you will need some Python packages, like turtle, TensorFlow and Keras before you can run the scripts, install these first
Enjoy!