metaworld only works with gym 0.15.4
See original GitHub issuegym version 0.15.5 upwards have deprecated the tags
arguments in environment registration
They have specified the change here
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
garage/CHANGELOG.md at master - GitHub
A toolkit for reproducible reinforcement learning research. - garage/CHANGELOG.md at master · rlworkgroup/garage.
Read more >pip install gym==0.7.4 - PyPI
The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents. ... and is compatible with any numerical computation library, ...
Read more >Error in importing environment OpenAI Gym - Stack Overflow
This worked for me via terminal: pip install gym[atari] pip install autorom[accept-rom-license]. After installing gym, it is 80 games.
Read more >How to Install OpenAI Gym in a Windows Environment
This command creates a Conda environment named “gym” that runs Python 3 and contains pip. If you don't install pip at the time...
Read more >Gym - :: Anaconda.org
The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents. Conda · Files · Labels · Badges.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @iDurugkar
Thanks for filing this issue.
The metaworld API doesn’t make use of gym environment registration, so this should not affect functionality. Is it causing you to not be able to install metaworld?
We would happily accept a pull requests which simply deleted the contents of https://github.com/rlworkgroup/metaworld/blob/4528f84dab357d562824dac3edf159bc68399f23/metaworld/envs/mujoco/__init__.py
It’s not necessary for the benchmark to work and I think is the source of your problems.
closed by #69