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

change in observation attribute names #23

Open Saadmaghani opened 5 years ago

Saadmaghani commented 5 years ago

a lot of names have been changed. Such as obs.observation["minimap"] to obs.observation["feature_minimap"]. Similarly obs.observation["screen"] to obs.observation["feature_screen"]. Im only starting your tutorial so I dont know of other name changes but Im guessing there are others. The version of pyc2 im using is 2.0.1

Thanks for the great tutorial!