tjukes / battlesnake-node

A Simple BattleSnake AI Written in NodeJS
http://battlesnake.io
0 stars 1 forks source link

minimum acceptable health pts #7

Open tjukes opened 7 years ago

tjukes commented 7 years ago

To consider:

rjbergerud commented 7 years ago

To find this, it'd be best to run a bunch of games and review the data on those games. In a way, this is somewhat independent of behaviour of snakes, since you can look at the questions as:

what is the expected time till food falls for which you are closest.

as sort of a lower bound on how often you can expect to have access to food.