This project is created for the purpose of learning "reinforcement learning" and how to apply it in a simple game of snake, a lot of libraries are being used so to further review please see the "requirements.txt" file.
To install the project you'll only need to run
git clone git@github.com:Masterpepin/Snake_AI.gitOnce cloned you need to start a virtual environment on your computer and install all the dependencies and libraries used in the project by running the command:
pip install -r requirements.txt