-
Hi, I am trying to experiment AWR on a static dataset. But I find that both the codes of AWR in this repo and in the author's repo are the online version. Would you like to share the offline version o…
-
fd.write(out + '\n')
UnicodeEncodeError: 'gbk' codec can't encode character '\xd6' in position 27: illegal multibyte sequence
-
Hi, I really appreciate your open source code. My question is how is your performance number reported in the paper.
For example, in Table 1, do you use the max evaluation return during the learni…
-
FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = '/nfs/dgx08/raid/babyai/BabyAI-1RoomS12-v0_agent.hdf5', errno = 2, error message = 'No such file or directory', flags = 0,…
-
Traceback (most recent call last):
File "scripts/plan_guided.py", line 26, in
diffusion_experiment = utils.load_diffusion(
File "/home/leon/leon_ws/diffuser-main/diffuser/utils/serializati…
-
Hey, I can't seem to install and run it. What python version was used with this? Was it 3.9.15?
-
It is becoming a bit difficult to see what is working vs what is not in Issue #662. So here is a working script that worked for me. A copy of this guide can be found at [jaynes-starter-kit/docker/m1_…
-
Hi,
I want to know how the maximum score is obtained for MuJoCo tasks? From the wiki (https://github.com/rail-berkeley/d4rl/wiki/Dataset-Reproducibility-Guide#gym-mujocogym-bullet), it seems that w…
-
Hi @justinjfu @aviralkumar2907, I want to train Mujoco-Gym Continuous Control Tasks with Image Observations.
I figured out that `image_envs` branch support Image Observations. But when I did `gym.ma…
-
Hi Aviral,
In the paper, you claim CQL can be implemented with less than 20 lines of code, but it's really difficult to identify these "20 lines of code" from the current version of your project wh…