pysc2-tutorial icon indicating copy to clipboard operation
pysc2-tutorial copied to clipboard

Error in zerg_agent_step5

Open bruzat opened this issue 6 years ago • 0 comments

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

bruzat avatar Jan 02 '19 19:01 bruzat