Skip to content

Curtin-Machine-Learning-Club/SnakeAI

Repository files navigation

SnakeAI

Setting up

python3 -m venv VENV
source VENV/bin/activate
pip3 install -r requirements.txt

How to Run Snake Game

python3 SnakeGame.py

How to run training of model

python3 Agent.py train

How to run trained model

python3 Agent.py run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages