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

I got the following errors when I tried to install d4rl: git clone https://github.com/rail-berkeley/d4rl.git cd d4rl pip install -e . >>ERROR: Could not find a version that satisfies the requirement...

Hello! I want to know if it's possible to update Mujoco Ant datasets. Those datasets were collected with a bug, external forces in state space (dimensions 27 to 110) are...

### Question Hello everyone, I'm doing some experiments using this dataset, and I'm finding a strange issue when trying to reproduce results, where if I roll out the dataset's sequence...

Hi, Thanks for taking on the maintenance of D4RL. I am really happy to see that D4RL can continue to be maintained! I have a question, is there any plan...

hi team, I know we now provide a dataset of [s,a,r,s' ] may I know if it's possible to get the whole expert trajectory? for example [s,a,r, s',a'r', s'',a'',r'' ....]...

Hi folks, a few days ago, this worked, given a working underneath mujoco install: ``` pip install \ mujoco_py==2.0.2.5 \ git+https://github.com/rail-berkeley/d4rl@master#egg=d4rl ``` Although this repo's master branch hasn't been updated...

Hi, I assume that this project was made to help the RL community develop better algorithms for solving offline RL problems. I think that time should be spent exactly on...

Hi guys, I was building d4rl by the book. I ran: And obtained this error: ![image](https://user-images.githubusercontent.com/56416888/169638769-f9e623d9-3349-42c7-a2e4-2e07e19e31f3.png) I looked thru the previous issues to see if anyone else had encountered this...

When I tried to use ` pip install git+https://github.com/rail-berkeley/d4rl@master#egg=d4rl ` to install d4rl, I received the following error. Collecting d4rl Cloning https://github.com/rail-berkeley/d4rl (to revision master) to /private/var/folders/57/5fr05p6s3kv9yr4nwlhdmxrh0000gn/T/pip-install-9t0rzrqf/d4rl_1c3e6874f14c4accbfc28015878359ba Running command git...