mahavir12 commited on
Commit
86b3c68
·
1 Parent(s): e504ce3
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +159 -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,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ This dataset contains 50 demonstrations per task from the Meta-world simulation benchmarks. Demonstrations are generated using expert policies.
17
+ Meta-world: https://arxiv.org/abs/1910.10897
18
+
19
+ We reposition the camera and flip the rendered images as follow:
20
+ ```env.model.cam_pos[2] = [0.75, 0.075, 0.7]
21
+ ```
22
+
23
+ - **Homepage:** [More Information Needed]
24
+ - **Paper:** [More Information Needed]
25
+ - **License:** apache-2.0
26
+
27
+ ## Dataset Structure
28
+
29
+ [meta/info.json](meta/info.json):
30
+ ```json
31
+ {
32
+ "codebase_version": "v2.0",
33
+ "robot_type": "metaworld",
34
+ "total_episodes": 2500,
35
+ "total_frames": 204806,
36
+ "total_tasks": 49,
37
+ "total_videos": 0,
38
+ "total_chunks": 3,
39
+ "chunks_size": 1000,
40
+ "fps": 80,
41
+ "splits": {
42
+ "train": "0:2500"
43
+ },
44
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
45
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
46
+ "features": {
47
+ "observation.state": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 4
51
+ ],
52
+ "names": {
53
+ "axes": null
54
+ }
55
+ },
56
+ "action": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 4
60
+ ],
61
+ "names": {
62
+ "axes": [
63
+ "x",
64
+ "y",
65
+ "z",
66
+ "gripper"
67
+ ]
68
+ }
69
+ },
70
+ "next.reward": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "next.success": {
78
+ "dtype": "bool",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "observation.environment_state": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 39
88
+ ],
89
+ "names": [
90
+ "keypoints"
91
+ ]
92
+ },
93
+ "observation.image": {
94
+ "dtype": "image",
95
+ "shape": [
96
+ 3,
97
+ 480,
98
+ 480
99
+ ],
100
+ "names": [
101
+ "channels",
102
+ "height",
103
+ "width"
104
+ ]
105
+ },
106
+ "task_id": {
107
+ "dtype": "int16",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ },
113
+ "timestamp": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "episode_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "task_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ }
148
+ }
149
+ }
150
+ ```
151
+
152
+
153
+ ## Citation
154
+
155
+ **BibTeX:**
156
+
157
+ ```bibtex
158
+ [More Information Needed]
159
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eca331567004422164b32ebfcbbf2b8b1cdbf91f65447391c8a51fb0331e476
3
+ size 20095051
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bb6f8df92dfbbd6a20a5756234f48209bf37e5cc112a2ba332af267b8af68bf
3
+ size 20764161
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e1541c08ecac66f7ac71293119d7da13194c9b51dbe66380ab0d94dabf2693
3
+ size 20094779
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac9595f2238fa39386ca386e0243af8b638b5e8016546fade1513164e93b529
3
+ size 19408904
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:391c209e388e5b02677fc0e174757082aa2fe2fcb6b3af5998066ef2fe569dbb
3
+ size 19409086
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e32c42e13d7f3248d8fb93b9077b194ea2b50d2a02b12c44080d83b168edf7
3
+ size 20095947
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4d3bf9f26c671241681dd6cafccf1bbce0c509cedb41c1beda247c7f929e688
3
+ size 21230159
data/chunk-000/episode_000007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5950f9ad327745cd32825cf795c46061cddc924d2d814a79ed470b301f185f6a
3
+ size 19634306
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09a893a7c416d6ee6f1baa84244043315a19d8d76c524b52aff7874f85f54dc
3
+ size 21000056
data/chunk-000/episode_000009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b469014475f6ff9ab0cb4b8fcc4520ede40b51130877e92e01da001e9a3df6fe
3
+ size 18951958
data/chunk-000/episode_000010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df488a894270495837daca32ef1f0b2e95fef715b95da3b76d5a21a1951d81c9
3
+ size 20098702
data/chunk-000/episode_000011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2e080ca1f353e19ffc88a970df330b1e3935fd76362c782b12b08645ad2f826
3
+ size 20990277
data/chunk-000/episode_000012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67dc00bfeb41aa63b7ca70f1742e4dc1a3d5983904724efb34bcba286af9dcc4
3
+ size 21863225
data/chunk-000/episode_000013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1233d1ead3db1f469813cbee9455f1145f7cda631e09448119e0806174989b93
3
+ size 20553507
data/chunk-000/episode_000014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e0e4782b17474b3145cb5a72b0b113cfbf70c4484d97323f65717a34e0b481
3
+ size 19630587
data/chunk-000/episode_000015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9417b938a4b8f4a2df63d815c94b1a47b8a479d7461b0c861f466679a8167412
3
+ size 20546028
data/chunk-000/episode_000016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea919f21131e2640066a73a0bf077d00642dfaf4652458314baf879e968d59b
3
+ size 20532437
data/chunk-000/episode_000017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e2d3fd3f2f860250b596fdc7f7d44d672a693b90b542233b8354a97955cbaf
3
+ size 20546039
data/chunk-000/episode_000018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be9c897d87e48a2353bc04ef1d1129fa005c8564ee1a7a549d761044bbd707b
3
+ size 19867674
data/chunk-000/episode_000019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e244e3d5b399cf40d7e83219e14bd99f4805f2f39eb7491ca810bb4c5665c2
3
+ size 20316727
data/chunk-000/episode_000020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b907eabba9b5e8333a804edec27fd668b01fe2cfa65ae30bb7dd82e48c940bb7
3
+ size 19406893
data/chunk-000/episode_000021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2b9ebbc0a8a461f170a3dc34455982d079db8ad747f7597061e18d9b587830
3
+ size 22121771
data/chunk-000/episode_000022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4abcb0ed3645a2845c445eb474fd9037dd125f2883ace37e594c44d541e2aa75
3
+ size 21211541
data/chunk-000/episode_000023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:895fbb9e0e7c2f25a994b6ea7ed3bf31239083e0d24438ef9d6b83c0a17ff90a
3
+ size 18946195
data/chunk-000/episode_000024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58e7c03627bdaf4c889535019593cc400c16e2339556f61fa411743aa483825c
3
+ size 19635959
data/chunk-000/episode_000025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8240a192871f187906cc78982a5b1dec83ddf6cc109371b107a109df6cbb823
3
+ size 19851314
data/chunk-000/episode_000026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04bdba0c8dbacfcfd127c2f6465db005dd1a45c9f90d46cd34b9501c65d95ac4
3
+ size 22561075
data/chunk-000/episode_000027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:293794a4e83bc0d9a11f90446ad2aac50cd59edcf72d87d34ca78fad439efc6a
3
+ size 21231184
data/chunk-000/episode_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9ba48f24878e49105e3a9cadc27aac41c85742325084fef42edd51d32c4c89f
3
+ size 20096071
data/chunk-000/episode_000029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2786bc3793eb2b6449a8d0c0d5ee66dc989b4c419f8d81c60934058590f4a6d5
3
+ size 20778447
data/chunk-000/episode_000030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb651b8fea22a582318d1ba501213a5a8ad015bc78341d0dfc669b064651484
3
+ size 19175486
data/chunk-000/episode_000031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5355b52c56b525e5281f91b7146fe5aa3a4bb5ea59f78ce66db853f953dcbd
3
+ size 20327331
data/chunk-000/episode_000032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:277455b3a4aea1b7ffb172cc334b0688fa572446d61bf04dca49a410342e97d5
3
+ size 19176121
data/chunk-000/episode_000033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71f1bb163ae9518a2abf11d35a87d7db5c51ae5b58ff1adcc3fa630ea94f6bd9
3
+ size 19172765
data/chunk-000/episode_000034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1743e46130112ce94cbe1365b373ac361bd9e4a1c53a8bafdac56df327f7fdb
3
+ size 20548228
data/chunk-000/episode_000035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e7bae85ff22d6c44a7991eb99ceaf48528b8662cc8ddf59b34ce1bcd9d30f56
3
+ size 20310923
data/chunk-000/episode_000036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4df8d2972085b11a169f42c78313d640d961b88305c8c53303a986d873312745
3
+ size 20308424
data/chunk-000/episode_000037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e1391c1bda1ab83fa9a5d1caeae4daa230640c3199259d26299389321e9ca27
3
+ size 19860814
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93741d4d5e30f6866392c4b33d0f328e6c340e8fb520c4440497b842ead60d0
3
+ size 21430160
data/chunk-000/episode_000039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0e66ed3707e98ed5bb14b661ed05f25cb2415d5db2249fb40a3fbe4f34c4d46
3
+ size 21422896
data/chunk-000/episode_000040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2666f987f93ebac0789577eb7010697203bda48b9c99da848eebe1fe7c04e85
3
+ size 21457372
data/chunk-000/episode_000041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b097674f720a809d9652ebcd1acc545c8cb46a10815e7fb31c84a8f81f9449
3
+ size 20524625
data/chunk-000/episode_000042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2ac907ea7fe8b8181d2a452f6f60ec9366ae714eb22cb002ae421bb8ce9c73e
3
+ size 19406379
data/chunk-000/episode_000043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f36832479327d86c8f489d63721496dcee4a42356e01f763c77d0890e617c95
3
+ size 20324227
data/chunk-000/episode_000044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e54bf5be504dc115ce8f25fdde9dd06f4239e6d1b6c08805bc6457250d0664b7
3
+ size 20783625
data/chunk-000/episode_000045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbd348041a76e9200a047c7b88f99b70e132f039fb9efeb6a555a84fbbf42a9b
3
+ size 21454584
data/chunk-000/episode_000046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45fb83763ec1d9e4d68c4576b219536489f9556da38083cc58abcae4f76bfb56
3
+ size 22108607
data/chunk-000/episode_000047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48a0bf72bcd229a6e005b0d50fa49a185f8eb9e8f83a15fb32acb4291eff3eb5
3
+ size 19864576
data/chunk-000/episode_000048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4c56f725df8609dcb8c57231a2a3f5f765a0ac91530765a4683e79bae4f1825
3
+ size 19178858