Nasim Shafiee

Results 10 comments of Nasim Shafiee

I have both of them installed. Here are the steps I followed to both install and run the docker: nasimshafiee@riverlab-asi:~$ export MJKEY="$(cat ~/.mujoco/mjkey.txt)" && sudo docker-compose -f reward-learning-rl/docker/docker-compose.dev.cpu.yml up -d...

pip install -e . Obtaining file:///root/softlearning Installing collected packages: softlearning Found existing installation: softlearning 0.0.1 Uninstalling softlearning-0.0.1: Successfully uninstalled softlearning-0.0.1 Running setup.py develop for softlearning Successfully installed softlearning (softlearning) root@ba72506cc7d9:~/softlearning#...

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

Fri Jun 7 18:08:52 2019 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 415.27 Driver Version: 415.27 CUDA Version: 10.0 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan...

I cannot access nvidia-smi inside softlearning-dev-cpu. Also, I cannot create softlearning-dev-gpu image: WARNING: The SOFTLEARNING_DEV_GPU_TAG variable is not set. Defaulting to a blank string. ERROR: no such image: avi-softlearning:: invalid...

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. Resources requested: 0/8...

(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): File "/home/nasim/anaconda3/envs/softlearning/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 443, in _process_trial result = self.trial_executor.fetch_result(trial) File "/home/nasim/anaconda3/envs/softlearning/lib/python3.6/site-packages/ray/tune/ray_trial_executor.py", line 315, in fetch_result result = ray.get(trial_future[0]) File "/home/nasim/anaconda3/envs/softlearning/lib/python3.6/site-packages/ray/worker.py", line...

Thanks for your help! I believe the problem was my PC. I switched to another PC now and here is what I've done: 1) unset LD_PRELOAD 2) softlearning run_example_debug examples.classifier_rl...

I unset LD_PRELOAD but the error is not solved!