BurnySc2/python-sc2

ObserverAI class ._prepare_start missing arg base_build

shostyn opened this issue · 3 comments

Seems like this was added at some point to BotAI but not ObserverAI

seems as if other methods in main.py are also missing a valid playerid when passed to run_replay

Added base_build to ObserverAI in fa4933a

ObserverAI might require a rewrite and inherit from BotAI - that way one change does not have to applied in multiple files.

Closing for the same reason as #50 (comment)