Closed ghost closed 2 years ago
Hey, thanks for trying out the code! This means that there was no data found at the path, have you downloaded the data from the google drive?
Thanks for your help! I still have some questions.
Which version of dm-control
, tensorflow
and torch
should I install? I met the error of
dm-control 1.0.3.post1 requires protobuf>=3.20.1,
tensorflow 2.9.1 requires protobuf<3.20,>=3.9.2
My CUDA Version is 11.3.
I current install the mujoco_py==2.0.2.0
, mujoco200
and dm_control==1.0.0
, and here is an error:
AttributeError: 'MjData' object has no attribute 'qacc_unc'
If I cannot use mujoco200
?
I downloaded the data and put them as follows, am I right?
│ └───v-d4rl_main
│ └───vd4rl_data
Thanks again!!!
Hey! For 1 and 2, I have uploaded new conda_env.yml files that have updated requirements.
For 3, that should be fine, the files can be located anywhere, the directory passed via command line just needs to be changed!
Thanks for raising that, please let me know if you have any further questions! :)
Thank you for responding so quickly. I will try again after my final exams.
Hello,
The new paper is so inspiring!!
When I ran this command
python drqbc/train.py task_name=offline_walker_walk_random offline_dir=vd4rl_data/main/walker_walk/random/84px nstep=3 seed=0
, I met an error here:I create the environment using
drqbc/conda_env.yml
without any other change. How can I resolve this issue? Thanks!