miroesli / psscscs

Reinforcement Learning Battlesnake
MIT License
2 stars 1 forks source link

Big update. I rewrote the battlesnake game!!! #4

Closed Fool-Yang closed 4 years ago

Fool-Yang commented 4 years ago

The game.py (which uses snake.py) is a battlesnake game that can be run totally locally, so we can start training on our machines without having to deal with browsers and web-based interfaces. It also uses optimized data structures so it runs much faster (at least in theory; they use the language "go" so I don't know how that is compared to python). I also added a translator to convert the online data to our new data.

Fool-Yang commented 4 years ago

You should check the files see if you can find any bugs. Also, the folder structure is kinda fucked for now. Unless someone is willing to deal with the python relative import.