pysc2-tutorial
pysc2-tutorial copied to clipboard
Error in zerg_agent_step5
I found one error in zerg_agent_step5.
At line 48, need to change
larvae = self.get_units_by_type(oba, units.Zerg.Larva)
to
larvae = self.get_units_by_type(obs, units.Zerg.Larva)
thank you for your job