vpraise00 commited on
Commit
dbc6802
·
verified ·
1 Parent(s): 62a781c

Upload folder using huggingface_hub

Browse files
Files changed (30) hide show
  1. data/chunk-000/file-000.parquet +3 -0
  2. meta/episodes/chunk-000/file-000.parquet +3 -0
  3. meta/info.json +238 -0
  4. meta/repair_report.json +68 -0
  5. meta/stats.json +1009 -0
  6. meta/tasks.parquet +3 -0
  7. videos/observation.images.left_wrist/chunk-000/file-000.mp4 +3 -0
  8. videos/observation.images.left_wrist/chunk-000/file-001.mp4 +3 -0
  9. videos/observation.images.left_wrist/chunk-000/file-002.mp4 +3 -0
  10. videos/observation.images.left_wrist/chunk-000/file-003.mp4 +3 -0
  11. videos/observation.images.left_wrist/chunk-000/file-004.mp4 +3 -0
  12. videos/observation.images.left_wrist/chunk-000/file-005.mp4 +3 -0
  13. videos/observation.images.left_wrist/chunk-000/file-006.mp4 +3 -0
  14. videos/observation.images.left_wrist/chunk-000/file-007.mp4 +3 -0
  15. videos/observation.images.left_wrist/chunk-000/file-008.mp4 +3 -0
  16. videos/observation.images.left_wrist/chunk-000/file-009.mp4 +3 -0
  17. videos/observation.images.left_wrist/chunk-000/file-010.mp4 +3 -0
  18. videos/observation.images.left_wrist/chunk-000/file-011.mp4 +3 -0
  19. videos/observation.images.top/chunk-000/file-000.mp4 +3 -0
  20. videos/observation.images.top/chunk-000/file-001.mp4 +3 -0
  21. videos/observation.images.top/chunk-000/file-002.mp4 +3 -0
  22. videos/observation.images.top/chunk-000/file-003.mp4 +3 -0
  23. videos/observation.images.top/chunk-000/file-004.mp4 +3 -0
  24. videos/observation.images.top/chunk-000/file-005.mp4 +3 -0
  25. videos/observation.images.top/chunk-000/file-006.mp4 +3 -0
  26. videos/observation.images.top/chunk-000/file-007.mp4 +3 -0
  27. videos/observation.images.top/chunk-000/file-008.mp4 +3 -0
  28. videos/observation.images.top/chunk-000/file-009.mp4 +3 -0
  29. videos/observation.images.top/chunk-000/file-010.mp4 +3 -0
  30. videos/observation.images.top/chunk-000/file-011.mp4 +3 -0
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6934ea19cb4c72d5533320fa10fd8e9583491385129a963a90ade03aae311f41
3
+ size 2724220
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e7fda80abfef5430e63b02da0b450321932ce75fcdfa9734e2a8bce2ef35550
3
+ size 396296
meta/info.json ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 100,
5
+ "total_frames": 33608,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 1,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:100"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.state": {
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
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "action": {
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
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "h264",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.left_wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "h264",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 10,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.ee_pos.robot_xyzrpy": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 6
95
+ ],
96
+ "names": [
97
+ "x",
98
+ "y",
99
+ "z",
100
+ "roll",
101
+ "pitch",
102
+ "yaw"
103
+ ]
104
+ },
105
+ "observation.gripper_binary": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "skill.natural_language": {
113
+ "dtype": "string",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "skill.verification_question": {
120
+ "dtype": "string",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "skill.type": {
127
+ "dtype": "string",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "skill.progress": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "skill.goal_position.joint": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 6
144
+ ],
145
+ "names": [
146
+ "shoulder_pan.pos",
147
+ "shoulder_lift.pos",
148
+ "elbow_flex.pos",
149
+ "wrist_flex.pos",
150
+ "wrist_roll.pos",
151
+ "gripper.pos"
152
+ ]
153
+ },
154
+ "skill.goal_position.robot_xyzrpy": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 6
158
+ ],
159
+ "names": [
160
+ "x",
161
+ "y",
162
+ "z",
163
+ "roll",
164
+ "pitch",
165
+ "yaw"
166
+ ]
167
+ },
168
+ "skill.goal_position.gripper": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": [
174
+ "gripper.pos"
175
+ ]
176
+ },
177
+ "subtask.natural_language": {
178
+ "dtype": "string",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "subtask.object_name": {
185
+ "dtype": "string",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "subtask.target_position": {
192
+ "dtype": "float32",
193
+ "shape": [
194
+ 3
195
+ ],
196
+ "names": [
197
+ "x",
198
+ "y",
199
+ "z"
200
+ ]
201
+ },
202
+ "timestamp": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "frame_index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ },
216
+ "episode_index": {
217
+ "dtype": "int64",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ },
223
+ "index": {
224
+ "dtype": "int64",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ },
230
+ "task_index": {
231
+ "dtype": "int64",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "names": null
236
+ }
237
+ }
238
+ }
meta/repair_report.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "src_repo_id": "CoRL2026-CSI/SO101-Openlid_Ours_100epi",
3
+ "dst_repo_id": "CoRL2026-CSI/SO101-Openlid_Ours_100epi_fixed",
4
+ "src_root": "/home/work/hscho/.cache/huggingface/lerobot/CoRL2026-CSI/SO101-Openlid_Ours_100epi",
5
+ "dst_root": "/home/work/hscho/.cache/huggingface/lerobot/CoRL2026-CSI/SO101-Openlid_Ours_100epi_fixed",
6
+ "source_rows": 33937,
7
+ "metadata_total_frames": 33608,
8
+ "kept_rows": 33608,
9
+ "removed_rows": 329,
10
+ "repairs": [
11
+ {
12
+ "episode_index": 2,
13
+ "source_rows": 664,
14
+ "kept_rows": 335,
15
+ "kept_start_offset": 329,
16
+ "kept_end_offset": 664,
17
+ "max_stats_error": 8.392333984375e-05,
18
+ "num_candidate_windows": 1
19
+ }
20
+ ],
21
+ "validation": {
22
+ "root": "/home/work/hscho/.cache/huggingface/lerobot/CoRL2026-CSI/SO101-Openlid_Ours_100epi_fixed",
23
+ "rows": 33608,
24
+ "episodes": 100,
25
+ "index_min": 0,
26
+ "index_max": 33607
27
+ },
28
+ "lerobot_check": {
29
+ "len": 33608,
30
+ "checked": [
31
+ {
32
+ "idx": 0,
33
+ "episode_index": 0,
34
+ "frame_index": 0
35
+ },
36
+ {
37
+ "idx": 667,
38
+ "episode_index": 2,
39
+ "frame_index": 0
40
+ },
41
+ {
42
+ "idx": 1001,
43
+ "episode_index": 2,
44
+ "frame_index": 334
45
+ },
46
+ {
47
+ "idx": 13447,
48
+ "episode_index": 39,
49
+ "frame_index": 328
50
+ },
51
+ {
52
+ "idx": 13448,
53
+ "episode_index": 40,
54
+ "frame_index": 0
55
+ },
56
+ {
57
+ "idx": 32579,
58
+ "episode_index": 96,
59
+ "frame_index": 319
60
+ },
61
+ {
62
+ "idx": 32580,
63
+ "episode_index": 96,
64
+ "frame_index": 320
65
+ }
66
+ ]
67
+ }
68
+ }
meta/stats.json ADDED
@@ -0,0 +1,1009 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "skill.progress": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 0.9848888516426086
8
+ ],
9
+ "mean": [
10
+ 0.422213581918081
11
+ ],
12
+ "std": [
13
+ 0.3449457282624214
14
+ ],
15
+ "count": [
16
+ 33608
17
+ ],
18
+ "q01": [
19
+ -1.000000013351432e-10
20
+ ],
21
+ "q10": [
22
+ 0.0016829149147828454
23
+ ],
24
+ "q50": [
25
+ 0.38645025637906183
26
+ ],
27
+ "q90": [
28
+ 0.919274771014314
29
+ ],
30
+ "q99": [
31
+ 0.9659305182962626
32
+ ]
33
+ },
34
+ "episode_index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 79
40
+ ],
41
+ "mean": [
42
+ 33.47235777195906
43
+ ],
44
+ "std": [
45
+ 24.04157630248839
46
+ ],
47
+ "count": [
48
+ 33608
49
+ ],
50
+ "q01": [
51
+ 33.47235777195906
52
+ ],
53
+ "q10": [
54
+ 33.47235777195906
55
+ ],
56
+ "q50": [
57
+ 33.47235777195908
58
+ ],
59
+ "q90": [
60
+ 33.47235777195909
61
+ ],
62
+ "q99": [
63
+ 33.47235777195909
64
+ ]
65
+ },
66
+ "task_index": {
67
+ "min": [
68
+ 0
69
+ ],
70
+ "max": [
71
+ 0
72
+ ],
73
+ "mean": [
74
+ 0.0
75
+ ],
76
+ "std": [
77
+ 0.0
78
+ ],
79
+ "count": [
80
+ 33608
81
+ ],
82
+ "q01": [
83
+ 3.999999999999417e-16
84
+ ],
85
+ "q10": [
86
+ 3.999999999999417e-15
87
+ ],
88
+ "q50": [
89
+ 1.999999999999709e-14
90
+ ],
91
+ "q90": [
92
+ 3.599999999999476e-14
93
+ ],
94
+ "q99": [
95
+ 3.959999999999424e-14
96
+ ]
97
+ },
98
+ "observation.state": {
99
+ "min": [
100
+ -74.20780944824219,
101
+ -96.95560455322266,
102
+ -23.090909957885742,
103
+ -75.36295318603516,
104
+ -0.9523809552192688,
105
+ 0.0
106
+ ],
107
+ "max": [
108
+ 47.8997802734375,
109
+ 39.87314987182617,
110
+ 98.7272720336914,
111
+ 90.32115936279297,
112
+ -0.7570207715034485,
113
+ 35.0
114
+ ],
115
+ "mean": [
116
+ -14.538948518510264,
117
+ -26.581892587037007,
118
+ 46.69451291735358,
119
+ 26.631273081120465,
120
+ -0.8658647313447999,
121
+ 9.963966845472891
122
+ ],
123
+ "std": [
124
+ 21.878490602905476,
125
+ 31.09834613268481,
126
+ 22.27994607738684,
127
+ 30.93758775885306,
128
+ 0.0314312966870037,
129
+ 14.327680565401064
130
+ ],
131
+ "count": [
132
+ 33608
133
+ ],
134
+ "q01": [
135
+ -40.54243194296592,
136
+ -96.76301148158544,
137
+ 20.641150201384885,
138
+ -23.192743122872212,
139
+ -0.8971791138646702,
140
+ -1.000000013351432e-10
141
+ ],
142
+ "q10": [
143
+ -37.67798387983506,
144
+ -69.61305346852328,
145
+ 26.737232518325577,
146
+ -17.500848921744073,
147
+ -0.8932679560425473,
148
+ -1.000000013351432e-10
149
+ ],
150
+ "q50": [
151
+ -6.817191859683632,
152
+ -25.10014391949804,
153
+ 42.169836327024875,
154
+ 25.011297842795443,
155
+ -0.8566463257969347,
156
+ 0.4946919271038421
157
+ ],
158
+ "q90": [
159
+ 3.593206967982478,
160
+ 16.356274289919703,
161
+ 75.97008841503717,
162
+ 68.254917895447,
163
+ -0.8488302366324176,
164
+ 34.99624523233645
165
+ ],
166
+ "q99": [
167
+ 6.112566086616928,
168
+ 17.391669366882965,
169
+ 98.03068819140265,
170
+ 72.94112538479803,
171
+ -0.8483374696541307,
172
+ 34.99962452323364
173
+ ]
174
+ },
175
+ "observation.images.top": {
176
+ "min": [
177
+ [
178
+ [
179
+ 0.0
180
+ ]
181
+ ],
182
+ [
183
+ [
184
+ 0.00392156862745098
185
+ ]
186
+ ],
187
+ [
188
+ [
189
+ 0.00784313725490196
190
+ ]
191
+ ]
192
+ ],
193
+ "max": [
194
+ [
195
+ [
196
+ 1.0
197
+ ]
198
+ ],
199
+ [
200
+ [
201
+ 1.0
202
+ ]
203
+ ],
204
+ [
205
+ [
206
+ 1.0
207
+ ]
208
+ ]
209
+ ],
210
+ "mean": [
211
+ [
212
+ [
213
+ 0.49777538304738556
214
+ ]
215
+ ],
216
+ [
217
+ [
218
+ 0.5059887959763072
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 0.49867416188725494
224
+ ]
225
+ ]
226
+ ],
227
+ "std": [
228
+ [
229
+ [
230
+ 0.006151149056825122
231
+ ]
232
+ ],
233
+ [
234
+ [
235
+ 0.0063118978172331825
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.00694517813439086
241
+ ]
242
+ ]
243
+ ],
244
+ "count": [
245
+ 10000
246
+ ],
247
+ "q01": [
248
+ [
249
+ [
250
+ 0.049884452080318095
251
+ ]
252
+ ],
253
+ [
254
+ [
255
+ 0.08669374397800551
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 0.10730339114178314
261
+ ]
262
+ ]
263
+ ],
264
+ "q10": [
265
+ [
266
+ [
267
+ 0.38747628455801447
268
+ ]
269
+ ],
270
+ [
271
+ [
272
+ 0.3765498572925984
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.3475796434432743
278
+ ]
279
+ ]
280
+ ],
281
+ "q50": [
282
+ [
283
+ [
284
+ 0.5207525377213531
285
+ ]
286
+ ],
287
+ [
288
+ [
289
+ 0.5193000937314798
290
+ ]
291
+ ],
292
+ [
293
+ [
294
+ 0.4989545951957551
295
+ ]
296
+ ]
297
+ ],
298
+ "q90": [
299
+ [
300
+ [
301
+ 0.6047816459770443
302
+ ]
303
+ ],
304
+ [
305
+ [
306
+ 0.634756753048933
307
+ ]
308
+ ],
309
+ [
310
+ [
311
+ 0.6633962774232135
312
+ ]
313
+ ]
314
+ ],
315
+ "q99": [
316
+ [
317
+ [
318
+ 0.7356528426263648
319
+ ]
320
+ ],
321
+ [
322
+ [
323
+ 0.7839370161496121
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.8637505492513469
329
+ ]
330
+ ]
331
+ ]
332
+ },
333
+ "action": {
334
+ "min": [
335
+ -74.5835189819336,
336
+ -97.81521606445312,
337
+ -27.004894256591797,
338
+ -76.81488800048828,
339
+ -0.9523809552192688,
340
+ 0.0
341
+ ],
342
+ "max": [
343
+ 48.18846130371094,
344
+ 39.3651123046875,
345
+ 99.0,
346
+ 90.5517807006836,
347
+ -0.6108492612838745,
348
+ 35.0
349
+ ],
350
+ "mean": [
351
+ -14.514049718320951,
352
+ -27.40572508401287,
353
+ 45.135091675204684,
354
+ 26.246935809177888,
355
+ -0.8405196705469061,
356
+ 9.963966845472891
357
+ ],
358
+ "std": [
359
+ 21.879541467802195,
360
+ 30.839793349640974,
361
+ 22.52159193221752,
362
+ 30.95585022243206,
363
+ 0.0660011335024756,
364
+ 14.327680565401064
365
+ ],
366
+ "count": [
367
+ 33608
368
+ ],
369
+ "q01": [
370
+ -40.75242848970625,
371
+ -96.68881879924001,
372
+ 17.623034439732578,
373
+ -23.98413421701824,
374
+ -0.8963225652779554,
375
+ -1.000000013351432e-10
376
+ ],
377
+ "q10": [
378
+ -37.745361249440435,
379
+ -69.42908539107023,
380
+ 24.313276674864873,
381
+ -17.726881308133,
382
+ -0.8878243835472935,
383
+ -1.000000013351432e-10
384
+ ],
385
+ "q50": [
386
+ -6.767916269874105,
387
+ -26.465334076053953,
388
+ 40.212728394324515,
389
+ 24.629533163206855,
390
+ -0.8541815745322514,
391
+ 0.4946919271038421
392
+ ],
393
+ "q90": [
394
+ 3.694963899765149,
395
+ 16.274126876208427,
396
+ 74.27348510656604,
397
+ 67.85705222770734,
398
+ -0.7725762186044578,
399
+ 34.99624523233645
400
+ ],
401
+ "q99": [
402
+ 6.242219266928008,
403
+ 18.050069781208613,
404
+ 97.99840537953641,
405
+ 72.94693444574133,
406
+ -0.6150121352342178,
407
+ 34.99962452323364
408
+ ]
409
+ },
410
+ "frame_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 346
416
+ ],
417
+ "mean": [
418
+ 167.56138419423948
419
+ ],
420
+ "std": [
421
+ 97.05437493985369
422
+ ],
423
+ "count": [
424
+ 33608
425
+ ],
426
+ "q01": [
427
+ 2.9880926045197316
428
+ ],
429
+ "q10": [
430
+ 32.99490144481376
431
+ ],
432
+ "q50": [
433
+ 167.3821214710782
434
+ ],
435
+ "q90": [
436
+ 302.0143064818703
437
+ ],
438
+ "q99": [
439
+ 332.1346757839592
440
+ ]
441
+ },
442
+ "skill.goal_position.joint": {
443
+ "min": [
444
+ -74.5835189819336,
445
+ -97.88494110107422,
446
+ 2.8137786388397217,
447
+ -76.81488800048828,
448
+ -0.9523809552192688,
449
+ 0.0
450
+ ],
451
+ "max": [
452
+ 48.18846130371094,
453
+ 39.2480354309082,
454
+ 105.39247131347656,
455
+ 68.75163269042969,
456
+ -0.6105006337165833,
457
+ 35.0
458
+ ],
459
+ "mean": [
460
+ -14.637713970896234,
461
+ -27.13565622049126,
462
+ 45.58911954377612,
463
+ 24.475516185451763,
464
+ -0.7940600569462157,
465
+ 9.581063626579262
466
+ ],
467
+ "std": [
468
+ 22.88193844109376,
469
+ 33.712605547012295,
470
+ 23.86567017648818,
471
+ 33.38890280050635,
472
+ 0.11386288507834048,
473
+ 15.458847113273919
474
+ ],
475
+ "count": [
476
+ 33608
477
+ ],
478
+ "q01": [
479
+ -40.55399613846089,
480
+ -97.88494110107422,
481
+ 21.520366567645688,
482
+ -23.601133701553575,
483
+ -0.8903804874879864,
484
+ -1.000000013351432e-10
485
+ ],
486
+ "q10": [
487
+ -39.56713853792476,
488
+ -54.04895427038151,
489
+ 24.548895155336414,
490
+ -20.507856951519933,
491
+ -0.8869692901414726,
492
+ -1.000000013351432e-10
493
+ ],
494
+ "q50": [
495
+ -5.906086824812639,
496
+ -26.462459884027087,
497
+ 41.06354833394445,
498
+ 23.728299897362074,
499
+ -0.8512673780844444,
500
+ 0.49098716328813374
501
+ ],
502
+ "q90": [
503
+ 3.872011932770739,
504
+ 18.119682527809218,
505
+ 65.34657916691302,
506
+ 67.28506311820985,
507
+ -0.6105215340936798,
508
+ 34.99740547339133
509
+ ],
510
+ "q99": [
511
+ 5.759102015621344,
512
+ 18.165821691304703,
513
+ 99.33388184796931,
514
+ 67.30539896324518,
515
+ -0.6105027237542932,
516
+ 34.99974054733912
517
+ ]
518
+ },
519
+ "subtask.target_position": {
520
+ "min": [
521
+ 0.0,
522
+ 0.0,
523
+ 0.0
524
+ ],
525
+ "max": [
526
+ 0.0,
527
+ 0.0,
528
+ 0.0
529
+ ],
530
+ "mean": [
531
+ 0.0,
532
+ 0.0,
533
+ 0.0
534
+ ],
535
+ "std": [
536
+ 0.0,
537
+ 0.0,
538
+ 0.0
539
+ ],
540
+ "count": [
541
+ 33608
542
+ ],
543
+ "q01": [
544
+ 3.9995784462121265e-16,
545
+ 3.9995784462121265e-16,
546
+ 3.9995784462121265e-16
547
+ ],
548
+ "q10": [
549
+ 3.9995784462121255e-15,
550
+ 3.9995784462121255e-15,
551
+ 3.9995784462121255e-15
552
+ ],
553
+ "q50": [
554
+ 1.9997892231060632e-14,
555
+ 1.9997892231060632e-14,
556
+ 1.9997892231060632e-14
557
+ ],
558
+ "q90": [
559
+ 3.5996206015909134e-14,
560
+ 3.5996206015909134e-14,
561
+ 3.5996206015909134e-14
562
+ ],
563
+ "q99": [
564
+ 3.959582661750003e-14,
565
+ 3.959582661750003e-14,
566
+ 3.959582661750003e-14
567
+ ]
568
+ },
569
+ "observation.gripper_binary": {
570
+ "min": [
571
+ 0.0
572
+ ],
573
+ "max": [
574
+ 1.0
575
+ ],
576
+ "mean": [
577
+ 0.35922994665576286
578
+ ],
579
+ "std": [
580
+ 0.4797747326891605
581
+ ],
582
+ "count": [
583
+ 33608
584
+ ],
585
+ "q01": [
586
+ -1.000000013351432e-10
587
+ ],
588
+ "q10": [
589
+ -1.000000013351432e-10
590
+ ],
591
+ "q50": [
592
+ -1.000000013351432e-10
593
+ ],
594
+ "q90": [
595
+ 0.9999442991727004
596
+ ],
597
+ "q99": [
598
+ 0.99999442991727
599
+ ]
600
+ },
601
+ "observation.images.left_wrist": {
602
+ "min": [
603
+ [
604
+ [
605
+ 0.0
606
+ ]
607
+ ],
608
+ [
609
+ [
610
+ 0.0
611
+ ]
612
+ ],
613
+ [
614
+ [
615
+ 0.0
616
+ ]
617
+ ]
618
+ ],
619
+ "max": [
620
+ [
621
+ [
622
+ 1.0
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 1.0
628
+ ]
629
+ ],
630
+ [
631
+ [
632
+ 1.0
633
+ ]
634
+ ]
635
+ ],
636
+ "mean": [
637
+ [
638
+ [
639
+ 0.5149500811478759
640
+ ]
641
+ ],
642
+ [
643
+ [
644
+ 0.5093304235906861
645
+ ]
646
+ ],
647
+ [
648
+ [
649
+ 0.5151799311478756
650
+ ]
651
+ ]
652
+ ],
653
+ "std": [
654
+ [
655
+ [
656
+ 0.006144460108150148
657
+ ]
658
+ ],
659
+ [
660
+ [
661
+ 0.006071562525172212
662
+ ]
663
+ ],
664
+ [
665
+ [
666
+ 0.0057000680779425526
667
+ ]
668
+ ]
669
+ ],
670
+ "count": [
671
+ 10000
672
+ ],
673
+ "q01": [
674
+ [
675
+ [
676
+ 0.050673955189935345
677
+ ]
678
+ ],
679
+ [
680
+ [
681
+ 0.04564841127965511
682
+ ]
683
+ ],
684
+ [
685
+ [
686
+ 0.06716406274512493
687
+ ]
688
+ ]
689
+ ],
690
+ "q10": [
691
+ [
692
+ [
693
+ 0.10017218976178432
694
+ ]
695
+ ],
696
+ [
697
+ [
698
+ 0.0934175313275161
699
+ ]
700
+ ],
701
+ [
702
+ [
703
+ 0.13694214201379745
704
+ ]
705
+ ]
706
+ ],
707
+ "q50": [
708
+ [
709
+ [
710
+ 0.6048491366268675
711
+ ]
712
+ ],
713
+ [
714
+ [
715
+ 0.5991421323574967
716
+ ]
717
+ ],
718
+ [
719
+ [
720
+ 0.5973010833675707
721
+ ]
722
+ ]
723
+ ],
724
+ "q90": [
725
+ [
726
+ [
727
+ 0.6958431223909498
728
+ ]
729
+ ],
730
+ [
731
+ [
732
+ 0.6950465455981639
733
+ ]
734
+ ],
735
+ [
736
+ [
737
+ 0.7052168846372262
738
+ ]
739
+ ]
740
+ ],
741
+ "q99": [
742
+ [
743
+ [
744
+ 0.8316957928451311
745
+ ]
746
+ ],
747
+ [
748
+ [
749
+ 0.8347371375498839
750
+ ]
751
+ ],
752
+ [
753
+ [
754
+ 0.8431615658558612
755
+ ]
756
+ ]
757
+ ]
758
+ },
759
+ "observation.ee_pos.robot_xyzrpy": {
760
+ "min": [
761
+ 0.06613563001155853,
762
+ -0.2027045637369156,
763
+ -0.007290390320122242,
764
+ 0.10405111312866211,
765
+ 0.5076007843017578,
766
+ -3.141576051712036
767
+ ],
768
+ "max": [
769
+ 0.34457921981811523,
770
+ 0.24371153116226196,
771
+ 0.2454048991203308,
772
+ 3.0982813835144043,
773
+ 1.4975073337554932,
774
+ 3.1415586471557617
775
+ ],
776
+ "mean": [
777
+ 0.24577342574385994,
778
+ 0.046638614958087,
779
+ 0.1143134057868101,
780
+ 2.927790281141806,
781
+ 0.9302741772690519,
782
+ 1.0527071402778627
783
+ ],
784
+ "std": [
785
+ 0.06228084030913027,
786
+ 0.10174035557576946,
787
+ 0.06576513465032359,
788
+ 0.43269475746444097,
789
+ 0.26679278355479763,
790
+ 2.5985615936455346
791
+ ],
792
+ "count": [
793
+ 33608
794
+ ],
795
+ "q01": [
796
+ 0.15049246181856815,
797
+ -0.05128349184333371,
798
+ -0.0004574281597727892,
799
+ 1.3594251930204964,
800
+ 0.5539204857641398,
801
+ -2.609647514325542
802
+ ],
803
+ "q10": [
804
+ 0.16517324909943382,
805
+ -0.03926801804135068,
806
+ 0.00796694092138786,
807
+ 2.7687206915892215,
808
+ 0.5919491941010042,
809
+ -1.8991451012666423
810
+ ],
811
+ "q50": [
812
+ 0.23602768458940462,
813
+ 0.008726568706129971,
814
+ 0.11530603793798161,
815
+ 3.05272515840759,
816
+ 0.8566690299080588,
817
+ 2.5836473668186
818
+ ],
819
+ "q90": [
820
+ 0.3214329281190602,
821
+ 0.158700710105585,
822
+ 0.20124259253635682,
823
+ 3.089631044785343,
824
+ 1.2954826908825283,
825
+ 3.0626227822818
826
+ ],
827
+ "q99": [
828
+ 0.32535522215365187,
829
+ 0.16855814594206442,
830
+ 0.21817937584271713,
831
+ 3.0937637249897194,
832
+ 1.4591191878593293,
833
+ 3.1045459262345694
834
+ ]
835
+ },
836
+ "skill.goal_position.robot_xyzrpy": {
837
+ "min": [
838
+ 0.06407197564840317,
839
+ -0.20354856550693512,
840
+ -0.014398079365491867,
841
+ 0.09423678368330002,
842
+ 0.608435869216919,
843
+ -3.071033239364624
844
+ ],
845
+ "max": [
846
+ 0.34709903597831726,
847
+ 0.24192681908607483,
848
+ 0.2616210877895355,
849
+ 3.090510129928589,
850
+ 1.4943528175354004,
851
+ 3.1410350799560547
852
+ ],
853
+ "mean": [
854
+ 0.24283458785214004,
855
+ 0.045093438267850595,
856
+ 0.1254947464334517,
857
+ 2.750328201384693,
858
+ 0.9697065509321916,
859
+ 1.5411597782782758
860
+ ],
861
+ "std": [
862
+ 0.06392050135374752,
863
+ 0.10238037835193627,
864
+ 0.08653055557889024,
865
+ 0.716041056483773,
866
+ 0.3083812596657214,
867
+ 2.2459582163109135
868
+ ],
869
+ "count": [
870
+ 33608
871
+ ],
872
+ "q01": [
873
+ 0.15242190544033044,
874
+ -0.05087383759034177,
875
+ -0.004350729200213915,
876
+ 0.9348926252096456,
877
+ 0.6384147877187083,
878
+ -2.0936114222110964
879
+ ],
880
+ "q10": [
881
+ 0.18033601002151725,
882
+ -0.04031484457045888,
883
+ -0.004308723541785931,
884
+ 1.7079099884344706,
885
+ 0.6385813327940698,
886
+ -1.9023827971559755
887
+ ],
888
+ "q50": [
889
+ 0.23713295658009656,
890
+ 0.0053371989796937086,
891
+ 0.12925971967120417,
892
+ 3.0568179004267626,
893
+ 0.830039178429696,
894
+ 2.7657815518401203
895
+ ],
896
+ "q90": [
897
+ 0.32374269369918424,
898
+ 0.1575278628676763,
899
+ 0.2312318273163453,
900
+ 3.090339457884747,
901
+ 1.3987562870622192,
902
+ 3.0702866646308897
903
+ ],
904
+ "q99": [
905
+ 0.32574655846959466,
906
+ 0.1639201450287469,
907
+ 0.23761475063676393,
908
+ 3.090493062724205,
909
+ 1.4322072436985924,
910
+ 3.0720091725243552
911
+ ]
912
+ },
913
+ "index": {
914
+ "min": [
915
+ 0
916
+ ],
917
+ "max": [
918
+ 26870
919
+ ],
920
+ "mean": [
921
+ 11416.987056653177
922
+ ],
923
+ "std": [
924
+ 8069.094345783617
925
+ ],
926
+ "count": [
927
+ 33608
928
+ ],
929
+ "q01": [
930
+ 11252.413765063458
931
+ ],
932
+ "q10": [
933
+ 11282.420573903753
934
+ ],
935
+ "q50": [
936
+ 11416.809720471318
937
+ ],
938
+ "q90": [
939
+ 11551.439978940809
940
+ ],
941
+ "q99": [
942
+ 11581.560348242898
943
+ ]
944
+ },
945
+ "timestamp": {
946
+ "min": [
947
+ 0.0
948
+ ],
949
+ "max": [
950
+ 34.6
951
+ ],
952
+ "mean": [
953
+ 16.756138419423948
954
+ ],
955
+ "std": [
956
+ 9.705437493985368
957
+ ],
958
+ "count": [
959
+ 33608
960
+ ],
961
+ "q01": [
962
+ 0.2988092603635783
963
+ ],
964
+ "q10": [
965
+ 3.299490144409099
966
+ ],
967
+ "q50": [
968
+ 16.734513658652578
969
+ ],
970
+ "q90": [
971
+ 30.20143064825925
972
+ ],
973
+ "q99": [
974
+ 33.21346757848431
975
+ ]
976
+ },
977
+ "skill.goal_position.gripper": {
978
+ "min": [
979
+ 0.0
980
+ ],
981
+ "max": [
982
+ 35.0
983
+ ],
984
+ "mean": [
985
+ 9.5810825254088
986
+ ],
987
+ "std": [
988
+ 15.458846046994202
989
+ ],
990
+ "count": [
991
+ 33608
992
+ ],
993
+ "q01": [
994
+ -1.000000013351432e-10
995
+ ],
996
+ "q10": [
997
+ -1.000000013351432e-10
998
+ ],
999
+ "q50": [
1000
+ 0.49098716328813374
1001
+ ],
1002
+ "q90": [
1003
+ 34.997405473391325
1004
+ ],
1005
+ "q99": [
1006
+ 34.99974054733913
1007
+ ]
1008
+ }
1009
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c1c2ef7999f84f23a5371d248fd04ca273b3b149f97e840e8330a1103033ef0
3
+ size 2048
videos/observation.images.left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4690899b1c0911dc9bd1d795c1642017c444aea258ef844117b08e9d6227450e
3
+ size 3942002
videos/observation.images.left_wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d246d950b8102963a66123cbf3c2c18780255eb9f40a794a41f2d54f9623a9d
3
+ size 6251243
videos/observation.images.left_wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6ae91e14e386f9bbc1220cc4880a90e9b6859fcb12a553c418b11b73cc455c
3
+ size 4373803
videos/observation.images.left_wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4536721002f33fc9ed585e9da9136a829f828a8658ebe141949f556b521f1698
3
+ size 3816226
videos/observation.images.left_wrist/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfe0e7a6289c5d8c248455a0a072df72292cb0d02b2aed8f1bef3729a0524891
3
+ size 14265464
videos/observation.images.left_wrist/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2359af53693c7449a5203473b259f1c7259533a472c26290cfd02cdf4aa3ebf2
3
+ size 48939173
videos/observation.images.left_wrist/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1187ddd1931d6cc3ff8cff708d00400300df5ce9731417caaebd3b549916558f
3
+ size 41033199
videos/observation.images.left_wrist/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4b516c742d8fbd2af45a96824438cd058d346c3c5fa8907850578862cee0e8
3
+ size 41168980
videos/observation.images.left_wrist/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fa8db2e42ca9a24094d780310040010fd6f96ffb0aa25b16ac527a2d21dad21
3
+ size 24320685
videos/observation.images.left_wrist/chunk-000/file-009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634ccbf7fc9e10cd8583d1c786b1ab8fe84604ea999c981fb24bfe129a59de85
3
+ size 8159048
videos/observation.images.left_wrist/chunk-000/file-010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cebabd0c278857f794955da8e9315d862966bf3b9e6523b40825414336ab67e5
3
+ size 1966117
videos/observation.images.left_wrist/chunk-000/file-011.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1839dda7c3bf18bb76dea5c478a826fb1585c8cf7610ab5adae01bb51cb1f402
3
+ size 6143778
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4689037a0f5746fb8c49ca052ac1008fb25f266961ddee44eae9bcea7411dd1b
3
+ size 3699557
videos/observation.images.top/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c85c9e9c646bd38f48b361182846ce425aa23af6f1aca87cb10cf1ba44c2e4
3
+ size 3228105
videos/observation.images.top/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2860e2cc68936d53afc39934b73a15a9c0629fa6a3c10a5c028cbf6412f5f7b
3
+ size 2273586
videos/observation.images.top/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce1b65e47a79a252eaf69364a7f9bb435656a013e21fb6b14d8430202b35f932
3
+ size 2461237
videos/observation.images.top/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2643abef4124bd566b359a15561f994fddf66c657a33e24cf92e4fb91e5cfb93
3
+ size 7388285
videos/observation.images.top/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb8016368c0aae1f588d9ec167da0e28658925dda5c9b8d0eb5c56f4932a881
3
+ size 25478223
videos/observation.images.top/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6963be79872cf4059bec0370e3c809365b5b3659ff43d51ed310eacc06e6b62c
3
+ size 21115949
videos/observation.images.top/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e462851dff59a6cd57a3bdcb1270a23bdf9455f2b775b96087539b9e3cfe52af
3
+ size 21347858
videos/observation.images.top/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ac01082e3a18a42170e8a39f2f206bb16c0a122a4d9bbca3995bb41517f594
3
+ size 22599280
videos/observation.images.top/chunk-000/file-009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecfec3c6bb8abe66b5c5fbc80533e1f8013ab1dd8e1e43e2801e8351e3c487cb
3
+ size 4367555
videos/observation.images.top/chunk-000/file-010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6776e4667434a446f7e7e2c1188f3f9ecd5f64528e0cae2abea47132067333fd
3
+ size 1236612
videos/observation.images.top/chunk-000/file-011.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:950c57741aba5108e35b7c6a331ec8a0f75af16413e6fccff1b588aea73cc673
3
+ size 3021810