Closed jay-tux closed 2 years ago
Hello, I had the same issue and I found a solution that works for me for the moment ! According to this post https://stackoverflow.com/questions/69520829/openai-gym-attributeerror-module-contextlib-has-no-attribute-nullcontext a solution could be to "Degrading the version of gym [...] from 0.21.0 to 0.15.7." Concretely you can run this command :
I hope it will help you !
Awesome! Thank you!
However, I still feel it'd be nice if SIMPLE came out-of-the-box with that setting....
Yes, I agree, this is a recent bug that may be fixed soon. I think the "install_requires" in all setup.py files in each environment folder should be changed to make sure that the gym version is lower than 0.15.7.
Yes, I agree, this is a recent bug that may be fixed soon. I think the "install_requires" in all setup.py files in each environment folder should be changed to make sure that the gym version is lower than 0.15.7.
@davidADSP This should be fixes asap. The tutorial does not work at the moment, so new users may quit using/exploring the framework (I nearly did :)
Exactly as the title says. I followed the steps from the README.
All output: