Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 400 Bytes

SnakeGameAI 🐍

Snake Game AI with reinforcement learning using keras-rl for reforcement learning, gym for the enviroment and pygame for the game.


Demo:

Snake AI Training


To run the project you need to install the requirements in requirements.txt.

pip install -r requirements.txt


Credits to: @lucaomartins & @brunotsantos1997