Metaworld example doesnt work
See original GitHub issuepython mtsac_metaworld_mt10.py
Traceback (most recent call last):
File "mtsac_metaworld_mt10.py", line 7, in <module>
import metaworld.benchmarks as mwb
ModuleNotFoundError: No module named 'metaworld.benchmarks'
Python 3.7.8 | packaged by conda-forge | (default, Jul 31 2020, 02:25:08)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import metaworld
>>>
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Meta-World example not working anymore · Issue #213 - GitHub
unfortunately, the meta-world example doesn't work anymore. In the latest version of meta-world, the file MultiClassMultiTaksEnv is missing.
Read more >Developers - metaworld example for MT1 pick-place does not work -
For the code in examples/torch/mtsac_metaworld_mt1_pick_place.py, the policy is not able to learn a good policy. After 10e6 environment steps, ...
Read more >How a VR startup took the money and ran to the metaverse
MetaWorld is a massive virtual space that's being sold piecemeal as NFTs, but something doesn't add up..
Read more >Idiotopedia: What is Meta World? - LinkedIn
Metaverse destinations enable various activities, including socializing, shopping, working, and gaming – with a unique selling proposition (USP) ...
Read more >Welcome to the Meta-World. A New Multi-task and ... - Medium
For example, an agent won't be able to quickly learn to open a door without experiencing doors before. Since the agent was trained...
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
I believe that your issue is caused by the bug where we were not specifying the max episode length of evaluation trajectories.
A contributor opened a pr for this, and we’re actively trying to merge it (#1952).
In the meantime, please cherry pick the commit from this or into your branch, or make the one line change that is necessary.
I’ll make sure that bugs like this are gone within the week.
Avnish
Hi @shagunsodhani,
The reason why you’re encountering this issue is because we are in the process of overhauling our MTRL and MetaRL examples to use the new Metaworld API that we released a month ago.
We’ve written all of the code to make the necessary changes, however we are still in the process of benchmarking our algorithms to confirm no performance regressions.
If you want to use the examples in this repo, please use the commit of metaworld that is listed inside the garage setup.py.
That commit hash is: 861ae8d8c4bef80a7ed86f47f47acaa494d4ab77
Since I think I’ve solved the issue that you’re having, I’m going to close this issue, but feel free to reopen and @ me (@avnishn) if you’re having further trouble.