dgets / nightMiner

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

Implement conditionals for offense_blockade #52

Open dgets opened 5 years ago

dgets commented 5 years ago

The glo.FEATURES['offense_blockade'] conditionals have not been implemented anywhere. This needs to be handled so that we can do trials with and without this feature. There's a lot of others that needed to be added in glo.FEATURES, as well, but I don't think these others are necessarily as important for testing as what I just mentioned.

dgets commented 5 years ago

NOTE: I changed the index to ending_blockade, to better distinguish it from the early_blockade feature.

dgets commented 5 years ago

The next step in getting this towards full operational capability is summarizing all of the processing in _endingblockade's schiesse in the wiki code summary. There will be big problems, I foresee, implementing this without doing a detailed code analysis of those parts, first.