Closed GJHall closed 4 years ago
Hi, @GJHall , I have not met errors on the _config['seed']
. This repo is developed based on pysc2=2.0.2. Pls make sure that the version of SMAC is also compatible.
As to the game version, I met the same value error before, but this disappears after I set the game version in sc2.yaml
consistent with the version of the SC2 game core that is installed on the server.
Hope these will help! Thanks!
I think the issue has to do with:
A) Windows B) s2client-proto not offering version 4.11.x hashed ()
I tried changing the sc2.yaml file to the right version but I do not think windows looks at this config line. Still get the same error.
I will try playing around with it on my linux system.
Closing the issue and will update if I find a solution.
Thank you for your quick response.
I have not tested the repo on Windows system. Not sure if it is compatible. ;(
I have been able to get SMAC installed and working to train COMA/QMIX agents.
When I tried to run your code the first time I received this error:
To fix this I added the following code to the main.py file:
SETTINGS['CONFIG']['READ_ONLY_CONFIG'] = False
now I am receiving:
This is the same error I receive when I try to run the Variance Base Control code from
Any ideas?
Thank you for your time.
Edit: I am using version 4.11.3