FormularSumo / FormularBot

FormularSumo/FormularBot contains two Rocket League bots, FormularBot and DemoBot. See README for instructions on running them and other bots.
2 stars 0 forks source link

Fix bot sometimes doing nothing #19

Closed FormularSumo closed 4 years ago

FormularSumo commented 4 years ago

Try rewriting stack code is in the same place as decision making code. That should mean there's never a situation where bot has nothing to do.

FormularSumo commented 4 years ago

This commit has somewhat fixed this bug https://github.com/FormularSumo/FormularBot/commit/c16edc7c06ebedaf0e547b4e4075de98cb73f095 #

FormularSumo commented 4 years ago

This commit has completely fixed this bug https://github.com/FormularSumo/FormularBot/commit/39495cc3d5b297f51947b842d91d5f3c7b1886a1