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 >= 1.13.1

Run the main game

python3 main.py

Train the model using Reinforcement Learning (DQN)

python3 ai.py --mode train

Play by AI

python3 ai.py --mode play

About

A python snake game based on pygame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages