Skip to content

Carcuis/pysnake

Repository files navigation

PySnake

banner

A python snake game based on pygame.


Requirements

Package version
pygame latest
opencv-python latest
matplotlib latest
numpy latest
tqdm latest
torch latest

Run the main game

python3 main.py

Train the model using Reinforcement Learning (DQN)

python3 ai.py --train [--model-path MODEL_PATH]

Play by AI

python3 ai.py [--model-path MODEL_PATH]

About

A python snake game based on pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages