Closed paulkim436 closed 1 year ago
Sorry -- we don't really use the ray/rllib interface. It also has not been tested, however if you swap out the Starcraft2Env for the StarCraftCapabilityEnvWrapper
you should be able to get it to work as that class has the same API as the original version of SMAC.
If you do manage to get it to work, please submit a pull request with the required changes.
If this is still an issue let me know -- closing this for now.
Hello. It seems like I am experiencing the same problem as the thread above #6 The latest version of Ray has changed the Model.py file to ray.rllib.models.ModelV2.py. In response, I tried changing the code for smac.examples.rllib.model.py as shown in the code attached below.
However, this raises another error.
"TypeError: module() takes at most 2 arguments (3 given)".
Is there a fix for this?