Commit
·
81d8fb1
1
Parent(s):
dfda0db
Upload . with huggingface_hub
Browse files- README.md +3 -1
- dataset.npy +2 -2
README.md
CHANGED
@@ -28,7 +28,9 @@ git clone https://huggingface.co/datasets/qgallouedec/prj_gia_dataset_metaworld_
|
|
28 |
Then, load it with
|
29 |
|
30 |
```python
|
31 |
-
|
|
|
|
|
32 |
```
|
33 |
|
34 |
|
|
|
28 |
Then, load it with
|
29 |
|
30 |
```python
|
31 |
+
import numpy as np
|
32 |
+
dataset = np.load("prj_gia_dataset_metaworld_bin_picking_v2_1111/dataset.npy", allow_pickle=True).item()
|
33 |
+
print(dataset.keys()) # dict_keys(['observations', 'actions', 'dones', 'rewards'])
|
34 |
```
|
35 |
|
36 |
|
dataset.npy
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bda2cc5bcf51612189851d167d81ea363f5f3d72b429d803c0a849f753ba3f4
|
3 |
+
size 17700601
|