-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiworld Module #3
Comments
Hmm, did you use the instructions in the README for creating the conda env for this repository? The reward-learning-rl/requirements.txt Line 51 in 93bb52f
|
I installed it again and I get the following error when I run the example which I believe it came from multiworld module: Using FIFO scheduling algorithm.
== Status ==
|
Can you try |
(softlearning) nasim@nasim-PC:~/reward-learning-rl$ cat /home/nasim/ray_results/multiworld/mujoco/Image48SawyerDoorPullHookEnv-v0/2019-05-14T19-29-25-2019-05-14T19-29-25/51b91bef-algorithm=SAC-seed=2619_2019-05-14_19-29-26zic1act4/error_2019-05-14_19-29-32.txt Traceback (most recent call last): |
Interesting, I've never seen this error before. @hartikainen Any idea what might be going on here? @NasimShafiee In the meanwhile, can you try running |
It's hard to say from these logs. @NasimShafiee were there any other logs before/after the ones you already posted here? If so, could you copy-paste the full log here? |
Thanks for your help!
Full Log: /home/nasimshafiee/anaconda3/envs/softlearning/lib/python3.6/site-packages/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.25.1) or chardet (3.0.4) doesn't match a supported version! WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
WARNING: Logging before flag parsing goes to stderr. Using seed 9941 During handling of the above exception, another exception occurred: Traceback (most recent call last):
== Status ==
Traceback (most recent call last): |
Looks like this is the OpenGL issue that a lot of people face with mujoco-py. I would suggest trying out some more of the things outlined here: openai/mujoco-py#187 As an alternative, you can use our docker image instead of setting up things locally. The docker image has all the configurations setup correctly, so as long as you have nvidia-docker and docker-compose installed, it will work out of the box. |
I unset LD_PRELOAD but the error is not solved! |
I would suggest using the docker image supplied with the repository. |
Thanks! |
Hi,
I am using Anaconda to install your work 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
", I get error:
File "/home/nasim/reward-learning-rl/examples/classifier_rl/utils.py", line 16, in
from multiworld.envs.mujoco import register_goal_example_envs
ModuleNotFoundError: No module named 'multiworld'
I git clone https://github.com/vitchyr/multiworld.git but it does not work. Which Multiworld module have you used?
The text was updated successfully, but these errors were encountered: