Open Hc7Hs opened 4 years ago
Hi,
The function is defined here: https://github.com/avisingh599/multiworld/blob/99638945399b847b6f1bd31fb982bea48cfe65ed/multiworld/envs/mujoco/__init__.py#L12
Are you using my fork of multiworld linked above? The codebase is supposed to work with the above, not the original multiworld repository.
Thanks, Avi
Hi, avisingh599 .
I have built docker image from README. But when I run "softlearning run_example_local examples.classifier_rl --n_goal_examples 10 --task=Image48SawyerDoorPullHookEnv-v0 --algorithm VICERAQ --num-samples 5 --n_epochs 300 --active_query_frequency 10" . There is a problem:
The pip show that i have installed multiworld and I can import it in python cli:
It seem like the
multiworld.envs.mujoco
mudule do not hasregister_goal_example_envs
.How can I solove this problem? Thanks!