jackvial commited on
Commit
70fe079
·
verified ·
1 Parent(s): 555eb7d

Upload folder using huggingface_hub

Browse files
Files changed (33) hide show
  1. README.md +182 -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. meta/episodes.jsonl +7 -0
  10. meta/episodes_stats.jsonl +7 -0
  11. meta/info.json +150 -0
  12. meta/tasks.jsonl +1 -0
  13. videos/chunk-000/observation.images.screwdriver/episode_000000.mp4 +3 -0
  14. videos/chunk-000/observation.images.screwdriver/episode_000001.mp4 +3 -0
  15. videos/chunk-000/observation.images.screwdriver/episode_000002.mp4 +3 -0
  16. videos/chunk-000/observation.images.screwdriver/episode_000003.mp4 +3 -0
  17. videos/chunk-000/observation.images.screwdriver/episode_000004.mp4 +3 -0
  18. videos/chunk-000/observation.images.screwdriver/episode_000005.mp4 +3 -0
  19. videos/chunk-000/observation.images.screwdriver/episode_000006.mp4 +3 -0
  20. videos/chunk-000/observation.images.side/episode_000000.mp4 +3 -0
  21. videos/chunk-000/observation.images.side/episode_000001.mp4 +3 -0
  22. videos/chunk-000/observation.images.side/episode_000002.mp4 +3 -0
  23. videos/chunk-000/observation.images.side/episode_000003.mp4 +3 -0
  24. videos/chunk-000/observation.images.side/episode_000004.mp4 +3 -0
  25. videos/chunk-000/observation.images.side/episode_000005.mp4 +3 -0
  26. videos/chunk-000/observation.images.side/episode_000006.mp4 +3 -0
  27. videos/chunk-000/observation.images.top/episode_000000.mp4 +3 -0
  28. videos/chunk-000/observation.images.top/episode_000001.mp4 +3 -0
  29. videos/chunk-000/observation.images.top/episode_000002.mp4 +3 -0
  30. videos/chunk-000/observation.images.top/episode_000003.mp4 +3 -0
  31. videos/chunk-000/observation.images.top/episode_000004.mp4 +3 -0
  32. videos/chunk-000/observation.images.top/episode_000005.mp4 +3 -0
  33. videos/chunk-000/observation.images.top/episode_000006.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Data Studio](https://github.com/jackvial/assembler0/tree/main/packages/lerobot-data-studio).
13
+
14
+ ## Dataset Description
15
+
16
+ - **Homepage:** [More Information Needed]
17
+ - **Paper:** [More Information Needed]
18
+ - **License:** apache-2.0
19
+
20
+ ## Dataset Structure
21
+
22
+ [meta/info.json](meta/info.json):
23
+ ```json
24
+ {
25
+ "codebase_version": "v2.1",
26
+ "robot_type": "koch_screwdriver_follower",
27
+ "total_episodes": 7,
28
+ "total_frames": 1594,
29
+ "total_tasks": 1,
30
+ "total_videos": 24,
31
+ "total_chunks": 1,
32
+ "chunks_size": 1000,
33
+ "fps": 30,
34
+ "splits": {
35
+ "train": "0:7"
36
+ },
37
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
38
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
39
+ "features": {
40
+ "action": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 6
44
+ ],
45
+ "names": [
46
+ "shoulder_pan.pos",
47
+ "shoulder_lift.pos",
48
+ "elbow_flex.pos",
49
+ "wrist_flex.pos",
50
+ "wrist_roll.pos",
51
+ "screwdriver.vel"
52
+ ]
53
+ },
54
+ "observation.state": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 6
58
+ ],
59
+ "names": [
60
+ "shoulder_pan.pos",
61
+ "shoulder_lift.pos",
62
+ "elbow_flex.pos",
63
+ "wrist_flex.pos",
64
+ "wrist_roll.pos",
65
+ "screwdriver.vel"
66
+ ]
67
+ },
68
+ "observation.images.screwdriver": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 600,
72
+ 800,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 600,
82
+ "video.width": 800,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.side": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 600,
95
+ 800,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 600,
105
+ "video.width": 800,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "observation.images.top": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 600,
118
+ 800,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channels"
125
+ ],
126
+ "info": {
127
+ "video.height": 600,
128
+ "video.width": 800,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 30,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "timestamp": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "frame_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "episode_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "task_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ }
172
+ }
173
+ }
174
+ ```
175
+
176
+ ## Citation
177
+
178
+ **BibTeX:**
179
+
180
+ ```bibtex
181
+ [More Information Needed]
182
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe398847376fcccd780787e52933dadab98a25efa994b46a903d3f2599045d99
3
+ size 14250
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ede0eafcaa807de3783beede21061fb3360a4c113b55b63377ca17866d5a146
3
+ size 14685
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f31305421b56bebcf4229c56276d1ac2dfd4ca955f0d102042e5f8ec7101271
3
+ size 14274
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f24e5457b62a87e0ec07ff2ff34f794f996769f7ac5e453b7e8e9a30fc6e131d
3
+ size 14022
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde1e755f4f9ea3b82c86c9b78a3df61558a7f53808bc505b9c2a44e91abfbc9
3
+ size 14511
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:083304a36e5e555d8dcf359c7761c67f2074d8ffb0f3150b7ac0209d9600d20d
3
+ size 13707
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e1a8b5dd8e7925511712b4982ff28dbff8c180e0f721d9fed4ce97b250c5275
3
+ size 14699
meta/episodes.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 226}
2
+ {"episode_index": 1, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 228}
3
+ {"episode_index": 2, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 228}
4
+ {"episode_index": 3, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 228}
5
+ {"episode_index": 4, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 228}
6
+ {"episode_index": 5, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 228}
7
+ {"episode_index": 6, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 228}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.4407814741134644, -100.0, -66.74889373779297, -38.51485061645508, -15.36019515991211, 0.0], "max": [6.959706783294678, -29.54747200012207, -0.04933398962020874, 81.2871322631836, 8.278388023376465, 195.0], "mean": [3.289788007736206, -66.24126434326172, -40.3394775390625, 18.018478393554688, -3.161426544189453, 41.18141555786133], "std": [2.265960931777954, 28.040624618530273, 19.30546760559082, 41.8997917175293, 3.5992984771728516, 73.89781951904297], "count": [226]}, "observation.state": {"min": [-1.0012210607528687, -96.2264175415039, -85.98660278320312, -24.038026809692383, -14.725275039672852, -1.0], "max": [6.715506553649902, -33.15363693237305, -6.749098300933838, 79.80986785888672, 8.229548454284668, 199.0], "mean": [3.6454968452453613, -64.21856689453125, -43.66423034667969, 21.03824234008789, -2.428819179534912, 41.79645919799805], "std": [2.41813325881958, 26.783672332763672, 19.0489444732666, 38.49504470825195, 3.3336684703826904, 73.45732116699219], "count": [226]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3883214399509804]], [[0.36145300449346407]], [[0.3514823876633987]]], "std": [[[0.32485700341578616]], [[0.31972827953503435]], [[0.2950709670768824]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19488235294117648]], [[0.2002678737745098]], [[0.19934903390522876]]], "std": [[[0.23626710481168642]], [[0.2359054200679439]], [[0.2196472451267681]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2389402879901961]], [[0.24672529820261438]], [[0.24943760008169935]]], "std": [[[0.2941331261994471]], [[0.2941601627225279]], [[0.25647739137812403]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.5], "mean": [3.75], "std": [2.174664725116648], "count": [226]}, "frame_index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [226]}, "index": {"min": [0], "max": [225], "mean": [112.5], "std": [65.23994175349944], "count": [226]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [226]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-2.17338228225708, -100.0, -66.1568832397461, -39.9009895324707, -10.525030136108398, 0.0], "max": [7.106226921081543, -26.70807456970215, 12.086828231811523, 100.0, 0.6593406796455383, 195.0], "mean": [3.702845335006714, -55.92243576049805, -33.221710205078125, 9.28521728515625, -3.1724607944488525, 58.605262756347656], "std": [2.348560094833374, 26.40471649169922, 17.795270919799805, 41.966243743896484, 2.584918975830078, 83.7800064086914], "count": [228]}, "observation.state": {"min": [-1.9780219793319702, -96.58580780029297, -67.64554595947266, -26.573110580444336, -9.841269493103027, -1.0], "max": [7.057386875152588, -31.536388397216797, 8.500772476196289, 95.11090850830078, 0.8547008633613586, 202.0], "mean": [4.104917526245117, -54.728782653808594, -35.310977935791016, 13.42037296295166, -2.7478959560394287, 59.21491241455078], "std": [2.545978546142578, 25.318418502807617, 17.199005126953125, 38.50477981567383, 2.0529561042785645, 83.67665100097656], "count": [228]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39047035947712416]], [[0.3651812540849673]], [[0.3546109824346405]]], "std": [[[0.3325300198444205]], [[0.3273680643703393]], [[0.29886891007774075]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.16191204656862745]], [[0.1692025204248366]], [[0.17012400939542482]]], "std": [[[0.2365758446577666]], [[0.2362174184231367]], [[0.21401518593815128]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20807186274509806]], [[0.22086116625816993]], [[0.22794844158496733]]], "std": [[[0.2882338671618505]], [[0.28740273465442995]], [[0.23835461291492485]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [228]}, "index": {"min": [226], "max": [453], "mean": [339.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-0.9523809552192688, -100.0, -63.690181732177734, -42.574256896972656, -15.799756050109863, 0.0], "max": [7.692307472229004, -33.80656433105469, -0.14800196886062622, 91.38613891601562, 1.3919414281845093, 195.0], "mean": [4.103203773498535, -62.60132598876953, -40.198974609375, 13.8761568069458, -3.5083398818969727, 57.706138610839844], "std": [2.741612195968628, 25.09773826599121, 16.10002326965332, 44.40987014770508, 3.0414786338806152, 81.72726440429688], "count": [228]}, "observation.state": {"min": [-0.9523809552192688, -96.04672241210938, -65.06954956054688, -32.63920211791992, -15.115995407104492, -1.0], "max": [7.496947288513184, -37.28661346435547, -6.027820587158203, 88.04888916015625, 0.6105006337165833, 200.0], "mean": [4.1794610023498535, -61.64393997192383, -41.84355163574219, 15.935223579406738, -3.1887381076812744, 58.24561309814453], "std": [2.872405767440796, 24.025346755981445, 15.5182523727417, 42.96064376831055, 2.7273359298706055, 81.58721160888672], "count": [228]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38519870710784315]], [[0.3618059640522876]], [[0.3545726879084968]]], "std": [[[0.3337370764093819]], [[0.3281951112396097]], [[0.30201593734259463]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13281283700980392]], [[0.1382637704248366]], [[0.14714317810457517]]], "std": [[[0.23511594639037126]], [[0.23616001527419536]], [[0.19619548074209378]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20936560049019606]], [[0.2207478737745098]], [[0.22780352124183006]]], "std": [[[0.28817888572480904]], [[0.28740758314119463]], [[0.23833381242608637]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [228]}, "index": {"min": [454], "max": [681], "mean": [567.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-2.3687424659729004, -100.0, -66.74889373779297, -28.316831588745117, -21.22100067138672, 0.0], "max": [7.545787334442139, -29.192546844482422, 3.404045343399048, 95.64356231689453, 3.247863292694092, 191.0], "mean": [3.083989381790161, -60.39557647705078, -38.35585021972656, 17.591629028320312, -3.2874977588653564, 55.907894134521484], "std": [3.353400230407715, 27.81794548034668, 17.76128387451172, 43.89500427246094, 3.8373589515686035, 80.35780334472656], "count": [228]}, "observation.state": {"min": [-2.3199024200439453, -96.58580780029297, -68.5728988647461, -25.12449073791504, -19.951160430908203, -1.0], "max": [7.203907012939453, -33.69272232055664, -1.391035556793213, 91.03666687011719, 2.661782741546631, 197.0], "mean": [3.3678159713745117, -60.16468811035156, -41.77355194091797, 19.94669532775879, -3.0698554515838623, 56.438594818115234], "std": [3.524514675140381, 26.315460205078125, 17.130451202392578, 41.98226547241211, 3.589632511138916, 80.15259552001953], "count": [228]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38469750408496733]], [[0.3616711948529412]], [[0.3515212663398693]]], "std": [[[0.33212750456278556]], [[0.326683714594971]], [[0.3021430640195353]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13455943423202613]], [[0.13820900735294117]], [[0.1506089910130719]]], "std": [[[0.23517158802546248]], [[0.23646419667780524]], [[0.19697297264573807]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.209498016748366]], [[0.2267718913398693]], [[0.2322956924019608]]], "std": [[[0.28974510095572176]], [[0.28793373281638285]], [[0.23976521480433946]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [228]}, "index": {"min": [682], "max": [909], "mean": [795.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-4.029304027557373, -100.0, -60.039466857910156, -36.336631774902344, -13.65079402923584, 0.0], "max": [9.059828758239746, -29.724933624267578, -8.534780502319336, 89.30693054199219, 5.5433454513549805, 195.0], "mean": [3.346611261367798, -60.010292053222656, -35.60487365722656, 13.982108116149902, -3.452435255050659, 52.73245620727539], "std": [3.7382497787475586, 25.397842407226562, 14.662613868713379, 41.022361755371094, 3.1302525997161865, 81.63202667236328], "count": [228]}, "observation.state": {"min": [-3.931623935699463, -96.04672241210938, -62.287479400634766, -26.8447265625, -13.064713478088379, -1.0], "max": [8.376068115234375, -33.33333206176758, -15.713549613952637, 87.3245849609375, 4.615384578704834, 199.0], "mean": [3.5903825759887695, -58.722232818603516, -38.62539291381836, 16.366472244262695, -3.1090548038482666, 53.342105865478516], "std": [3.885979652404785, 24.046716690063477, 13.92408561706543, 39.14133834838867, 2.7978837490081787, 81.22162628173828], "count": [228]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38707007352941175]], [[0.36090535743464053]], [[0.35007340482026145]]], "std": [[[0.3339822213456701]], [[0.328774049278253]], [[0.3019491819982824]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13255642769607845]], [[0.1383964195261438]], [[0.14694663398692812]]], "std": [[[0.23539933909802263]], [[0.23634736174932294]], [[0.19695248542512517]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21122131740196076]], [[0.22581842933006538]], [[0.23192067810457515]]], "std": [[[0.28970703597031405]], [[0.2883174960765477]], [[0.2401640057949111]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [228]}, "index": {"min": [1138], "max": [1365], "mean": [1251.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}}
6
+ {"episode_index": 5, "stats": {"action": {"min": [-0.46398046612739563, -100.0, -61.71682357788086, -32.37623596191406, -7.594627380371094, 0.0], "max": [7.887667655944824, -31.677019119262695, -15.540206909179688, 74.6534652709961, 4.566544532775879, 186.0], "mean": [3.848942518234253, -62.767887115478516, -41.479454040527344, 18.13313865661621, -2.9481775760650635, 41.8815803527832], "std": [2.4580249786376953, 26.578763961791992, 14.98061752319336, 43.0872917175293, 2.3908097743988037, 70.30305480957031], "count": [228]}, "observation.state": {"min": [-0.3663003742694855, -96.04672241210938, -62.90571975708008, -21.593481063842773, -6.275946140289307, -1.0], "max": [7.4481072425842285, -31.716083526611328, -20.556413650512695, 74.37754821777344, 3.7362637519836426, 191.0], "mean": [4.04215669631958, -62.04121780395508, -43.67704772949219, 20.292591094970703, -2.4880592823028564, 42.592105865478516], "std": [2.598707675933838, 25.362855911254883, 14.782570838928223, 41.05347442626953, 1.4596573114395142, 69.77450561523438], "count": [228]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3912077022058823]], [[0.36304751838235294]], [[0.35576314338235293]]], "std": [[[0.3291605344345008]], [[0.32456837160853014]], [[0.2979188148011803]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13311993872549022]], [[0.1384530637254902]], [[0.14777087009803921]]], "std": [[[0.23536506876824292]], [[0.2363482887151429]], [[0.1969559687265328]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2097877246732026]], [[0.22116850081699346]], [[0.22802252859477123]]], "std": [[[0.2881737916139046]], [[0.287417759574942]], [[0.23840834727538615]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [228]}, "index": {"min": [1366], "max": [1593], "mean": [1479.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}}
7
+ {"episode_index": 6, "stats": {"action": {"min": [-3.8339438438415527, -100.0, -62.21016311645508, -24.554454803466797, -5.982905864715576, 0.0], "max": [9.157508850097656, -25.643301010131836, -7.350764751434326, 85.64356231689453, 1.7338217496871948, 181.0], "mean": [4.566109657287598, -53.9189453125, -32.337554931640625, 9.355128288269043, -2.3863089084625244, 60.07017517089844], "std": [2.740760326385498, 26.792095184326172, 14.708569526672363, 36.36005783081055, 1.9504362344741821, 75.20681762695312], "count": [228]}, "observation.state": {"min": [-3.7851037979125977, -96.2264175415039, -63.008758544921875, -20.9597110748291, -5.44566535949707, 0.0], "max": [8.473748207092285, -30.458221435546875, -13.446677207946777, 84.78949737548828, 2.2710623741149902, 185.0], "mean": [4.710712432861328, -53.403106689453125, -35.11754608154297, 11.727932929992676, -1.9191144704818726, 60.71491241455078], "std": [2.719602108001709, 25.294355392456055, 13.945014953613281, 34.811607360839844, 1.645788550376892, 74.8616943359375], "count": [228]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38295723856209146]], [[0.35707203431372553]], [[0.34874494893790847]]], "std": [[[0.3357497273895014]], [[0.3290701633100493]], [[0.29980556042387885]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.13200882557189542]], [[0.13813248570261438]], [[0.14774565155228758]]], "std": [[[0.23543620994768985]], [[0.2363231731764227]], [[0.19578917711041202]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.20864823937908497]], [[0.22013095996732027]], [[0.22616665645424835]]], "std": [[[0.28804370898800347]], [[0.28739606411833407]], [[0.23810167235859117]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.566666666666666], "mean": [3.7833333333333328], "std": [2.193909920835571], "count": [228]}, "frame_index": {"min": [0], "max": [227], "mean": [113.5], "std": [65.81729762506713], "count": [228]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [228]}, "index": {"min": [1594], "max": [1821], "mean": [1707.5], "std": [65.81729762506713], "count": [228]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [228]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch_screwdriver_follower",
4
+ "total_episodes": 7,
5
+ "total_frames": 1594,
6
+ "total_tasks": 1,
7
+ "total_videos": 24,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:7"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "screwdriver.vel"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "screwdriver.vel"
43
+ ]
44
+ },
45
+ "observation.images.screwdriver": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 600,
49
+ 800,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 600,
59
+ "video.width": 800,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 600,
72
+ 800,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 600,
82
+ "video.width": 800,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.top": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 600,
95
+ 800,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 600,
105
+ "video.width": 800,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."}
videos/chunk-000/observation.images.screwdriver/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c357e824d21ff64dc2e743297f737d86c5ed208dffc107e9c8e0ee1475736a66
3
+ size 4003527
videos/chunk-000/observation.images.screwdriver/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5de0b2ed41f1e3efaccc4035eac31861ae9b28fa1d074a1f7bd856b5cca09df
3
+ size 3895161
videos/chunk-000/observation.images.screwdriver/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5546cf8b1dc2e605215e149454334fadd28239d2e35a09394d6e89ae4a509e9
3
+ size 4025388
videos/chunk-000/observation.images.screwdriver/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d6a92ef1b081b4fefdf8b10d3cdb8bd15adf9e8bd642e789b5f107a2bb1eb3
3
+ size 4051173
videos/chunk-000/observation.images.screwdriver/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd9eb05f08a5470fafc12f9662ee44b81ae58b919294cd927a38684cbe92ab4
3
+ size 4015787
videos/chunk-000/observation.images.screwdriver/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39663ba0d03b8f420e9e663a82168145e086239d3caf5a3feed825fca22e1896
3
+ size 4211115
videos/chunk-000/observation.images.screwdriver/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66f441a1f1529bfca4088b5aa03fc4830f31b452ed2d9fefe50c2a3d916b3d3d
3
+ size 3835912
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0695d59a8c0e9ba0838473905e20b57d40b3574dc428961b8c5afaed50baa5
3
+ size 2089160
videos/chunk-000/observation.images.side/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7440acf68537e849b84fa0de8980b9e286a38e02743baaad11e046d2877b3b17
3
+ size 1697532
videos/chunk-000/observation.images.side/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:259deba3f34f18852ac1ae14f679d767ed1804e8688f68d63bb1e9fc7fcfacb3
3
+ size 1427858
videos/chunk-000/observation.images.side/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe431ef88ed3d4fb4fa6d92a8849c4403ecd83c89388edae18893fbe3c4e470
3
+ size 1440774
videos/chunk-000/observation.images.side/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f320c26494c45e54b1bbd4e9fb2bf17a81c4508af7f2c2ddcea9197836642182
3
+ size 1417940
videos/chunk-000/observation.images.side/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c60c2a5009d127ffc9e0287bb64d249b3af5147789cf64ccd053c04661a3ef
3
+ size 1449586
videos/chunk-000/observation.images.side/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e7ec6c8ef7013eb4a9288c55771d1ddceb243dcd54956d8637a8baf7df1309a
3
+ size 1397179
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3674ce1bc000b0b13d96971c4f629314d59b44b0f3e5c62e3ec10cc7bd26a0
3
+ size 2928392
videos/chunk-000/observation.images.top/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:367a6a2041c88def77a9e549fd7cbdd32deb3a76423c204dadc1bb9bed4adbe9
3
+ size 2735359
videos/chunk-000/observation.images.top/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f0e927e67bb333ecf0d904fefc16a2a6c2e025e9dff440ac2bbf630a27b048
3
+ size 2762385
videos/chunk-000/observation.images.top/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377d217da0ba821070ceddef1e9e4ee6c265768aaf0437acb7b807f59ecc42fc
3
+ size 2783800
videos/chunk-000/observation.images.top/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e51fdac7b4c045e10f6cc7420914d0e4c398141c24d8e0ac2b870926c160c116
3
+ size 2753004
videos/chunk-000/observation.images.top/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95123f4b9fa293fc61636ce8fed0772a529a0ce4cc97f2d75a2bdbc5a8c5b739
3
+ size 2757880
videos/chunk-000/observation.images.top/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1b58aaeadc3eb297bee6edf28d8c078c5ab8ad53ad27eba1092574eeac7e57
3
+ size 2722500