File size: 496 Bytes
de80880
 
 
 
 
2289851
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: apache-2.0
task_categories:
- reinforcement-learning
---
# transfer from d4rl dataset to minari dataset

transfer scripts and validation are in transfer.py

1. clone the repo
 ```
$ git clone https://huggingface.co/datasets/im-Kitsch/minari_d4rl
```

2. copy the file to minari root (default is ~/.minari)

```
mv minari_d4rl/datasets ~/.minari/datasets
```

# todo 
infos like `infos/qvel` are not saved since the interface is not stable yet and those infos cannot be read directly.