BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
509 stars 157 forks source link

BotAI.train bug: Protoss nexus must be powered to produce probes #127

Closed DuncanDHall closed 2 years ago

DuncanDHall commented 2 years ago

This prevents any probe production via this method.

https://github.com/BurnySc2/python-sc2/blob/b54fbb869da8b4442b4fb41996f62d16434b9a93/sc2/bot_ai.py#L1274

BurnySc2 commented 2 years ago

Thanks!