-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pathing_grid issue #11
Comments
Hi @Zymrael , Thanks for pointing this out. I'm aware of the issue and will fix it as soon as possible. In the meanwhile, you can use an older version of SC2 by passing corresponding version to SMAC, e.g., To check which versions of SC2 you have installed, check the |
Thanks for the swift reply and for the work done to maintain SMAC. |
Hi, I have a same problem and try to solve by changing the version. I added parameter 'game_version' and set to '4.6.2'. but, still have same error : "ValueError: cannot reshape array of size 128 into shape (32,32)" And I checked SC2 version in my starcraft2 file, there was only the latest version '74456' which is 4.9.1 maybe. Do I have to download old version? or changing the parameter is all? Thank you! |
Fixed in 260b2fb. Any version of SC2 should work now @leeKanghoon |
New version of SCII is causing problems to several APIs (smac included). The first problem caused by the update seems to be related to the pathing grid's shape (data values have been turned into bits).
Other users are encountering similar problems when using python-sc2: Dentosal/python-sc2#283
The text was updated successfully, but these errors were encountered: