jackvial commited on
Commit
4048e8a
·
verified ·
1 Parent(s): 9870348

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 +2 -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": 1142,
29
+ "total_tasks": 1,
30
+ "total_videos": 0,
31
+ "total_chunks": 0,
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:9d57fc9a68442de809b10aecb7a82d5831cd99047adfea7e7fcad2d34ef4cb17
3
+ size 11235
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5eb45b1abeba4b6df1714fbd587b37f4c5a62386b9da136978debe3234f91d0
3
+ size 11418
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71b2da09863b3dc9a0432f96ec100acc92861d4c1f167df1a454e1244b4e981
3
+ size 10435
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0feb951e83970ed996031f93f2b230e1562feb55fcae451b1b64eaff3e975513
3
+ size 11546
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deecffdf5390adfadacfff8e03d17b164d4cb4df5aa840c1288fc591867dc718
3
+ size 11349
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e6b3be6d388cef91b616bd2fe05c4ebbff1b29128682e31cf4f09638a4971e
3
+ size 11737
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38893cd5dc6cdaa436b8d9b311a3c1f9aa5fc47d8e46b0c1e9a5052d17b82837
3
+ size 11287
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.", "test"], "length": 163}
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.", "test"], "length": 163}
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.", "test"], "length": 163}
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.", "test"], "length": 163}
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.", "test"], "length": 163}
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.", "test"], "length": 163}
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.", "test"], "length": 164}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.982905864715576, -100.0, -80.69599151611328, -54.433353424072266, -2.612942695617676, -22.0], "max": [1.3919414281845093, -40.769989013671875, -32.895599365234375, 73.45860290527344, 10.915750503540039, 287.0], "mean": [-1.3871477842330933, -64.94532012939453, -65.31946563720703, -2.780017614364624, 1.7757705450057983, 100.09815979003906], "std": [1.4221526384353638, 24.076112747192383, 11.177886009216309, 56.61528015136719, 2.7679545879364014, 124.12040710449219], "count": [163]}, "observation.state": {"min": [-5.885225772857666, -96.3503646850586, -100.0, -50.0, -5.103785037994385, -17.0], "max": [1.196581244468689, -42.15328598022461, -39.29058837890625, 73.1292495727539, 10.134309768676758, 335.0], "mean": [-1.2556089162826538, -63.295467376708984, -67.8084945678711, 0.01182106789201498, 1.741011142730713, 100.69325256347656], "std": [1.452475905418396, 22.696413040161133, 11.55832290649414, 53.30070114135742, 2.5687551498413086, 124.30121612548828], "count": [163]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40776059640522877]], [[0.3694271160130719]], [[0.3649001695261438]]], "std": [[[0.31225012105557515]], [[0.30650033531363297]], [[0.29143696216839676]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3232824714052288]], [[0.32653492851307186]], [[0.313740733251634]]], "std": [[[0.31348243133559067]], [[0.31397706530887104]], [[0.29330966228620586]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28229329044117646]], [[0.2879048243464052]], [[0.31047710171568627]]], "std": [[[0.3028504685090455]], [[0.30529686777682274]], [[0.2433437086237215]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}, "index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-4.859584808349609, -100.0, -80.5646743774414, -52.671756744384766, -4.175824165344238, -10.0], "max": [1.5384615659713745, -38.2033576965332, -37.491790771484375, 73.3411636352539, 9.157508850097656, 300.0], "mean": [-0.8052616119384766, -60.6259880065918, -60.75635528564453, -18.385814666748047, 1.2370309829711914, 64.11042785644531], "std": [1.418689489364624, 23.105371475219727, 10.929892539978027, 45.451026916503906, 2.2533841133117676, 113.75078582763672], "count": [163]}, "observation.state": {"min": [-4.761904716491699, -97.44525909423828, -83.49250030517578, -45.918365478515625, -3.931623935699463, -9.0], "max": [1.0500611066818237, -40.69343185424805, -47.74897766113281, 73.1292495727539, 8.717948913574219, 306.0], "mean": [-0.6641348600387573, -59.91554260253906, -64.06897735595703, -13.878796577453613, 1.3005530834197998, 64.46012115478516], "std": [1.1952946186065674, 22.004085540771484, 9.916084289550781, 43.328521728515625, 1.9320530891418457, 113.51547241210938], "count": [163]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4055344812091503]], [[0.36828940767973856]], [[0.3623124080882353]]], "std": [[[0.31638489856458746]], [[0.3098888480746718]], [[0.29398631465795355]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2771557475490196]], [[0.28408793096405227]], [[0.2705814562908497]]], "std": [[[0.31243840847535376]], [[0.31140156712677997]], [[0.27777275215459457]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2790007741013072]], [[0.28438878472222223]], [[0.30753487745098035]]], "std": [[[0.3010237447623242]], [[0.30342866902272]], [[0.2411923721515041]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [163]}, "index": {"min": [163], "max": [325], "mean": [244.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-6.031745910644531, -100.0, -75.83716583251953, -52.084556579589844, -2.9548230171203613, 0.0], "max": [0.17094017565250397, -51.23395919799805, -49.441890716552734, 84.85026550292969, 5.641025543212891, 27.0], "mean": [-3.1864373683929443, -76.59148406982422, -64.99637603759766, 24.62956428527832, 0.24554947018623352, 16.03680992126465], "std": [2.445263385772705, 14.118529319763184, 9.015188217163086, 61.56242370605469, 2.9304537773132324, 8.671860694885254], "count": [163]}, "observation.state": {"min": [-6.080585956573486, -96.16788482666016, -77.62619018554688, -42.06349182128906, -2.026862144470215, 0.0], "max": [0.12210012227296829, -50.72992706298828, -55.25238800048828, 81.97278594970703, 5.006104946136475, 28.0], "mean": [-3.1441924571990967, -73.83570861816406, -69.48162841796875, 26.43811798095703, 0.4969412088394165, 16.122699737548828], "std": [2.4372334480285645, 13.638656616210938, 7.150567531585693, 57.1430549621582, 2.2859458923339844, 9.024012565612793], "count": [163]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3868188112745098]], [[0.34598529411764706]], [[0.3444743218954248]]], "std": [[[0.31393093056472005]], [[0.3094750490428457]], [[0.292130663266032]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29383757965686275]], [[0.2975046466503268]], [[0.2819567034313726]]], "std": [[[0.3141057189088646]], [[0.31218775811706295]], [[0.27712150883800063]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2860598120915033]], [[0.289729585375817]], [[0.31212518586601307]]], "std": [[[0.30013451319662354]], [[0.3025533122626015]], [[0.23969842678777395]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [163]}, "index": {"min": [326], "max": [488], "mean": [407.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-12.771673202514648, -100.0, -77.41300201416016, -56.077510833740234, -9.69474983215332, 0.0], "max": [1.196581244468689, -44.91609191894531, -36.309913635253906, 89.54785919189453, 15.067154884338379, 200.0], "mean": [-3.2373769283294678, -62.207862854003906, -60.306785583496094, -6.9905548095703125, 1.283174753189087, 79.35582733154297], "std": [3.495943069458008, 20.537052154541016, 11.64317512512207, 58.4454345703125, 4.691344738006592, 85.93106079101562], "count": [163]}, "observation.state": {"min": [-12.380952835083008, -96.53284454345703, -100.0, -51.587303161621094, -8.473748207092285, 0.0], "max": [2.9059829711914062, -40.875911712646484, -39.01773452758789, 84.80725860595703, 13.94383430480957, 204.0], "mean": [-2.7846341133117676, -59.40059280395508, -63.77684783935547, -4.928143501281738, 1.6993637084960938, 79.82208251953125], "std": [3.5589797496795654, 19.83957290649414, 11.338597297668457, 54.19500732421875, 4.2734246253967285, 85.28166198730469], "count": [163]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4094203758169935]], [[0.38266513071895425]], [[0.33741762050653595]]], "std": [[[0.3007464181261118]], [[0.29590775052156915]], [[0.2735550758885626]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2731577185457516]], [[0.28368036764705884]], [[0.26958041870915034]]], "std": [[[0.26440326826172506]], [[0.2630629890030717]], [[0.20064861403521686]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28992087009803924]], [[0.2936670996732026]], [[0.3054764889705882]]], "std": [[[0.3058252001142987]], [[0.30727855114409225]], [[0.23157574959686544]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}, "index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}}
5
+ {"episode_index": 4, "stats": {"action": {"min": [-7.301587104797363, -100.0, -77.67564392089844, -63.35877990722656, -3.6385836601257324, 4.0], "max": [0.2686202824115753, -43.33662414550781, -57.452396392822266, 81.20963287353516, 16.678876876831055, 200.0], "mean": [-2.2620739936828613, -63.93390655517578, -69.578125, -26.113828659057617, 2.4232757091522217, 103.4478530883789], "std": [1.5200774669647217, 22.361875534057617, 5.035027503967285, 52.67002487182617, 3.456733465194702, 78.56918334960938], "count": [163]}, "observation.state": {"min": [-7.106226921081543, -96.3503646850586, -80.2182846069336, -59.75056838989258, -2.5641026496887207, 1.0], "max": [-0.07326007634401321, -45.802921295166016, -64.25647735595703, 78.23129272460938, 15.45787525177002, 208.0], "mean": [-1.7919511795043945, -63.688331604003906, -71.90467071533203, -21.818801879882812, 3.267637252807617, 103.81594848632812], "std": [1.49724543094635, 20.706783294677734, 5.037742614746094, 49.96931838989258, 2.739499092102051, 78.56427764892578], "count": [163]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39655879697712415]], [[0.3665363357843137]], [[0.3399071078431372]]], "std": [[[0.3053562357595328]], [[0.3006984315811623]], [[0.27246437303320964]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3105105882352941]], [[0.321151364379085]], [[0.3075115972222222]]], "std": [[[0.2690482721228815]], [[0.2677565280289915]], [[0.21731176299526153]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27146866217320265]], [[0.2857882598039216]], [[0.3093715584150327]]], "std": [[[0.2991492239017488]], [[0.3028421552353111]], [[0.22286567338466842]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [163]}, "index": {"min": [163], "max": [325], "mean": [244.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}}
6
+ {"episode_index": 5, "stats": {"action": {"min": [-7.692307472229004, -100.0, -80.82731628417969, -57.01702880859375, -2.17338228225708, -6.0], "max": [-0.5128205418586731, -37.01875686645508, -53.64412307739258, 87.08161926269531, 12.625152587890625, 200.0], "mean": [-3.0210418701171875, -58.798194885253906, -64.37448120117188, -28.946048736572266, 6.156093120574951, 35.785274505615234], "std": [1.595139980316162, 17.98211097717285, 5.847518444061279, 45.35076141357422, 3.7973971366882324, 54.78276443481445], "count": [163]}, "observation.state": {"min": [-7.594627380371094, -97.44525909423828, -84.44747924804688, -53.628116607666016, -0.7081807255744934, -26.0], "max": [-0.9523809552192688, -42.15328598022461, -63.43792724609375, 85.4875259399414, 11.746031761169434, 201.0], "mean": [-3.01444935798645, -57.30036926269531, -67.7600326538086, -26.102149963378906, 6.385011196136475, 34.638038635253906], "std": [1.5621143579483032, 16.65542221069336, 3.621506690979004, 43.55064392089844, 3.105084180831909, 51.53779983520508], "count": [163]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3962399734477124]], [[0.36740685253267974]], [[0.3449666544117647]]], "std": [[[0.3135365156057237]], [[0.30850443337715994]], [[0.27545480541172335]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2968690216503268]], [[0.3138912091503268]], [[0.29338166258169934]]], "std": [[[0.26530200562103495]], [[0.2629605073626014]], [[0.21392879525047534]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27207178513071895]], [[0.28629626021241833]], [[0.31017490400326797]]], "std": [[[0.30092981526049534]], [[0.3046248174053127]], [[0.2243813847413908]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.4], "mean": [2.6999999999999993], "std": [1.5684387141358123], "count": [163]}, "frame_index": {"min": [0], "max": [162], "mean": [81.0], "std": [47.05316142407437], "count": [163]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [163]}, "index": {"min": [489], "max": [651], "mean": [570.0], "std": [47.05316142407437], "count": [163]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [163]}}}
7
+ {"episode_index": 6, "stats": {"action": {"min": [-12.918192863464355, -100.0, -72.4228515625, -67.35173034667969, -1.9291819334030151, -16.0], "max": [0.6593406796455383, -38.005924224853516, -54.300724029541016, 82.26658630371094, 13.65079402923584, 200.0], "mean": [-3.142441987991333, -63.71680450439453, -67.45515441894531, -20.894981384277344, 3.7323925495147705, 83.43902587890625], "std": [2.729191303253174, 23.328664779663086, 4.412531852722168, 57.81061935424805, 3.3635478019714355, 82.34658813476562], "count": [164]}, "observation.state": {"min": [-12.673993110656738, -95.98540496826172, -76.2619400024414, -57.2562370300293, -1.196581244468689, -1.0], "max": [0.41514042019844055, -43.06569290161133, -63.16507339477539, 82.19954681396484, 12.673993110656738, 212.0], "mean": [-2.859825611114502, -63.70616912841797, -70.87889099121094, -15.422958374023438, 4.626703262329102, 83.65243530273438], "std": [2.8114781379699707, 20.663753509521484, 3.5746772289276123, 54.764793395996094, 2.205179214477539, 81.66802215576172], "count": [164]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4019125428921569]], [[0.37456195669934644]], [[0.338456670751634]]], "std": [[[0.30588474899358764]], [[0.30061881613314384]], [[0.276978939171549]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.30959187499999996]], [[0.31797929942810454]], [[0.30937185049019605]]], "std": [[[0.2672579883315714]], [[0.2661073655434647]], [[0.21532311045621377]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27165000612745094]], [[0.28601533496732023]], [[0.30961355800653595]]], "std": [[[0.29983359230777423]], [[0.30362968919341027]], [[0.2233169071746977]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.433333333333334], "mean": [2.7166666666666663], "std": [1.5780613986083616], "count": [164]}, "frame_index": {"min": [0], "max": [163], "mean": [81.5], "std": [47.341841958250846], "count": [164]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [164]}, "index": {"min": [652], "max": [815], "mean": [733.5], "std": [47.341841958250846], "count": [164]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [164]}}}
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": 1142,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 0,
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,2 @@
 
 
 
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."}
2
+ {"task_index": 1, "task": "test"}
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:072c9f35fd33e976741fb85617b67d792c4da9d8e14c8c62014631a5c671dccc
3
+ size 4104676
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:33f6b31f024e144f711f090e9ccaff09c62b7c6eae313e01e576ae73945ddf44
3
+ size 4177737
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:d4a1d722689bb5ff51db0b98c17589b5a17004c628c38375886653505a1908f9
3
+ size 4463042
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:e96651c46671208eaf0c5358a1a37ca2a8765d67079a740a8955721a60252378
3
+ size 3210407
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:c08b0c9cef780180f013f9707386b6776345bd2b3adb266e4db8b8b07aca2c08
3
+ size 2849927
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:f629370165a77dc7417b0e1d03e247fb849c36f4a0467bd83eef7a326f8ba423
3
+ size 2664393
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:90e39bfa6e4f48d9042ad4fc0a4735d8140e05b256ba0fb5037e95537fc9e0fc
3
+ size 3002455
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:93f7df31ee1cdf4586a81cd4f1ea89905afcbe06b0ec702e72563cae2ce71aa7
3
+ size 3642141
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:12bf34a42799334fa897632e24efeb0f837352d13195c495b04d802a6bfbe1dc
3
+ size 2165367
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:73308c72f9f69e0317fec8eb8ae2cb63026cbf278b16d0ae0f2eba19cc31af15
3
+ size 2264204
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:21d5fae64ce5e20bc80a1ac32e2b7a1d2250753388257ab00be3eb6659db61bd
3
+ size 2106650
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:1a949b7adb93e9426d7e87db6c13ccd208df6768683fc6b942b6666903801778
3
+ size 2598798
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:ddbd5e5e8df8824af36da311fa665c8ecec2bae74a68006a06631d354a8d1f62
3
+ size 2583748
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:ccd1d6ff5bd730bf6333482c063398834de136e22f251728a1357ab43be07e4c
3
+ size 2701356
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:cfe4b708c15d960f0a8e927fa04db39607ef488ccda73bd1dc0cb7af34c6cd9b
3
+ size 3441519
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:dda9bb3d45f904e9f7fda6e954f668584ce3fbe2ca4e90a8592b823455ab0054
3
+ size 3472050
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:2ab47a49dfd8cd4bdd8c34228206cdf013726ae76460a2a3aebf09ce4a963375
3
+ size 3392072
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:b217555a2b53ffe02fc5101409e8e9d0279ee92a23c06ac60a7a2ab3e695fd64
3
+ size 3151037
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:e6ec8e6efa71f2aa777109730a022da90a151ecca09f74afa0f16959ee9e82c0
3
+ size 3160508
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:815d2762324ef0bfc64222a1b63b1dee39f7cad90fca10b8a888463a55dd23ef
3
+ size 3165694
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:b49493fb6c9e710addd5201ef22816b6e3c1c640e4baa649c02c4e76800198a8
3
+ size 3170016