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

updated terran smart agent tutorial to work on pysc2 2.0 #19

Open branberry opened 5 years ago

branberry commented 5 years ago

Hello! I modified the final version of the pysc2 tutorial that implements a Q-Learning algorithm for terran to work with the PySc2 2.0 library version. Tested on my PC without errors.