Create ReadMe.md
Browse files
ReadMe.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# transfer from d4rl dataset to minari dataset
|
2 |
+
|
3 |
+
transfer scripts and validation are in transfer.py
|
4 |
+
|
5 |
+
1. clone the repo
|
6 |
+
```
|
7 |
+
$ git clone https://huggingface.co/datasets/im-Kitsch/minari_d4rl
|
8 |
+
```
|
9 |
+
|
10 |
+
2. copy the file to minari root (default is ~/.minari)
|
11 |
+
|
12 |
+
```
|
13 |
+
mv minari_d4rl/datasets ~/.minari/datasets
|
14 |
+
```
|
15 |
+
|
16 |
+
# todo
|
17 |
+
infos like `infos/qvel` are not saved since the interface is not stable yet and those infos cannot be read directly.
|