dgets / nightMiner

Halite III Bot - rewriting Halite III bot from scratch with better project structure plans
6 stars 1 forks source link

Remove seek_n_nav's less_dumb_move() #59

Closed dgets closed 5 years ago

dgets commented 5 years ago

Make sure that this has been phased out everywhere and snipSNIP.

dgets commented 5 years ago

It was still being used around line 302 in _seek_nnav.py in the routine to get the initial distance (see the StartUp object). I think that this may be where a portion of the collisions were coming from. Going to swap this out in lieu of complete deprecation and see what can be done to fix it, if whatever drop-in replacement doesn't prevent more collisions.

dgets commented 5 years ago

While some progress may have been made on the collisions during initial scoot, there are still collisions taking place between my own ships under control of this bot at times. Something still isn't being done right...