Zhixuan Liang
Results
2
comments of
Zhixuan Liang
> When I download a maze2d dataset with `env.get_dataset()`, the downloaded hdf5 file contains "timeouts" key: > > ``` > >>> import d4rl, gym > >>> env = gym.make('maze2d-large-v1') >...
> Try `DISPLAY="" CUDA_VISIBLE_DEVICES=0 python {script}`? CUDA_VISIBLE_DEVICES=0 works for me. But why other gpus cannot work?