Nathan Bruzat

Results 2 issues of Nathan Bruzat

Hi, Thank you for your job. I would use it, when a try to initialise capsNet() i found this error. Can you help me? `capsNet = CapsNet(is_training=cfg.is_training)` ``` UnrecognizedFlagErrorTraceback (most...

I found one error in [zerg_agent_step5](https://github.com/skjb/pysc2-tutorial/blob/master/Build%20a%20Zerg%20Bot/zerg_agent_step5.py ). 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