Closed Phoenix-surgere closed 2 years ago
Hey, I really apologize for not replying to this sooner. @dsctt will be creating a PR to RLlib that will fix this in the near future. I'm going to close this, but please let us know if you need any additional help :)
Hello,
I 've been using RLLib with PettingZoo and SuperSuit in Kaggle notebooks for a while now without an issue, but today I got some substantial, unexpected errors while doing my usual pip installs (since the notebooks don't have long term memory), and eventually I traced the problem back to SuperSuit, and specifically version 3.3.4. The traceback is the following:
After pip-installing the previous SuperSuit version, everything went back to normal, thankfully. You should check this thing out because it effectively cancels compatibility with ray == '1.10.0' at least. The code I used to produce the problem is the following:
and afterward, my imports which fail:
Note that it is not just the PPO that fails, as I've tested it with a2c and other algos as well, hence why I state that it is probably an overarching bug.