-
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
Docker Installation #6
Comments
Could you tell me what steps you followed and what errors you ran into when attempting the docker installation? Do you have |
I have both of them installed. nasimshafiee@riverlab-asi:~$ export MJKEY="$(cat ~/.mujoco/mjkey.txt)" && sudo docker-compose -f reward-learning-rl/docker/docker-compose.dev.cpu.yml up -d --force-recreate
|
Could you try |
pip install -e . WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
Traceback (most recent call last): |
Interesting. Looks like |
Unfortunately, I don't know exactly what's causing the |
Hi, (softlearning) root@fdcf41e30e0c:~/softlearning# 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 WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
WARNING: Logging before flag parsing goes to stderr. ======================================================================
|
@Mehrdad-Dorostian This error is a bit hard to interpret because of all the |
I have the same issue when I'm running run_example_debug command: softlearning run_example_debug examples.classifier_rl --n_goal_examples 10 --task=Image48SawyerDoorPullHookEnv-v0 --algorithm VICERAQ --n_epochs 300 --active_query_frequency 10 /opt/conda/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. I0528 19:15:48.273273 139764420859712 init.py:333] Registering multiworld mujoco gym environments Using seed 2866 Press Enter to exit |
Thanks for your response! /opt/conda/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 4148 Press Enter to exit ... |
@Mehrdad-Dorostian @NasimShafiee Could you tell me what GPU do you have on your system? What's the output of |
Fri Jun 7 18:08:52 2019 +-----------------------------------------------------------------------------+ |
I cannot access nvidia-smi inside softlearning-dev-cpu. WARNING: The SOFTLEARNING_DEV_GPU_TAG variable is not set. Defaulting to a blank string. |
I have some problems in using docker installation. CondaEnvException: Pip failed ERROR: Service 'softlearning-dev-cpu' failed to build: The command '/bin/bash -c echo "${MJKEY}" > ~/.mujoco/mjkey.txt && conda env update -f /tmp/environment.yml && conda clean --all -y && rm ~/.mujoco/mjkey.txt' returned a non-zero code: 1 |
Hi,
The docker installation is not complete or the docker is not working. I would appreciate you put the complete installation here.
Thanks,
The text was updated successfully, but these errors were encountered: