Snake Game AI with reinforcement learning using keras-rl for reforcement learning, gym for the enviroment
and pygame for the game.
To run the project you need to install the requirements in requirements.txt.
pip install -r requirements.txt
Credits to: @lucaomartins & @brunotsantos1997