D4RL icon indicating copy to clipboard operation
D4RL copied to clipboard

A collection of reference environments for offline reinforcement learning

Results 102 D4RL issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ```bash Traceback (most recent call last): File "/home/ubuntu/CleanDiffuser/tutorials/1_a_minimal_DBC_implementation.py", line 39, in env = gym.make("kitchen-complete-v0") File "/home/ubuntu/anaconda3/envs/cleandiffuser/lib/python3.9/site-packages/gym/envs/registration.py", line 676, in make return registry.make(id, **kwargs) File "/home/ubuntu/anaconda3/envs/cleandiffuser/lib/python3.9/site-packages/gym/envs/registration.py", line 520,...

How can I get seeds used to reset environments if I want to replay the episodes in d4rl dataset? Without this, it is hard for me to render images from...