jadechoghari HF Staff commited on
Commit
6ec250f
·
verified ·
1 Parent(s): 99fc207

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +154 -0
  2. data/chunk-000/episode_000000.parquet +3 -0
  3. data/chunk-000/episode_000001.parquet +3 -0
  4. data/chunk-000/episode_000002.parquet +3 -0
  5. data/chunk-000/episode_000003.parquet +3 -0
  6. data/chunk-000/episode_000004.parquet +3 -0
  7. data/chunk-000/episode_000005.parquet +3 -0
  8. data/chunk-000/episode_000006.parquet +3 -0
  9. data/chunk-000/episode_000007.parquet +3 -0
  10. data/chunk-000/episode_000008.parquet +3 -0
  11. data/chunk-000/episode_000009.parquet +3 -0
  12. data/chunk-000/episode_000010.parquet +3 -0
  13. data/chunk-000/episode_000011.parquet +3 -0
  14. data/chunk-000/episode_000012.parquet +3 -0
  15. data/chunk-000/episode_000013.parquet +3 -0
  16. data/chunk-000/episode_000014.parquet +3 -0
  17. data/chunk-000/episode_000015.parquet +3 -0
  18. data/chunk-000/episode_000016.parquet +3 -0
  19. data/chunk-000/episode_000017.parquet +3 -0
  20. data/chunk-000/episode_000018.parquet +3 -0
  21. data/chunk-000/episode_000019.parquet +3 -0
  22. data/chunk-000/episode_000020.parquet +3 -0
  23. data/chunk-000/episode_000021.parquet +3 -0
  24. data/chunk-000/episode_000022.parquet +3 -0
  25. data/chunk-000/episode_000023.parquet +3 -0
  26. data/chunk-000/episode_000024.parquet +3 -0
  27. data/chunk-000/episode_000025.parquet +3 -0
  28. data/chunk-000/episode_000026.parquet +3 -0
  29. data/chunk-000/episode_000027.parquet +3 -0
  30. data/chunk-000/episode_000028.parquet +3 -0
  31. data/chunk-000/episode_000029.parquet +3 -0
  32. data/chunk-000/episode_000030.parquet +3 -0
  33. data/chunk-000/episode_000031.parquet +3 -0
  34. data/chunk-000/episode_000032.parquet +3 -0
  35. data/chunk-000/episode_000033.parquet +3 -0
  36. data/chunk-000/episode_000034.parquet +3 -0
  37. data/chunk-000/episode_000035.parquet +3 -0
  38. data/chunk-000/episode_000036.parquet +3 -0
  39. data/chunk-000/episode_000037.parquet +3 -0
  40. data/chunk-000/episode_000038.parquet +3 -0
  41. data/chunk-000/episode_000039.parquet +3 -0
  42. data/chunk-000/episode_000040.parquet +3 -0
  43. data/chunk-000/episode_000041.parquet +3 -0
  44. data/chunk-000/episode_000042.parquet +3 -0
  45. data/chunk-000/episode_000043.parquet +3 -0
  46. data/chunk-000/episode_000044.parquet +3 -0
  47. data/chunk-000/episode_000045.parquet +3 -0
  48. data/chunk-000/episode_000046.parquet +3 -0
  49. data/chunk-000/episode_000047.parquet +3 -0
  50. data/chunk-000/episode_000048.parquet +3 -0
README.md ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.0",
28
+ "robot_type": "metaworld",
29
+ "total_episodes": 2500,
30
+ "total_frames": 204806,
31
+ "total_tasks": 49,
32
+ "total_videos": 0,
33
+ "total_chunks": 3,
34
+ "chunks_size": 1000,
35
+ "fps": 80,
36
+ "splits": {
37
+ "train": "0:2500"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 4
46
+ ],
47
+ "names": {
48
+ "axes": null
49
+ }
50
+ },
51
+ "action": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 4
55
+ ],
56
+ "names": {
57
+ "axes": [
58
+ "x",
59
+ "y",
60
+ "z",
61
+ "gripper"
62
+ ]
63
+ }
64
+ },
65
+ "next.reward": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "next.success": {
73
+ "dtype": "bool",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "observation.environment_state": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 39
83
+ ],
84
+ "names": [
85
+ "keypoints"
86
+ ]
87
+ },
88
+ "observation.image": {
89
+ "dtype": "image",
90
+ "shape": [
91
+ 3,
92
+ 480,
93
+ 480
94
+ ],
95
+ "names": [
96
+ "channels",
97
+ "height",
98
+ "width"
99
+ ]
100
+ },
101
+ "task_id": {
102
+ "dtype": "int16",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "timestamp": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "frame_index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "episode_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "task_index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ }
143
+ }
144
+ }
145
+ ```
146
+
147
+
148
+ ## Citation
149
+
150
+ **BibTeX:**
151
+
152
+ ```bibtex
153
+ [More Information Needed]
154
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f42f7d2f0aa38077068b6dc7ffb80abb4a69dcabf3c28db13f50bac2a92af89
3
+ size 18728
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb534ed8c776bab5bd5b59c060d247b6fc4fd1f9cf91c374abbf63316c94cac
3
+ size 19169
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e142f2cb4f5b29a50b970b82fb4f121783452f2e88ee615797e49b5dc1d6a81
3
+ size 18733
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8505144016f2127ae5f455d0267645095bf0360f2318c0f2c64683f8e9a39cf1
3
+ size 18340
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b78c42e15f36e43f0cd2701b9d1584e3e7b9952e20168d5534d6e81e490235
3
+ size 18340
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cebeef26e73cf0c8f79dcbb837f532c988a22c5c447963602ccb84b9fc794b6
3
+ size 18732
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342aee8a6cd494c7ec4e58976a77ad3b6c823562d66652b8bbedc4ff6a8a03b5
3
+ size 19440
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cc2c252bf86f9edf9b4402451025800abe6cf577b83f7aac49c088d1cf905b1
3
+ size 18466
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6dcf1cd713c9b71ccd17d804922cf766f4a362b80769c799a227b2d81e00ffc
3
+ size 19294
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cdbd9aeb45e49013db9aee0ff774daee18e027553ae77cdea1fe0a809d1e628
3
+ size 18071
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626ffd1a2b1179d040e3a9142e35676f52f45abb43afde03ec8f09fd8bcbae6c
3
+ size 18730
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9112d37c00ee37721553d5a2e3871307b68a28d2cf84aa1198fb21c88c903f5b
3
+ size 19294
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:846f6c84376a1ae3e5a6ef2dd8c62dd033df01abebaa1517a4b2189f3fb84db2
3
+ size 19832
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64cac6a4fd078e869ee67b556f7f400ca177c3e35b518920f0515682038f58f
3
+ size 19025
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e74f6d3b77530e28d00a8c80bbd075266bfe714eda721c1c77dfc2117d59a4a
3
+ size 18468
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2aa03525abacb358f4a0f33cfff70bdbe8c94b0e1228d28676a6a2a6c045a75
3
+ size 19025
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8845408f0010ce617ef12ff2b73b7c790793c4424108f0b72eacae91bc67dea0
3
+ size 19025
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d394286e95e1d94e06c9ea397ca7eb823369c63042117537ab9092f5ebfdee
3
+ size 19027
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a40a9f64c7c9bdc335797776ec25be498a1e5d861bb20ff48fe52c878af5fb4
3
+ size 18610
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31bd90ac59bde136a8b431cbfbaa5dd74fa6ebde2aaed77f67c3b6afda00cc3c
3
+ size 18905
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bb3e770b79edf57ecec16dc96cde3de3eb628b98735734548f7c0f6fc94ae3d
3
+ size 18342
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:896cf4e63186f2c751c8e6b34fcf51280e869938e50148cb2f20f9daf7072b53
3
+ size 20005
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:282a17166cd6d39e7cf11923d862f832e067d87eb9743fe89747790dc2cb1fd2
3
+ size 19440
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c00d0ae5154d42ac999191f83e2349422c7b6a053ebbd4991ba9a31a14c7a80
3
+ size 18071
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b58234acd79b8771a8fd61acca80aead12879ef960cf044c8b65eae165f9a5f
3
+ size 18466
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07925ffdb010a7d8626f0ee6066225eae3651a55585bbd6c9522749933dcc330
3
+ size 18613
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936688c2cff3de029418492fe6af817207351502caa47e6f8a5f17fcb2388f86
3
+ size 20320
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0ee6d33824309e8f76f929981f32927839b542248bf247cce9247e97e58331
3
+ size 19438
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469570b962c88d91ac9c35ecbaa3e6bcb5143d0c23528d769f34b36ab32eb837
3
+ size 18732
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb65326335ffbbc89a1f79487916d9f3f65377afa1d28b3b61611bbe199a9da1
3
+ size 19167
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:016e7965298c58a805f53ae81be2a64c6aebd6a02534db6786bc74eec4364812
3
+ size 18194
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e19cdfe093ee64dd4bad6da0e516c95f3640f89980ca991540823189d50b067c
3
+ size 18907
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8f9c1c673df6e6b51ee535451aa111a0698d368aa8bd6e81951877021350530
3
+ size 18196
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd654f1856cae7348a1454781444a692ac07c08494907854e1888fc59626c692
3
+ size 18196
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3bb074baac299c26c0d2b23be6c666eef31837cfb20575a2e36ae829f8548b9
3
+ size 19027
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edeb21055ec06507c11b9fb9e37b61c21e91b34ca1749a8f8db195033f3d327a
3
+ size 18903
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d2c39b0649de53e80f8e775c4730d6ec378a406843095c330f7cd3962ba362
3
+ size 18903
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc78e7c11c56277e1efc6b9f160b5200eb8df74487c8b8820ccde1a8bf065a3d
3
+ size 18612
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4861eeb28abaa8fd86b8f0a6e9b5ae951c20261764c0d310de1c85a092a8c7a8
3
+ size 19567
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970edd9cd48be6e2187138eb5ad25dae3a81571af80f0d3b9e4f3de07f5d3aea
3
+ size 19565
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03fa0b296395b7ce7257e95d159c88ae4e088c054237418fe6e04301f3917bc
3
+ size 19567
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05303fab37a7afe2663c9ead5f1a71da535da7f224eea3f81bf37bb6934077a6
3
+ size 19025
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e75f434392ead5e707190aec3aa297f1ed5aa448f49ab67852652f12e199800
3
+ size 18340
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b20d5e04b896b065c3d0b4c4b77a1a446067b264377963b6879242b4fb9f85f6
3
+ size 18905
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a851c35fa8743b66a469640421b02ca0ae313eb2bc8cac9502f6d8485abcffde
3
+ size 19169
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:959e49b3e8a7f028cd97f648afea21826ae3702f3b16ae23308a1cdc83fc8a91
3
+ size 19567
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0451bceec2fec04a4324e3f49017a9452fa528638e978a72cfc9e58b43512546
3
+ size 20005
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ef50706c3edbd338223b53ca3a302ad1e30a5d056b3b5333d4c5ebcf7894c0
3
+ size 18610
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba93b8838f6f6e0e15d5768a140dd11d7bbc125db1a4dc956e2efbc32d5989e
3
+ size 18196