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

ValueError: Unknown ability_id: 3674, type: cmd_quick. Likely a bug. #12

Closed ghost closed 6 years ago

ghost commented 6 years ago

In file zerg_agent_step7.py It seems that Attack_minimap function is not working OS- Ubuntu 18.04 SC2- 3.1.7

Error log:

.local/lib/python2.7/site-packages/pysc2/lib/features.py", line 1020, in func_call_ability ability_id, cmd_type.name)) ValueError: Unknown ability_id: 3674, type: cmd_quick. Likely a bug.

ghost commented 6 years ago

Ok solution for Linux users is to upgrade package to SC2 4.1.2

Related: From 7a04e74 to b07986f Attack_minimap not working #170