miroesli / psscscs

Reinforcement Learning Battlesnake
MIT License
2 stars 1 forks source link

Help me to run the test #6

Closed Fool-Yang closed 4 years ago

Fool-Yang commented 4 years ago

for it is easy for a human to read, I have switched on the state printing in game.py run this file with command python run_this_test_and_output_to_a_file.py > output.txt see if the results make sense a 1-8 number represents a snake body, with value = its id 9 represents a food feel free to make your own test

you won't be able to see dead snakes' bodies or how it died. In other words, they just disappear one turn before they make the stupid move.