PySnake 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]