Steven Brown
Steven Brown
Tutorials
Not sure if you are interested but I have written a tutorial for building a basic agent: https://medium.com/@skjb/building-a-basic-pysc2-agent-b109cde1477c https://medium.com/@skjb/building-a-smart-pysc2-agent-cdc269cb095d https://medium.com/@skjb/add-smart-attacking-to-your-pysc2-agent-17fd5caad578 https://medium.com/@skjb/build-a-sparse-reward-pysc2-agent-a44e94ba5255
As an example, when attempting to train marines out of 3 barracks, if one of the barracks has a techlab, it seems all commands to train are queued in that...
I have a PySC2 script that creates a new game with a different map, plays, then repeats. After around 100-120 games it crashes with the following error: `SC2APIProtocol.ResponseCreateGame.Error.InvalidMapData: 'temporary map...
It seems that train unit queues are not working as expected. If I have three barracks selected and repeatedly issue the "train marine" command it seems that the queues for...
In `spatial.proto` the `FeatureLayersMinimap` data appears to come out like this (Simple64 map):  But in the game it looks like this:  It seems to me the `FeatureLayersMinimap` should...