greerviau / SnakeAI

Train a Neural Network to play Snake using a Genetic Algorithm
MIT License
2.34k stars 553 forks source link

PyTorch model #14

Open elcolie opened 4 years ago

elcolie commented 4 years ago

Thanks for sharing the great code! I am working most of the time with PyTorch. My question is

How can I plug my PyTorch model to your snake's brain?