/AI-Snake-Game

This is a Deep-Q Learning based AI Snake Game where the Model Incrementally Learns and Improves to Play the Game.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

AI-Snake-Game

Steps to Train and Test the Code (Windows with GitBash)

Step 1: Clone Repo

$ git clone https://github.com/DataRohit/AI-Snake-Game.git

Step 2: Setup Virtual Environment

$ python -m venv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt

Step 3: Run the Code in Jupyter Notebook and you will see the output. It takes around 10 - 15 minutes for the agent to get better at game.

Credits freecodecamp