question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Metaworld example doesnt work

See original GitHub issue

python 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:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
avnishncommented, Aug 26, 2020

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

1reaction
avnishncommented, Aug 25, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found