skjb / pysc2-tutorial

Tutorials for building a PySC2 bot
https://medium.com/@skjb/building-a-basic-pysc2-agent-b109cde1477c
MIT License
287 stars 85 forks source link

Typo in file zerg_agent_step5.py on line 48 "obs" instead of "oba" #11

Open ghost opened 6 years ago

ghost commented 6 years ago

Typo in file zerg_agent_step5.py on line 48 and in file zerg_agent_step6.py on line 55

larvae = self.get_units_by_type(oba, units.Zerg.Larva) it should be obs larvae = self.get_units_by_type(obs, units.Zerg.Larva)