Metaworld icon indicating copy to clipboard operation
Metaworld copied to clipboard

Collections of robotics environments geared towards benchmarking multi-task and meta reinforcement learning

Results 47 Metaworld issues
Sort by recently updated
recently updated
newest added

Thanks for offering us this wonderful environments and benchmarks. When I checked the new benchmark results of ML10/ML45 on the updated paper https://arxiv.org/pdf/1910.10897.pdf, I found that the new RL2-PPO performance...

I tested some environment with different task settings. For example on reach-v2, I think it is strange that it does not success even when the score is 4700+. I tried...

In the V2 push-wall, pick-place-wall, push-back, and shelf-place environments, setting `rand_init` to False and then resetting the environment would lead to the following error when calling `step()`: ``` Traceback (most...

The lower bound for the random reset space of the object in disassemble is higher than the upper bound for the first index. This appears to be an issue for...

Currently, the observation space does not specify a dtype, which means it defaults to float32, however the returned numpy array is by default in float64. This will lead to exceptions...

Hi, it seems that the same bug always exists under V100-32G GPU environment: ``` Found 0 GPUs for rendering. Using device 0. File "mjsim.pyx", line 156, in mujoco_py.cymj.MjSim.render File "mjsim.pyx",...

Recently, other big benchmark suites, such as [OpenAI gym](https://github.com/openai/gym/blob/024b0f5160716b01effc27de45615bac7620e8b6/README.md?plain=1#L51-L52) and [DMC](https://github.com/deepmind/dm_control/blob/41d0c7383153f9ca6c12f8e865ef5e73a98759bd/README.md?plain=1#L61-L68), switched to the new [pybind11-based mujoco bindings](https://pypi.org/project/mujoco/). Since these bindings are made available in DeepMind's official mujoco repository, I...

I am trying to get deterministic behavior for the same seed> However, running the following piece of code prints about different result every time. ``` import metaworld ml10 = metaworld.ML10(seed=0)...

I was trying to use your environments as standalone gym tasks without the metalearning aspect. While I do not think this issue conflicts with the design choices made for the...

When I use this repo on the server without interface, I Get an error : mujoco_py.cymj.GlfwError: Failed to initialize GLFW, I know it is because the MJViewer, but how can...