hishamstarpilot commited on
Commit
ff120d9
·
verified ·
1 Parent(s): 4bc6dec

Initial upload (cropped leading-idle from nodogoro/cell1_20260509_5foldingepisodes)

Browse files
README.md ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=nodogoro/cell1_20260509_5foldingepisodes">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "starpilot_yam_gripper",
36
+ "total_episodes": 4,
37
+ "total_frames": 9948,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:4"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "arm1_x",
53
+ "arm1_y",
54
+ "arm1_z",
55
+ "arm1_rx",
56
+ "arm1_ry",
57
+ "arm1_rz",
58
+ "arm1_grip_width",
59
+ "arm2_x",
60
+ "arm2_y",
61
+ "arm2_z",
62
+ "arm2_rx",
63
+ "arm2_ry",
64
+ "arm2_rz",
65
+ "arm2_grip_width"
66
+ ],
67
+ "shape": [
68
+ 14
69
+ ]
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "names": [
74
+ "arm1_enc_deg",
75
+ "arm1_imu_ax",
76
+ "arm1_imu_ay",
77
+ "arm1_imu_az",
78
+ "arm1_imu_gx",
79
+ "arm1_imu_gy",
80
+ "arm1_imu_gz",
81
+ "arm1_pose_x",
82
+ "arm1_pose_y",
83
+ "arm1_pose_z",
84
+ "arm1_pose_qx",
85
+ "arm1_pose_qy",
86
+ "arm1_pose_qz",
87
+ "arm1_pose_qw",
88
+ "arm1_gripper_open",
89
+ "arm1_gripper_distance_m",
90
+ "arm2_enc_deg",
91
+ "arm2_imu_ax",
92
+ "arm2_imu_ay",
93
+ "arm2_imu_az",
94
+ "arm2_imu_gx",
95
+ "arm2_imu_gy",
96
+ "arm2_imu_gz",
97
+ "arm2_pose_x",
98
+ "arm2_pose_y",
99
+ "arm2_pose_z",
100
+ "arm2_pose_qx",
101
+ "arm2_pose_qy",
102
+ "arm2_pose_qz",
103
+ "arm2_pose_qw",
104
+ "arm2_gripper_open",
105
+ "arm2_gripper_distance_m"
106
+ ],
107
+ "shape": [
108
+ 32
109
+ ]
110
+ },
111
+ "observation.images.left_wrist_0_camera_rgb_image": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 480,
115
+ 848,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ],
123
+ "info": {
124
+ "video.height": 480,
125
+ "video.width": 848,
126
+ "video.codec": "h264",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 30,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.left_wrist_0_camera_rgb_image_depth": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 848,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ],
146
+ "info": {
147
+ "video.height": 480,
148
+ "video.width": 848,
149
+ "video.codec": "h264",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 30,
153
+ "video.channels": 3,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.right_wrist_0_camera_rgb_image": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 848,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channels"
168
+ ],
169
+ "info": {
170
+ "video.height": 480,
171
+ "video.width": 848,
172
+ "video.codec": "h264",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "video.fps": 30,
176
+ "video.channels": 3,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.images.right_wrist_0_camera_rgb_image_depth": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 480,
184
+ 848,
185
+ 3
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width",
190
+ "channels"
191
+ ],
192
+ "info": {
193
+ "video.height": 480,
194
+ "video.width": 848,
195
+ "video.codec": "h264",
196
+ "video.pix_fmt": "yuv420p",
197
+ "video.is_depth_map": false,
198
+ "video.fps": 30,
199
+ "video.channels": 3,
200
+ "has_audio": false
201
+ }
202
+ },
203
+ "observation.images.base_0_camera_rgb_image": {
204
+ "dtype": "video",
205
+ "shape": [
206
+ 1024,
207
+ 1024,
208
+ 3
209
+ ],
210
+ "names": [
211
+ "height",
212
+ "width",
213
+ "channels"
214
+ ],
215
+ "info": {
216
+ "video.height": 1024,
217
+ "video.width": 1024,
218
+ "video.codec": "h264",
219
+ "video.pix_fmt": "yuv420p",
220
+ "video.is_depth_map": false,
221
+ "video.fps": 30,
222
+ "video.channels": 3,
223
+ "has_audio": false
224
+ }
225
+ },
226
+ "observation.images.base_1_camera_rgb_image": {
227
+ "dtype": "video",
228
+ "shape": [
229
+ 1024,
230
+ 1024,
231
+ 3
232
+ ],
233
+ "names": [
234
+ "height",
235
+ "width",
236
+ "channels"
237
+ ],
238
+ "info": {
239
+ "video.height": 1024,
240
+ "video.width": 1024,
241
+ "video.codec": "h264",
242
+ "video.pix_fmt": "yuv420p",
243
+ "video.is_depth_map": false,
244
+ "video.fps": 30,
245
+ "video.channels": 3,
246
+ "has_audio": false
247
+ }
248
+ },
249
+ "timestamp": {
250
+ "dtype": "float32",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "frame_index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "episode_index": {
264
+ "dtype": "int64",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ },
270
+ "index": {
271
+ "dtype": "int64",
272
+ "shape": [
273
+ 1
274
+ ],
275
+ "names": null
276
+ },
277
+ "task_index": {
278
+ "dtype": "int64",
279
+ "shape": [
280
+ 1
281
+ ],
282
+ "names": null
283
+ }
284
+ }
285
+ }
286
+ ```
287
+
288
+
289
+ ## Citation
290
+
291
+ **BibTeX:**
292
+
293
+ ```bibtex
294
+ [More Information Needed]
295
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:376733d08b8f90180a9e6bcb024854da6b1815d896097675517640747b478849
3
+ size 2298720
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ffd816964aeade07fbaf506b3a2c725a5ff40a92d5e08b21f979290a9513bd1
3
+ size 175787
meta/info.json ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "starpilot_yam_gripper",
4
+ "total_episodes": 4,
5
+ "total_frames": 9542,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:4"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "arm1_x",
21
+ "arm1_y",
22
+ "arm1_z",
23
+ "arm1_rx",
24
+ "arm1_ry",
25
+ "arm1_rz",
26
+ "arm1_grip_width",
27
+ "arm2_x",
28
+ "arm2_y",
29
+ "arm2_z",
30
+ "arm2_rx",
31
+ "arm2_ry",
32
+ "arm2_rz",
33
+ "arm2_grip_width"
34
+ ],
35
+ "shape": [
36
+ 14
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "names": [
42
+ "arm1_enc_deg",
43
+ "arm1_imu_ax",
44
+ "arm1_imu_ay",
45
+ "arm1_imu_az",
46
+ "arm1_imu_gx",
47
+ "arm1_imu_gy",
48
+ "arm1_imu_gz",
49
+ "arm1_pose_x",
50
+ "arm1_pose_y",
51
+ "arm1_pose_z",
52
+ "arm1_pose_qx",
53
+ "arm1_pose_qy",
54
+ "arm1_pose_qz",
55
+ "arm1_pose_qw",
56
+ "arm1_gripper_open",
57
+ "arm1_gripper_distance_m",
58
+ "arm2_enc_deg",
59
+ "arm2_imu_ax",
60
+ "arm2_imu_ay",
61
+ "arm2_imu_az",
62
+ "arm2_imu_gx",
63
+ "arm2_imu_gy",
64
+ "arm2_imu_gz",
65
+ "arm2_pose_x",
66
+ "arm2_pose_y",
67
+ "arm2_pose_z",
68
+ "arm2_pose_qx",
69
+ "arm2_pose_qy",
70
+ "arm2_pose_qz",
71
+ "arm2_pose_qw",
72
+ "arm2_gripper_open",
73
+ "arm2_gripper_distance_m"
74
+ ],
75
+ "shape": [
76
+ 32
77
+ ]
78
+ },
79
+ "observation.images.left_wrist_0_camera_rgb_image": {
80
+ "dtype": "video",
81
+ "shape": [
82
+ 480,
83
+ 848,
84
+ 3
85
+ ],
86
+ "names": [
87
+ "height",
88
+ "width",
89
+ "channels"
90
+ ],
91
+ "info": {
92
+ "video.height": 480,
93
+ "video.width": 848,
94
+ "video.codec": "h264",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "video.fps": 30,
98
+ "video.channels": 3,
99
+ "has_audio": false
100
+ }
101
+ },
102
+ "observation.images.left_wrist_0_camera_rgb_image_depth": {
103
+ "dtype": "video",
104
+ "shape": [
105
+ 480,
106
+ 848,
107
+ 3
108
+ ],
109
+ "names": [
110
+ "height",
111
+ "width",
112
+ "channels"
113
+ ],
114
+ "info": {
115
+ "video.height": 480,
116
+ "video.width": 848,
117
+ "video.codec": "h264",
118
+ "video.pix_fmt": "yuv420p",
119
+ "video.is_depth_map": false,
120
+ "video.fps": 30,
121
+ "video.channels": 3,
122
+ "has_audio": false
123
+ }
124
+ },
125
+ "observation.images.right_wrist_0_camera_rgb_image": {
126
+ "dtype": "video",
127
+ "shape": [
128
+ 480,
129
+ 848,
130
+ 3
131
+ ],
132
+ "names": [
133
+ "height",
134
+ "width",
135
+ "channels"
136
+ ],
137
+ "info": {
138
+ "video.height": 480,
139
+ "video.width": 848,
140
+ "video.codec": "h264",
141
+ "video.pix_fmt": "yuv420p",
142
+ "video.is_depth_map": false,
143
+ "video.fps": 30,
144
+ "video.channels": 3,
145
+ "has_audio": false
146
+ }
147
+ },
148
+ "observation.images.right_wrist_0_camera_rgb_image_depth": {
149
+ "dtype": "video",
150
+ "shape": [
151
+ 480,
152
+ 848,
153
+ 3
154
+ ],
155
+ "names": [
156
+ "height",
157
+ "width",
158
+ "channels"
159
+ ],
160
+ "info": {
161
+ "video.height": 480,
162
+ "video.width": 848,
163
+ "video.codec": "h264",
164
+ "video.pix_fmt": "yuv420p",
165
+ "video.is_depth_map": false,
166
+ "video.fps": 30,
167
+ "video.channels": 3,
168
+ "has_audio": false
169
+ }
170
+ },
171
+ "observation.images.base_0_camera_rgb_image": {
172
+ "dtype": "video",
173
+ "shape": [
174
+ 1024,
175
+ 1024,
176
+ 3
177
+ ],
178
+ "names": [
179
+ "height",
180
+ "width",
181
+ "channels"
182
+ ],
183
+ "info": {
184
+ "video.height": 1024,
185
+ "video.width": 1024,
186
+ "video.codec": "h264",
187
+ "video.pix_fmt": "yuv420p",
188
+ "video.is_depth_map": false,
189
+ "video.fps": 30,
190
+ "video.channels": 3,
191
+ "has_audio": false
192
+ }
193
+ },
194
+ "observation.images.base_1_camera_rgb_image": {
195
+ "dtype": "video",
196
+ "shape": [
197
+ 1024,
198
+ 1024,
199
+ 3
200
+ ],
201
+ "names": [
202
+ "height",
203
+ "width",
204
+ "channels"
205
+ ],
206
+ "info": {
207
+ "video.height": 1024,
208
+ "video.width": 1024,
209
+ "video.codec": "h264",
210
+ "video.pix_fmt": "yuv420p",
211
+ "video.is_depth_map": false,
212
+ "video.fps": 30,
213
+ "video.channels": 3,
214
+ "has_audio": false
215
+ }
216
+ },
217
+ "timestamp": {
218
+ "dtype": "float32",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "frame_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "episode_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ },
245
+ "task_index": {
246
+ "dtype": "int64",
247
+ "shape": [
248
+ 1
249
+ ],
250
+ "names": null
251
+ }
252
+ }
253
+ }
meta/stats.json ADDED
@@ -0,0 +1,1470 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "min": [
4
+ -0.048431333154439926,
5
+ -0.04014059156179428,
6
+ -0.06099080294370651,
7
+ -0.1340392678976059,
8
+ -0.48497065901756287,
9
+ -0.25245267152786255,
10
+ 0.007708000019192696,
11
+ -0.035560816526412964,
12
+ -0.037139397114515305,
13
+ -0.042806413024663925,
14
+ -0.15200889110565186,
15
+ -0.136869877576828,
16
+ -0.15267041325569153,
17
+ 0.0060270000249147415
18
+ ],
19
+ "max": [
20
+ 0.06371371448040009,
21
+ 0.03148186579346657,
22
+ 0.0355507917702198,
23
+ 0.10842745006084442,
24
+ 0.28427502512931824,
25
+ 0.13041925430297852,
26
+ 0.0816788300871849,
27
+ 0.036594800651073456,
28
+ 0.030076125636696815,
29
+ 0.03744613379240036,
30
+ 0.12014887481927872,
31
+ 0.14645874500274658,
32
+ 0.15072593092918396,
33
+ 0.0820000022649765
34
+ ],
35
+ "mean": [
36
+ -3.586130333133042e-05,
37
+ -2.697294985409826e-05,
38
+ 3.874746835208498e-05,
39
+ -0.00023600902932230383,
40
+ -0.0003523364430293441,
41
+ -0.00016147781570907682,
42
+ 0.04417840391397476,
43
+ -2.5192741304636e-05,
44
+ 8.269779937108979e-05,
45
+ -1.896178764582146e-05,
46
+ -0.00045458381646312773,
47
+ 0.000123414138215594,
48
+ 0.0001322811294812709,
49
+ 0.04350282996892929
50
+ ],
51
+ "std": [
52
+ 0.004670162219554186,
53
+ 0.003658920992165804,
54
+ 0.0052855974063277245,
55
+ 0.016974838450551033,
56
+ 0.01901170238852501,
57
+ 0.018331924453377724,
58
+ 0.025909170508384705,
59
+ 0.005617059301584959,
60
+ 0.005100554320961237,
61
+ 0.006805138662457466,
62
+ 0.021471351385116577,
63
+ 0.020926840603351593,
64
+ 0.022778209298849106,
65
+ 0.02620810829102993
66
+ ],
67
+ "count": [
68
+ 9542
69
+ ],
70
+ "q01": [
71
+ -0.014722771942615509,
72
+ -0.011350451037287712,
73
+ -0.01620371825993061,
74
+ -0.05391360819339752,
75
+ -0.05445029214024544,
76
+ -0.05532434210181236,
77
+ 0.008427777327597141,
78
+ -0.015706954523921013,
79
+ -0.01459469459950924,
80
+ -0.019809458404779434,
81
+ -0.06538915634155273,
82
+ -0.056726012378931046,
83
+ -0.06678421795368195,
84
+ 0.008088388480246067
85
+ ],
86
+ "q10": [
87
+ -0.004711245186626911,
88
+ -0.003610230516642332,
89
+ -0.005145452916622162,
90
+ -0.01757059060037136,
91
+ -0.019236823543906212,
92
+ -0.017950603738427162,
93
+ 0.011910500004887581,
94
+ -0.006267286371439695,
95
+ -0.005359017755836248,
96
+ -0.007756491657346487,
97
+ -0.025154877454042435,
98
+ -0.02317715249955654,
99
+ -0.02548333629965782,
100
+ 0.010830833576619625
101
+ ],
102
+ "q50": [
103
+ 1.6472458810312673e-05,
104
+ -2.6845515094464645e-05,
105
+ -6.881118679302745e-07,
106
+ -0.0001258392003364861,
107
+ -0.00014344225928653032,
108
+ -0.00028111590654589236,
109
+ 0.05081038922071457,
110
+ -2.0853978639934212e-05,
111
+ -2.8058690077159554e-05,
112
+ 4.51647792942822e-05,
113
+ 0.0002230320096714422,
114
+ -0.00022203978733159602,
115
+ 0.0003905303019564599,
116
+ 0.04741650074720383
117
+ ],
118
+ "q90": [
119
+ 0.004527563229203224,
120
+ 0.003420998342335224,
121
+ 0.0052339970134198666,
122
+ 0.017714880406856537,
123
+ 0.017680656164884567,
124
+ 0.018370354548096657,
125
+ 0.08047844469547272,
126
+ 0.006211861968040466,
127
+ 0.005635988432914019,
128
+ 0.007527854759246111,
129
+ 0.02325240708887577,
130
+ 0.023471659049391747,
131
+ 0.02461092360317707,
132
+ 0.0813189446926117
133
+ ],
134
+ "q99": [
135
+ 0.013710289262235165,
136
+ 0.011561404913663864,
137
+ 0.017022402957081795,
138
+ 0.04670504853129387,
139
+ 0.05245588347315788,
140
+ 0.05520273372530937,
141
+ 0.08103878051042557,
142
+ 0.0164385586977005,
143
+ 0.015487203374505043,
144
+ 0.019759654998779297,
145
+ 0.054969578981399536,
146
+ 0.0627545714378357,
147
+ 0.06409977376461029,
148
+ 0.0820000022649765
149
+ ]
150
+ },
151
+ "timestamp": {
152
+ "min": 0.0,
153
+ "max": 103.43333435058594,
154
+ "mean": 41.40199661254883,
155
+ "std": 25.747299194335938,
156
+ "count": 9542,
157
+ "q01": 0.7803333401679993,
158
+ "q10": 7.933333396911621,
159
+ "q50": 39.733333587646484,
160
+ "q90": 78.19999694824219,
161
+ "q99": 100.25299835205078
162
+ },
163
+ "frame_index": {
164
+ "min": 0.0,
165
+ "max": 3103.0,
166
+ "mean": 1242.0598407042548,
167
+ "std": 772.4189776346522,
168
+ "count": 9542,
169
+ "q01": 23.409999999999997,
170
+ "q10": 238.0,
171
+ "q50": 1192.0,
172
+ "q90": 2346.0,
173
+ "q99": 3007.59
174
+ },
175
+ "observation.state": {
176
+ "min": [
177
+ 0.699999988079071,
178
+ -11.866046905517578,
179
+ -5.09945821762085,
180
+ -15.200307846069336,
181
+ -3.1863696575164795,
182
+ -3.2582201957702637,
183
+ -3.9030797481536865,
184
+ -0.3766254186630249,
185
+ -0.06455475836992264,
186
+ -0.26134613156318665,
187
+ -0.19744165241718292,
188
+ -0.697422981262207,
189
+ -0.6652386784553528,
190
+ 0.5697259306907654,
191
+ 0.0,
192
+ 0.007708000019192696,
193
+ 0.0,
194
+ -12.64144515991211,
195
+ -20.787879943847656,
196
+ -18.622766494750977,
197
+ -3.9615731239318848,
198
+ -4.340475082397461,
199
+ -3.7813992500305176,
200
+ -0.18939054012298584,
201
+ -0.06158244237303734,
202
+ -0.27726709842681885,
203
+ -0.22653160989284515,
204
+ -0.2888989746570587,
205
+ -0.7403727173805237,
206
+ 0.5217591524124146,
207
+ 0.0,
208
+ 0.005425666458904743
209
+ ],
210
+ "max": [
211
+ 326.1600036621094,
212
+ 13.997572898864746,
213
+ 17.946168899536133,
214
+ 1.667130470275879,
215
+ 3.396061658859253,
216
+ 3.6730453968048096,
217
+ 4.4378485679626465,
218
+ 0.21269026398658752,
219
+ 0.5213931798934937,
220
+ 0.41597679257392883,
221
+ 0.6170426607131958,
222
+ 0.2663600444793701,
223
+ 0.6535563468933105,
224
+ 0.9999997019767761,
225
+ 0.9919540286064148,
226
+ 0.08184055238962173,
227
+ 336.17999267578125,
228
+ 13.729310035705566,
229
+ 4.780122756958008,
230
+ 6.056914329528809,
231
+ 3.1531574726104736,
232
+ 4.11651611328125,
233
+ 3.9893579483032227,
234
+ 0.5116031169891357,
235
+ 0.5229055881500244,
236
+ 0.5255041122436523,
237
+ 0.5687702894210815,
238
+ 0.7103221416473389,
239
+ 0.5748248100280762,
240
+ 0.9999974370002747,
241
+ 1.0,
242
+ 0.0820000022649765
243
+ ],
244
+ "mean": [
245
+ 166.05177307128906,
246
+ 1.0765351057052612,
247
+ 5.731927394866943,
248
+ -6.308984756469727,
249
+ 0.007151879370212555,
250
+ 0.00479884771630168,
251
+ 0.011442280374467373,
252
+ 0.03795451298356056,
253
+ 0.02704327180981636,
254
+ 0.020282329991459846,
255
+ 0.3064587116241455,
256
+ -0.1890142858028412,
257
+ -0.022106656804680824,
258
+ 0.8799697160720825,
259
+ 0.1858847439289093,
260
+ 0.04417787492275238,
261
+ 168.95693969726562,
262
+ 0.03855416923761368,
263
+ -5.527657508850098,
264
+ -6.3620405197143555,
265
+ -0.013361865654587746,
266
+ 0.00343090808019042,
267
+ -0.005233213771134615,
268
+ 0.06917892396450043,
269
+ 0.04642513021826744,
270
+ 0.09345651417970657,
271
+ 0.26907235383987427,
272
+ 0.28634271025657654,
273
+ -0.09764605760574341,
274
+ 0.849555253982544,
275
+ 0.19694417715072632,
276
+ 0.04351584240794182
277
+ ],
278
+ "std": [
279
+ 113.75019836425781,
280
+ 3.6327321529388428,
281
+ 2.677980899810791,
282
+ 1.8634942770004272,
283
+ 0.48649418354034424,
284
+ 0.52420574426651,
285
+ 0.5277495980262756,
286
+ 0.1165241226553917,
287
+ 0.06590776890516281,
288
+ 0.1265767365694046,
289
+ 0.13865838944911957,
290
+ 0.14827440679073334,
291
+ 0.22341814637184143,
292
+ 0.06628725677728653,
293
+ 0.33588382601737976,
294
+ 0.02590981312096119,
295
+ 115.057861328125,
296
+ 3.7773184776306152,
297
+ 3.022038459777832,
298
+ 2.2791764736175537,
299
+ 0.6338875889778137,
300
+ 0.6781395077705383,
301
+ 0.6236003041267395,
302
+ 0.1453399360179901,
303
+ 0.08496027439832687,
304
+ 0.14596006274223328,
305
+ 0.14761385321617126,
306
+ 0.1721002757549286,
307
+ 0.23358333110809326,
308
+ 0.09144909679889679,
309
+ 0.3483089208602905,
310
+ 0.02620755322277546
311
+ ],
312
+ "count": [
313
+ 9542
314
+ ],
315
+ "q01": [
316
+ 4.21999979019165,
317
+ -6.7665886878967285,
318
+ -1.9031264781951904,
319
+ -10.002782821655273,
320
+ -1.271018624305725,
321
+ -1.5683982372283936,
322
+ -1.506646752357483,
323
+ -0.3314003646373749,
324
+ -0.04401884973049164,
325
+ -0.22342611849308014,
326
+ -0.04824625328183174,
327
+ -0.5310987234115601,
328
+ -0.5372791290283203,
329
+ 0.677034318447113,
330
+ 0.0,
331
+ 0.008427777327597141,
332
+ 0.0,
333
+ -9.21825122833252,
334
+ -11.27409553527832,
335
+ -10.2594633102417,
336
+ -1.8886175155639648,
337
+ -1.9710994958877563,
338
+ -1.8567630052566528,
339
+ -0.15809041261672974,
340
+ -0.04639051854610443,
341
+ -0.18176864087581635,
342
+ -0.1198185458779335,
343
+ -0.15805700421333313,
344
+ -0.6591116786003113,
345
+ 0.5794123411178589,
346
+ 0.0,
347
+ 0.008088388480246067
348
+ ],
349
+ "q10": [
350
+ 6.679999828338623,
351
+ -3.4323275089263916,
352
+ 1.5690641403198242,
353
+ -8.629852294921875,
354
+ -0.5347688794136047,
355
+ -0.544263482093811,
356
+ -0.5389407873153687,
357
+ -0.12421461939811707,
358
+ -0.03236284852027893,
359
+ -0.1382727175951004,
360
+ 0.09757212549448013,
361
+ -0.38909852504730225,
362
+ -0.3437262773513794,
363
+ 0.7978984713554382,
364
+ 0.0,
365
+ 0.011910500004887581,
366
+ 3.3399999141693115,
367
+ -4.9157185554504395,
368
+ -8.90593147277832,
369
+ -8.924051284790039,
370
+ -0.7601609230041504,
371
+ -0.7740253806114197,
372
+ -0.7206999659538269,
373
+ -0.10224896669387817,
374
+ -0.023620229214429855,
375
+ -0.08449394255876541,
376
+ 0.030486930161714554,
377
+ 0.06425931304693222,
378
+ -0.40922975540161133,
379
+ 0.7178924679756165,
380
+ 0.0,
381
+ 0.010830833576619625
382
+ ],
383
+ "q50": [
384
+ 136.92999267578125,
385
+ 1.023878574371338,
386
+ 6.374322414398193,
387
+ -6.276256084442139,
388
+ 0.0021634018048644066,
389
+ 0.006457718089222908,
390
+ 0.0018511509988456964,
391
+ 0.06977228075265884,
392
+ 0.01089661568403244,
393
+ -0.0016056278254836798,
394
+ 0.339946985244751,
395
+ -0.18648722767829895,
396
+ -0.011598251760005951,
397
+ 0.8872197866439819,
398
+ 0.0,
399
+ 0.05081038922071457,
400
+ 151.61000061035156,
401
+ -0.09806650131940842,
402
+ -5.957372188568115,
403
+ -6.65788459777832,
404
+ 0.004121852107346058,
405
+ 0.008922794833779335,
406
+ 0.0014180159196257591,
407
+ 0.03599817305803299,
408
+ 0.022273454815149307,
409
+ 0.08017244935035706,
410
+ 0.2946644425392151,
411
+ 0.2853999733924866,
412
+ -0.08370675146579742,
413
+ 0.8594791889190674,
414
+ 0.0,
415
+ 0.04746660962700844
416
+ ],
417
+ "q90": [
418
+ 307.7099914550781,
419
+ 6.200528621673584,
420
+ 8.335652351379395,
421
+ -3.726527214050293,
422
+ 0.5246869325637817,
423
+ 0.5283111929893494,
424
+ 0.5688027739524841,
425
+ 0.1676459163427353,
426
+ 0.1064956784248352,
427
+ 0.18601766228675842,
428
+ 0.45432940125465393,
429
+ -0.011588680557906628,
430
+ 0.26285141706466675,
431
+ 0.9580967426300049,
432
+ 0.9232183694839478,
433
+ 0.08047844469547272,
434
+ 312.45001220703125,
435
+ 5.001391410827637,
436
+ -0.8097422122955322,
437
+ -3.4937071800231934,
438
+ 0.7007669806480408,
439
+ 0.7361677289009094,
440
+ 0.6898819208145142,
441
+ 0.2864123582839966,
442
+ 0.14129070937633514,
443
+ 0.2943758964538574,
444
+ 0.43449708819389343,
445
+ 0.5144878625869751,
446
+ 0.2002069652080536,
447
+ 0.9616401195526123,
448
+ 0.9616091847419739,
449
+ 0.08123922348022461
450
+ ],
451
+ "q99": [
452
+ 323.0,
453
+ 8.975984573364258,
454
+ 10.301849365234375,
455
+ -1.3950982093811035,
456
+ 1.561544418334961,
457
+ 1.5657809972763062,
458
+ 1.6416566371917725,
459
+ 0.20382362604141235,
460
+ 0.3041953146457672,
461
+ 0.3828582763671875,
462
+ 0.5284619331359863,
463
+ 0.08258744329214096,
464
+ 0.4579453468322754,
465
+ 0.9998399019241333,
466
+ 0.9514942765235901,
467
+ 0.08103878051042557,
468
+ 324.489990234375,
469
+ 8.489570617675781,
470
+ 2.843928575515747,
471
+ 0.6678177118301392,
472
+ 1.6171836853027344,
473
+ 1.8457353115081787,
474
+ 1.6126339435577393,
475
+ 0.4047641158103943,
476
+ 0.3639814853668213,
477
+ 0.4641343653202057,
478
+ 0.5129698514938354,
479
+ 0.6352073550224304,
480
+ 0.4468895494937897,
481
+ 0.9995099902153015,
482
+ 1.0,
483
+ 0.0820000022649765
484
+ ]
485
+ },
486
+ "observation.images.left_wrist_0_camera_rgb_image": {
487
+ "min": [
488
+ [
489
+ [
490
+ 0.0
491
+ ]
492
+ ],
493
+ [
494
+ [
495
+ 0.0
496
+ ]
497
+ ],
498
+ [
499
+ [
500
+ 0.0
501
+ ]
502
+ ]
503
+ ],
504
+ "max": [
505
+ [
506
+ [
507
+ 1.0
508
+ ]
509
+ ],
510
+ [
511
+ [
512
+ 1.0
513
+ ]
514
+ ],
515
+ [
516
+ [
517
+ 1.0
518
+ ]
519
+ ]
520
+ ],
521
+ "mean": [
522
+ [
523
+ [
524
+ 0.4479852564892614
525
+ ]
526
+ ],
527
+ [
528
+ [
529
+ 0.4647750188958362
530
+ ]
531
+ ],
532
+ [
533
+ [
534
+ 0.45298460283555214
535
+ ]
536
+ ]
537
+ ],
538
+ "std": [
539
+ [
540
+ [
541
+ 0.01081150890975875
542
+ ]
543
+ ],
544
+ [
545
+ [
546
+ 0.005254912247037759
547
+ ]
548
+ ],
549
+ [
550
+ [
551
+ 0.0029517478166688886
552
+ ]
553
+ ]
554
+ ],
555
+ "count": [
556
+ 162351360
557
+ ],
558
+ "q01": [
559
+ [
560
+ [
561
+ 0.005872963752309507
562
+ ]
563
+ ],
564
+ [
565
+ [
566
+ 0.036663068396123516
567
+ ]
568
+ ],
569
+ [
570
+ [
571
+ 0.010624286154836125
572
+ ]
573
+ ]
574
+ ],
575
+ "q10": [
576
+ [
577
+ [
578
+ 0.11683223567984634
579
+ ]
580
+ ],
581
+ [
582
+ [
583
+ 0.15589304930628314
584
+ ]
585
+ ],
586
+ [
587
+ [
588
+ 0.13300710016966683
589
+ ]
590
+ ]
591
+ ],
592
+ "q50": [
593
+ [
594
+ [
595
+ 0.42778726881067025
596
+ ]
597
+ ],
598
+ [
599
+ [
600
+ 0.444105871792475
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ 0.4427198941594874
606
+ ]
607
+ ]
608
+ ],
609
+ "q90": [
610
+ [
611
+ [
612
+ 0.850014938022263
613
+ ]
614
+ ],
615
+ [
616
+ [
617
+ 0.8507160969916944
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.8064447189171327
623
+ ]
624
+ ]
625
+ ],
626
+ "q99": [
627
+ [
628
+ [
629
+ 0.9234635580375282
630
+ ]
631
+ ],
632
+ [
633
+ [
634
+ 0.9252265847142911
635
+ ]
636
+ ],
637
+ [
638
+ [
639
+ 0.9265706007444151
640
+ ]
641
+ ]
642
+ ]
643
+ },
644
+ "observation.images.right_wrist_0_camera_rgb_image_depth": {
645
+ "min": [
646
+ [
647
+ [
648
+ 0.0
649
+ ]
650
+ ],
651
+ [
652
+ [
653
+ 0.0
654
+ ]
655
+ ],
656
+ [
657
+ [
658
+ 0.0
659
+ ]
660
+ ]
661
+ ],
662
+ "max": [
663
+ [
664
+ [
665
+ 1.0
666
+ ]
667
+ ],
668
+ [
669
+ [
670
+ 1.0
671
+ ]
672
+ ],
673
+ [
674
+ [
675
+ 1.0
676
+ ]
677
+ ]
678
+ ],
679
+ "mean": [
680
+ [
681
+ [
682
+ 0.08538742874906456
683
+ ]
684
+ ],
685
+ [
686
+ [
687
+ 0.25976520090166655
688
+ ]
689
+ ],
690
+ [
691
+ [
692
+ 0.5944873030502561
693
+ ]
694
+ ]
695
+ ],
696
+ "std": [
697
+ [
698
+ [
699
+ 0.015705826822904587
700
+ ]
701
+ ],
702
+ [
703
+ [
704
+ 0.016399203465629977
705
+ ]
706
+ ],
707
+ [
708
+ [
709
+ 0.058382719146942735
710
+ ]
711
+ ]
712
+ ],
713
+ "count": [
714
+ 162351360
715
+ ],
716
+ "q01": [
717
+ [
718
+ [
719
+ -3.92156862745098e-13
720
+ ]
721
+ ],
722
+ [
723
+ [
724
+ -3.92156862745098e-13
725
+ ]
726
+ ],
727
+ [
728
+ [
729
+ -3.92156862745098e-13
730
+ ]
731
+ ]
732
+ ],
733
+ "q10": [
734
+ [
735
+ [
736
+ -3.92156862745098e-13
737
+ ]
738
+ ],
739
+ [
740
+ [
741
+ -3.92156862745098e-13
742
+ ]
743
+ ],
744
+ [
745
+ [
746
+ -3.92156862745098e-13
747
+ ]
748
+ ]
749
+ ],
750
+ "q50": [
751
+ [
752
+ [
753
+ -3.92156862745098e-13
754
+ ]
755
+ ],
756
+ [
757
+ [
758
+ 0.04716010099114929
759
+ ]
760
+ ],
761
+ [
762
+ [
763
+ 0.8704080416734792
764
+ ]
765
+ ]
766
+ ],
767
+ "q90": [
768
+ [
769
+ [
770
+ 0.30085499455798054
771
+ ]
772
+ ],
773
+ [
774
+ [
775
+ 0.9162597188666605
776
+ ]
777
+ ],
778
+ [
779
+ [
780
+ 0.999951167135176
781
+ ]
782
+ ]
783
+ ],
784
+ "q99": [
785
+ [
786
+ [
787
+ 0.9999526465101264
788
+ ]
789
+ ],
790
+ [
791
+ [
792
+ 0.999976248410881
793
+ ]
794
+ ],
795
+ [
796
+ [
797
+ 0.9999951167138705
798
+ ]
799
+ ]
800
+ ]
801
+ },
802
+ "episode_index": {
803
+ "min": 0.0,
804
+ "max": 3.0,
805
+ "mean": 1.5564871096206245,
806
+ "std": 1.0792848268980055,
807
+ "count": 9542,
808
+ "q01": 0.0,
809
+ "q10": 0.0,
810
+ "q50": 1.0,
811
+ "q90": 3.0,
812
+ "q99": 3.0
813
+ },
814
+ "observation.images.base_0_camera_rgb_image": {
815
+ "min": [
816
+ [
817
+ [
818
+ 0.058823529411764705
819
+ ]
820
+ ],
821
+ [
822
+ [
823
+ 0.054901960784313725
824
+ ]
825
+ ],
826
+ [
827
+ [
828
+ 0.0
829
+ ]
830
+ ]
831
+ ],
832
+ "max": [
833
+ [
834
+ [
835
+ 1.0
836
+ ]
837
+ ],
838
+ [
839
+ [
840
+ 1.0
841
+ ]
842
+ ],
843
+ [
844
+ [
845
+ 1.0
846
+ ]
847
+ ]
848
+ ],
849
+ "mean": [
850
+ [
851
+ [
852
+ 0.5807956245806071
853
+ ]
854
+ ],
855
+ [
856
+ [
857
+ 0.5755090832335685
858
+ ]
859
+ ],
860
+ [
861
+ [
862
+ 0.5966805418082336
863
+ ]
864
+ ]
865
+ ],
866
+ "std": [
867
+ [
868
+ [
869
+ 0.0036762953688444697
870
+ ]
871
+ ],
872
+ [
873
+ [
874
+ 0.004320512623554951
875
+ ]
876
+ ],
877
+ [
878
+ [
879
+ 0.00404157592573167
880
+ ]
881
+ ]
882
+ ],
883
+ "count": [
884
+ 290889468
885
+ ],
886
+ "q01": [
887
+ [
888
+ [
889
+ 0.1997762283720123
890
+ ]
891
+ ],
892
+ [
893
+ [
894
+ 0.20783542263461394
895
+ ]
896
+ ],
897
+ [
898
+ [
899
+ 0.22047476229265656
900
+ ]
901
+ ]
902
+ ],
903
+ "q10": [
904
+ [
905
+ [
906
+ 0.20377497274053022
907
+ ]
908
+ ],
909
+ [
910
+ [
911
+ 0.21563140889947124
912
+ ]
913
+ ],
914
+ [
915
+ [
916
+ 0.23129378610722737
917
+ ]
918
+ ]
919
+ ],
920
+ "q50": [
921
+ [
922
+ [
923
+ 0.5184614686199589
924
+ ]
925
+ ],
926
+ [
927
+ [
928
+ 0.5137492623784419
929
+ ]
930
+ ],
931
+ [
932
+ [
933
+ 0.5543528515571061
934
+ ]
935
+ ]
936
+ ],
937
+ "q90": [
938
+ [
939
+ [
940
+ 0.9999221451160722
941
+ ]
942
+ ],
943
+ [
944
+ [
945
+ 0.9854338930830326
946
+ ]
947
+ ],
948
+ [
949
+ [
950
+ 0.9999134102634021
951
+ ]
952
+ ]
953
+ ],
954
+ "q99": [
955
+ [
956
+ [
957
+ 0.9999922145952981
958
+ ]
959
+ ],
960
+ [
961
+ [
962
+ 0.9999509195872892
963
+ ]
964
+ ],
965
+ [
966
+ [
967
+ 0.9999913411131621
968
+ ]
969
+ ]
970
+ ]
971
+ },
972
+ "observation.images.right_wrist_0_camera_rgb_image": {
973
+ "min": [
974
+ [
975
+ [
976
+ 0.0
977
+ ]
978
+ ],
979
+ [
980
+ [
981
+ 0.0
982
+ ]
983
+ ],
984
+ [
985
+ [
986
+ 0.0
987
+ ]
988
+ ]
989
+ ],
990
+ "max": [
991
+ [
992
+ [
993
+ 1.0
994
+ ]
995
+ ],
996
+ [
997
+ [
998
+ 1.0
999
+ ]
1000
+ ],
1001
+ [
1002
+ [
1003
+ 1.0
1004
+ ]
1005
+ ]
1006
+ ],
1007
+ "mean": [
1008
+ [
1009
+ [
1010
+ 0.4423980505046849
1011
+ ]
1012
+ ],
1013
+ [
1014
+ [
1015
+ 0.46067117762364296
1016
+ ]
1017
+ ],
1018
+ [
1019
+ [
1020
+ 0.44886305030390966
1021
+ ]
1022
+ ]
1023
+ ],
1024
+ "std": [
1025
+ [
1026
+ [
1027
+ 0.013622407790479369
1028
+ ]
1029
+ ],
1030
+ [
1031
+ [
1032
+ 0.010169595265008578
1033
+ ]
1034
+ ],
1035
+ [
1036
+ [
1037
+ 0.008247064302002121
1038
+ ]
1039
+ ]
1040
+ ],
1041
+ "count": [
1042
+ 162351360
1043
+ ],
1044
+ "q01": [
1045
+ [
1046
+ [
1047
+ 0.010122041809345388
1048
+ ]
1049
+ ],
1050
+ [
1051
+ [
1052
+ 0.04060486363009534
1053
+ ]
1054
+ ],
1055
+ [
1056
+ [
1057
+ 0.012537037924204974
1058
+ ]
1059
+ ]
1060
+ ],
1061
+ "q10": [
1062
+ [
1063
+ [
1064
+ 0.11412427886362594
1065
+ ]
1066
+ ],
1067
+ [
1068
+ [
1069
+ 0.15256591173064535
1070
+ ]
1071
+ ],
1072
+ [
1073
+ [
1074
+ 0.12664253138280396
1075
+ ]
1076
+ ]
1077
+ ],
1078
+ "q50": [
1079
+ [
1080
+ [
1081
+ 0.4180877972910126
1082
+ ]
1083
+ ],
1084
+ [
1085
+ [
1086
+ 0.43654878763593435
1087
+ ]
1088
+ ],
1089
+ [
1090
+ [
1091
+ 0.4387915012011458
1092
+ ]
1093
+ ]
1094
+ ],
1095
+ "q90": [
1096
+ [
1097
+ [
1098
+ 0.8483011941115107
1099
+ ]
1100
+ ],
1101
+ [
1102
+ [
1103
+ 0.849870524586632
1104
+ ]
1105
+ ],
1106
+ [
1107
+ [
1108
+ 0.8115531237107122
1109
+ ]
1110
+ ]
1111
+ ],
1112
+ "q99": [
1113
+ [
1114
+ [
1115
+ 0.9252350349303118
1116
+ ]
1117
+ ],
1118
+ [
1119
+ [
1120
+ 0.9273470756777108
1121
+ ]
1122
+ ],
1123
+ [
1124
+ [
1125
+ 0.9296451428501846
1126
+ ]
1127
+ ]
1128
+ ]
1129
+ },
1130
+ "observation.images.base_1_camera_rgb_image": {
1131
+ "min": [
1132
+ [
1133
+ [
1134
+ 0.0
1135
+ ]
1136
+ ],
1137
+ [
1138
+ [
1139
+ 0.0
1140
+ ]
1141
+ ],
1142
+ [
1143
+ [
1144
+ 0.0
1145
+ ]
1146
+ ]
1147
+ ],
1148
+ "max": [
1149
+ [
1150
+ [
1151
+ 1.0
1152
+ ]
1153
+ ],
1154
+ [
1155
+ [
1156
+ 1.0
1157
+ ]
1158
+ ],
1159
+ [
1160
+ [
1161
+ 1.0
1162
+ ]
1163
+ ]
1164
+ ],
1165
+ "mean": [
1166
+ [
1167
+ [
1168
+ 0.4129070019320546
1169
+ ]
1170
+ ],
1171
+ [
1172
+ [
1173
+ 0.40528721336295664
1174
+ ]
1175
+ ],
1176
+ [
1177
+ [
1178
+ 0.4238527293972219
1179
+ ]
1180
+ ]
1181
+ ],
1182
+ "std": [
1183
+ [
1184
+ [
1185
+ 0.0018114829506692164
1186
+ ]
1187
+ ],
1188
+ [
1189
+ [
1190
+ 0.003211575812144029
1191
+ ]
1192
+ ],
1193
+ [
1194
+ [
1195
+ 0.003507799046037012
1196
+ ]
1197
+ ]
1198
+ ],
1199
+ "count": [
1200
+ 290889468
1201
+ ],
1202
+ "q01": [
1203
+ [
1204
+ [
1205
+ 0.0038102446980832175
1206
+ ]
1207
+ ],
1208
+ [
1209
+ [
1210
+ 0.011684828850671247
1211
+ ]
1212
+ ],
1213
+ [
1214
+ [
1215
+ 0.027483358561938502
1216
+ ]
1217
+ ]
1218
+ ],
1219
+ "q10": [
1220
+ [
1221
+ [
1222
+ 0.006235439293123139
1223
+ ]
1224
+ ],
1225
+ [
1226
+ [
1227
+ 0.019675864138780492
1228
+ ]
1229
+ ],
1230
+ [
1231
+ [
1232
+ 0.03637302640164535
1233
+ ]
1234
+ ]
1235
+ ],
1236
+ "q50": [
1237
+ [
1238
+ [
1239
+ 0.4028353834776979
1240
+ ]
1241
+ ],
1242
+ [
1243
+ [
1244
+ 0.3959973458135142
1245
+ ]
1246
+ ],
1247
+ [
1248
+ [
1249
+ 0.4376976959113609
1250
+ ]
1251
+ ]
1252
+ ],
1253
+ "q90": [
1254
+ [
1255
+ [
1256
+ 0.8857261971401029
1257
+ ]
1258
+ ],
1259
+ [
1260
+ [
1261
+ 0.8524023859686473
1262
+ ]
1263
+ ],
1264
+ [
1265
+ [
1266
+ 0.8606254576588951
1267
+ ]
1268
+ ]
1269
+ ],
1270
+ "q99": [
1271
+ [
1272
+ [
1273
+ 0.9596983295663348
1274
+ ]
1275
+ ],
1276
+ [
1277
+ [
1278
+ 0.9607623112425402
1279
+ ]
1280
+ ],
1281
+ [
1282
+ [
1283
+ 0.9606713932435933
1284
+ ]
1285
+ ]
1286
+ ]
1287
+ },
1288
+ "index": {
1289
+ "min": 0.0,
1290
+ "max": 9541.0,
1291
+ "mean": 4770.5,
1292
+ "std": 2754.5381191771517,
1293
+ "count": 9542,
1294
+ "q01": 95.41,
1295
+ "q10": 954.1,
1296
+ "q50": 4770.5,
1297
+ "q90": 8586.9,
1298
+ "q99": 9445.59
1299
+ },
1300
+ "task_index": {
1301
+ "min": 0.0,
1302
+ "max": 0.0,
1303
+ "mean": 0.0,
1304
+ "std": 0.0,
1305
+ "count": 9542,
1306
+ "q01": 0.0,
1307
+ "q10": 0.0,
1308
+ "q50": 0.0,
1309
+ "q90": 0.0,
1310
+ "q99": 0.0
1311
+ },
1312
+ "observation.images.left_wrist_0_camera_rgb_image_depth": {
1313
+ "min": [
1314
+ [
1315
+ [
1316
+ 0.0
1317
+ ]
1318
+ ],
1319
+ [
1320
+ [
1321
+ 0.0
1322
+ ]
1323
+ ],
1324
+ [
1325
+ [
1326
+ 0.0
1327
+ ]
1328
+ ]
1329
+ ],
1330
+ "max": [
1331
+ [
1332
+ [
1333
+ 1.0
1334
+ ]
1335
+ ],
1336
+ [
1337
+ [
1338
+ 1.0
1339
+ ]
1340
+ ],
1341
+ [
1342
+ [
1343
+ 1.0
1344
+ ]
1345
+ ]
1346
+ ],
1347
+ "mean": [
1348
+ [
1349
+ [
1350
+ 0.09988295743498643
1351
+ ]
1352
+ ],
1353
+ [
1354
+ [
1355
+ 0.2717186464965766
1356
+ ]
1357
+ ],
1358
+ [
1359
+ [
1360
+ 0.617240282446422
1361
+ ]
1362
+ ]
1363
+ ],
1364
+ "std": [
1365
+ [
1366
+ [
1367
+ 0.025041063348364492
1368
+ ]
1369
+ ],
1370
+ [
1371
+ [
1372
+ 0.020573238015110566
1373
+ ]
1374
+ ],
1375
+ [
1376
+ [
1377
+ 0.044291476268630225
1378
+ ]
1379
+ ]
1380
+ ],
1381
+ "count": [
1382
+ 162351360
1383
+ ],
1384
+ "q01": [
1385
+ [
1386
+ [
1387
+ -3.92156862745098e-13
1388
+ ]
1389
+ ],
1390
+ [
1391
+ [
1392
+ -3.92156862745098e-13
1393
+ ]
1394
+ ],
1395
+ [
1396
+ [
1397
+ -3.92156862745098e-13
1398
+ ]
1399
+ ]
1400
+ ],
1401
+ "q10": [
1402
+ [
1403
+ [
1404
+ -3.92156862745098e-13
1405
+ ]
1406
+ ],
1407
+ [
1408
+ [
1409
+ -3.92156862745098e-13
1410
+ ]
1411
+ ],
1412
+ [
1413
+ [
1414
+ -3.92156862745098e-13
1415
+ ]
1416
+ ]
1417
+ ],
1418
+ "q50": [
1419
+ [
1420
+ [
1421
+ -3.92156862745098e-13
1422
+ ]
1423
+ ],
1424
+ [
1425
+ [
1426
+ 0.05672517574963123
1427
+ ]
1428
+ ],
1429
+ [
1430
+ [
1431
+ 0.9303568511160957
1432
+ ]
1433
+ ]
1434
+ ],
1435
+ "q90": [
1436
+ [
1437
+ [
1438
+ 0.4429523771799234
1439
+ ]
1440
+ ],
1441
+ [
1442
+ [
1443
+ 0.941171993831829
1444
+ ]
1445
+ ],
1446
+ [
1447
+ [
1448
+ 0.9999505966280982
1449
+ ]
1450
+ ]
1451
+ ],
1452
+ "q99": [
1453
+ [
1454
+ [
1455
+ 0.9999583535905509
1456
+ ]
1457
+ ],
1458
+ [
1459
+ [
1460
+ 0.9999783198236808
1461
+ ]
1462
+ ],
1463
+ [
1464
+ [
1465
+ 0.9999950596631628
1466
+ ]
1467
+ ]
1468
+ ]
1469
+ }
1470
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1baf540fe91ada3ea10bf3676c12bd8b3eba106bff10ec95a873024e4ce667f6
3
+ size 2050
videos/observation.images.base_0_camera_rgb_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97b12573dcce351e1115c326d423789fc5b6ce26b1e20802d341fd74082f06aa
3
+ size 17999465
videos/observation.images.base_1_camera_rgb_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19230bb23bc5a0a7580d7a896f20287ef9aa81cc9a57abea624bf674d4af835d
3
+ size 17939613
videos/observation.images.left_wrist_0_camera_rgb_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c05bfad81d57915231a83a3a1800acb41a6064d3ac00e1c6eea727f2638fb6a
3
+ size 50011766
videos/observation.images.left_wrist_0_camera_rgb_image_depth/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9be1b64f7ca9925c7d6d0357eaacb777938c9ce9349202e937d7e021877460b5
3
+ size 183196661
videos/observation.images.right_wrist_0_camera_rgb_image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc7d1d2360cfdd9418c46a46fb3bd8a7f5a4b778e434206fb2ecb914300c3b5a
3
+ size 50483315
videos/observation.images.right_wrist_0_camera_rgb_image_depth/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e3f1e41dc06c0f678a90e87a7bc567e7edd39e1fd2d97a3212d6cb9f4d2856b
3
+ size 209463985