AkshayGudi

Results 1 comments of AkshayGudi

Very late solution post, but will be useful for other people hopefully, IF YOU ARE USING pysc2 version 3.0.0 1. Instead of **obs.observation['screen'][_UNIT_TYPE]** use **obs.observation["feature_screen"][_UNIT_TYPE]** 2. Instead of **obs.observation["minimap"][_PLAYER_RELATIVE]** use...