FOCAL-ICLR
FOCAL-ICLR copied to clipboard
Code for FOCAL Paper Published at ICLR 2021
Hi! When I generate the offline dataset corresponding to Ant-dir, I can only generate the data of goal1, and the data in the goal0 folder is always empty, how should...
Hello, I have some further questions about gym that I think are crucial to running this code correctly. I feel that logically, the system should first search the gym directory...
Hello, when I the command `python launch_experiment.py`, there is an error occurring—— """ Traceback (most recent call last): File "/home/charlie/anaconda3/envs/CORRO/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(*args, **kwds)) File...
"Set LD_LIBRARY_PATH to point to both the MuJoCo binaries (/$HOME/.mujoco/mujoco200/bin) as well as the gpu drivers (something like /usr/lib/nvidia-390, you can find your version by running nvidia-smi)". Hi, Could you...
Hi,in the file "rlkit/torch/networks.py", you use "import rlkit.torch.transformer as transformer" . But it seem like the repo doesn't have rlkit.torch.transformer