BryanSWeber / CUNYAIModule

CUNYBot, an AI that plays complete games of Starcraft.
MIT License
6 stars 3 forks source link

Bot has an IsPlaceableCUNY check inaccurately found: #224

Closed BryanSWeber closed 4 years ago

BryanSWeber commented 4 years ago

http://www.openbw.com/replay-viewer/?rep=https://basilicum.bytekeeper.org/bots/Bryan%20Weber/Bryan%20Weber%20vs%20Dragon%20Python%20CTR_E9DCAED0.rep

So what all needs to be checked for buildings?

BryanSWeber commented 4 years ago

image

Seems to be trying to build a hydra den next to the extractor

BryanSWeber commented 4 years ago

https://github.com/OpenBW/openbw/blob/master/bwgame.h#L2502

Is an almost certainly exhaustive check. Update and replace existing function.

BryanSWeber commented 4 years ago

631aeb9c1e26cbfc3718781a505af3575d42e510 has been pushed. I believe this ought to resolve the bug.

BryanSWeber commented 4 years ago

Has not been observed