GuanhuaJi commited on
Commit
b7c3fee
·
verified ·
1 Parent(s): 6d35a03

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "austin_sailor_dataset_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["google_robot", "images", "jaco", "kinova3", "kuka_iiwa", "sawyer", "ur5e", "widowX", "xarm7"]
10
+ fps: 20
11
+ total_episodes: 240
12
+ total_frames: 353094
13
+ total_videos: null
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/file-*.parquet"
21
+ ---
22
+ # austin_sailor_dataset_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, sawyer, ur5e, widowX, xarm7
28
+ - **FPS**: 20
29
+ - **Episodes**: 240
30
+ - **Frames**: 353,094
31
+ - **Splits**:
32
+ - `train`: `0:240`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `128×128×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `128×128×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `128×128×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `128×128×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `128×128×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.sawyer` | `video` | `128×128×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `128×128×3` | Augmented image for ur5e robot |
52
+ | `observation.images.widowX` | `video` | `128×128×3` | Augmented image for widowX robot |
53
+ | `observation.images.xarm7` | `video` | `128×128×3` | Augmented image for xarm7 robot |
54
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
55
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
56
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
57
+ | `natural_language_instruction` | `string` | `1` | Natural language command describing the task |
58
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
59
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
60
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
61
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
62
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
63
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
64
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
65
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
66
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
67
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
68
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
69
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
70
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
71
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
72
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
73
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
74
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
75
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
76
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
77
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
78
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
79
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
80
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
81
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
82
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
83
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
84
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
85
+ | `observation.state` | `float32` | `8` | Copy of the state field in source robot's RLDS dataset |
86
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
87
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
88
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
89
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
90
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
91
+ | `observation.widowX.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
92
+ | `observation.widowX.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
93
+ | `observation.widowX.ee_error` | `float32` | `7` | The eef difference between the augmented widowX robot and the original robot |
94
+ | `observation.widowX.ee_pose` | `float32` | `7` | The eef position of widowX robot |
95
+ | `observation.widowX.joints` | `float32` | `7` | The joint position of widowX robot |
96
+ | `observation.xarm7.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
97
+ | `observation.xarm7.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
98
+ | `observation.xarm7.ee_error` | `float32` | `7` | The eef difference between the augmented xarm7 robot and the original robot |
99
+ | `observation.xarm7.ee_pose` | `float32` | `7` | The eef position of xarm7 robot |
100
+ | `observation.xarm7.joints` | `float32` | `8` | The joint position of xarm7 robot |
101
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
102
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
103
+
104
+ ## Website
105
+
106
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
107
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
108
+
109
+ ## Paper
110
+
111
+ - Not available.
112
+
113
+ ## Citation Policy
114
+
115
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
116
+
117
+ ## Upstream Dataset Citation (original dataset)
118
+
119
+ ```bibtex
120
+ @inproceedings{nasiriany2022sailor,
121
+ title={Learning and Retrieval from Prior Data for Skill-based Imitation Learning},
122
+ author={Soroush Nasiriany and Tian Gao and Ajay Mandlekar and Yuke Zhu},
123
+ booktitle={Conference on Robot Learning (CoRL)},
124
+ year={2022}
125
+ }
126
+ ```
127
+
128
+ ## OXE-AugE Dataset Citation (ours)
129
+
130
+ ```bibtex
131
+ @misc{
132
+ ji2025oxeaug,
133
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
134
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
135
+ year = {2025},
136
+ note = {Manuscript}
137
+ }
138
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4b19713f293b01bc094b0d2be99384ecbce5f9f1910417bab1c2a6f487d883
3
+ size 264861025
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a671d98674777fbd250c6bf9802613dded2da5f49d25c71562ddd2d4be2327
3
+ size 1815333
meta/info.json ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 240,
5
+ "total_frames": 353094,
6
+ "total_tasks": 4,
7
+ "chunks_size": 1000,
8
+ "fps": 20,
9
+ "splits": {
10
+ "train": "0:240"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.widowX.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 7
19
+ ],
20
+ "fps": 20
21
+ },
22
+ "observation.widowX.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 20
28
+ },
29
+ "observation.widowX.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 20
35
+ },
36
+ "observation.widowX.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 20
42
+ },
43
+ "observation.widowX.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 20
49
+ },
50
+ "observation.images.widowX": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 128,
54
+ 128,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 128,
59
+ "video.width": 128,
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.sawyer.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 8
72
+ ],
73
+ "fps": 20
74
+ },
75
+ "observation.sawyer.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 20
81
+ },
82
+ "observation.sawyer.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 20
88
+ },
89
+ "observation.sawyer.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 20
95
+ },
96
+ "observation.sawyer.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 20
102
+ },
103
+ "observation.images.sawyer": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 128,
107
+ 128,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 128,
112
+ "video.width": 128,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 30,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.ur5e.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 7
125
+ ],
126
+ "fps": 20
127
+ },
128
+ "observation.ur5e.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 20
134
+ },
135
+ "observation.ur5e.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 20
141
+ },
142
+ "observation.ur5e.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 20
148
+ },
149
+ "observation.ur5e.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 20
155
+ },
156
+ "observation.images.ur5e": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 128,
160
+ 128,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 128,
165
+ "video.width": 128,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 30,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.google_robot.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 20
180
+ },
181
+ "observation.google_robot.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 20
187
+ },
188
+ "observation.google_robot.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 20
194
+ },
195
+ "observation.google_robot.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 20
201
+ },
202
+ "observation.google_robot.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 20
208
+ },
209
+ "observation.images.google_robot": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 128,
213
+ 128,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 128,
218
+ "video.width": 128,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 30,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.jaco.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 7
231
+ ],
232
+ "fps": 20
233
+ },
234
+ "observation.jaco.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 20
240
+ },
241
+ "observation.jaco.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 20
247
+ },
248
+ "observation.jaco.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 20
254
+ },
255
+ "observation.jaco.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 20
261
+ },
262
+ "observation.images.jaco": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 128,
266
+ 128,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 128,
271
+ "video.width": 128,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 30,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.kinova3.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 8
284
+ ],
285
+ "fps": 20
286
+ },
287
+ "observation.kinova3.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 20
293
+ },
294
+ "observation.kinova3.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 20
300
+ },
301
+ "observation.kinova3.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 20
307
+ },
308
+ "observation.kinova3.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 20
314
+ },
315
+ "observation.images.kinova3": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 128,
319
+ 128,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 128,
324
+ "video.width": 128,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 30,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.kuka_iiwa.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 20
339
+ },
340
+ "observation.kuka_iiwa.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 20
346
+ },
347
+ "observation.kuka_iiwa.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 20
353
+ },
354
+ "observation.kuka_iiwa.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 20
360
+ },
361
+ "observation.kuka_iiwa.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 20
367
+ },
368
+ "observation.images.kuka_iiwa": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 128,
372
+ 128,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 128,
377
+ "video.width": 128,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 30,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.xarm7.joints": {
387
+ "dtype": "float32",
388
+ "shape": [
389
+ 8
390
+ ],
391
+ "fps": 20
392
+ },
393
+ "observation.xarm7.ee_pose": {
394
+ "dtype": "float32",
395
+ "shape": [
396
+ 7
397
+ ],
398
+ "fps": 20
399
+ },
400
+ "observation.xarm7.base_position": {
401
+ "dtype": "float32",
402
+ "shape": [
403
+ 3
404
+ ],
405
+ "fps": 20
406
+ },
407
+ "observation.xarm7.base_orientation": {
408
+ "dtype": "float32",
409
+ "shape": [
410
+ 1
411
+ ],
412
+ "fps": 20
413
+ },
414
+ "observation.xarm7.ee_error": {
415
+ "dtype": "float32",
416
+ "shape": [
417
+ 7
418
+ ],
419
+ "fps": 20
420
+ },
421
+ "observation.images.xarm7": {
422
+ "dtype": "video",
423
+ "shape": [
424
+ 128,
425
+ 128,
426
+ 3
427
+ ],
428
+ "info": {
429
+ "video.height": 128,
430
+ "video.width": 128,
431
+ "video.codec": "av1",
432
+ "video.pix_fmt": "yuv420p",
433
+ "video.is_depth_map": false,
434
+ "video.fps": 30,
435
+ "video.channels": 3,
436
+ "has_audio": false
437
+ }
438
+ },
439
+ "observation.images.image": {
440
+ "dtype": "video",
441
+ "shape": [
442
+ 128,
443
+ 128,
444
+ 3
445
+ ],
446
+ "info": {
447
+ "video.height": 128,
448
+ "video.width": 128,
449
+ "video.codec": "av1",
450
+ "video.pix_fmt": "yuv420p",
451
+ "video.is_depth_map": false,
452
+ "video.fps": 30,
453
+ "video.channels": 3,
454
+ "has_audio": false
455
+ }
456
+ },
457
+ "natural_language_instruction": {
458
+ "dtype": "string",
459
+ "shape": [
460
+ 1
461
+ ],
462
+ "fps": 20
463
+ },
464
+ "observation.state": {
465
+ "dtype": "float32",
466
+ "shape": [
467
+ 8
468
+ ],
469
+ "fps": 20
470
+ },
471
+ "observation.joints": {
472
+ "dtype": "float32",
473
+ "shape": [
474
+ 8
475
+ ],
476
+ "fps": 20
477
+ },
478
+ "observation.ee_pose": {
479
+ "dtype": "float32",
480
+ "shape": [
481
+ 7
482
+ ],
483
+ "fps": 20
484
+ },
485
+ "timestamp": {
486
+ "dtype": "float32",
487
+ "shape": [
488
+ 1
489
+ ],
490
+ "names": null,
491
+ "fps": 20
492
+ },
493
+ "frame_index": {
494
+ "dtype": "int64",
495
+ "shape": [
496
+ 1
497
+ ],
498
+ "names": null,
499
+ "fps": 20
500
+ },
501
+ "episode_index": {
502
+ "dtype": "int64",
503
+ "shape": [
504
+ 1
505
+ ],
506
+ "names": null,
507
+ "fps": 20
508
+ },
509
+ "index": {
510
+ "dtype": "int64",
511
+ "shape": [
512
+ 1
513
+ ],
514
+ "names": null,
515
+ "fps": 20
516
+ },
517
+ "task_index": {
518
+ "dtype": "int64",
519
+ "shape": [
520
+ 1
521
+ ],
522
+ "names": null,
523
+ "fps": 20
524
+ }
525
+ },
526
+ "data_files_size_in_mb": 500,
527
+ "video_files_size_in_mb": 500
528
+ }
meta/stats.json ADDED
@@ -0,0 +1,2215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.widowX": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.41331828450803776
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.3880034042980413
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.38331750162090195
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.31710943544492043
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.30161047344244307
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.280834056773537
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 55226
73
+ ]
74
+ },
75
+ "observation.google_robot.ee_pose": {
76
+ "min": [
77
+ 0.32126474380493164,
78
+ -0.3725956082344055,
79
+ 0.02433212473988533,
80
+ -0.11774515360593796,
81
+ -0.7065651416778564,
82
+ -0.7067855000495911,
83
+ -0.12017757445573807
84
+ ],
85
+ "max": [
86
+ 0.7486289143562317,
87
+ 0.2829330265522003,
88
+ 0.3575667440891266,
89
+ 0.09673256427049637,
90
+ 0.9999986886978149,
91
+ 0.9361912608146667,
92
+ 0.2080896496772766
93
+ ],
94
+ "mean": [
95
+ 0.5368399162636326,
96
+ -0.08603630174291861,
97
+ 0.11472921747188722,
98
+ -0.0048507299695648345,
99
+ 0.9377360095361814,
100
+ -0.006293694791622118,
101
+ -0.005463056552029094
102
+ ],
103
+ "std": [
104
+ 0.0798961028348113,
105
+ 0.13979412878304812,
106
+ 0.05634729552252425,
107
+ 0.027104094091919127,
108
+ 0.16660101928229137,
109
+ 0.30074859526392417,
110
+ 0.04022387333212255
111
+ ],
112
+ "count": [
113
+ 353094
114
+ ]
115
+ },
116
+ "observation.kinova3.base_position": {
117
+ "min": [
118
+ 0.0,
119
+ 0.0,
120
+ 0.0
121
+ ],
122
+ "max": [
123
+ 0.0,
124
+ 0.0,
125
+ 0.0
126
+ ],
127
+ "mean": [
128
+ 0.0,
129
+ 0.0,
130
+ 0.0
131
+ ],
132
+ "std": [
133
+ 0.0,
134
+ 0.0,
135
+ 0.0
136
+ ],
137
+ "count": [
138
+ 353094
139
+ ]
140
+ },
141
+ "observation.jaco.ee_pose": {
142
+ "min": [
143
+ 0.32125797867774963,
144
+ -0.3725917935371399,
145
+ 0.024340692907571793,
146
+ -0.10479072481393814,
147
+ -0.7067874073982239,
148
+ -0.7069796919822693,
149
+ -0.11985139548778534
150
+ ],
151
+ "max": [
152
+ 0.743368923664093,
153
+ 0.28292474150657654,
154
+ 0.3570183217525482,
155
+ 0.09654400497674942,
156
+ 0.9999983906745911,
157
+ 0.93619704246521,
158
+ 0.15597492456436157
159
+ ],
160
+ "mean": [
161
+ 0.5367414680592224,
162
+ -0.08600036264446305,
163
+ 0.11478465613688905,
164
+ -0.004273476624607052,
165
+ 0.9355210368734973,
166
+ -0.004503624285206378,
167
+ -0.005442700855051386
168
+ ],
169
+ "std": [
170
+ 0.07980533728698055,
171
+ 0.13977733878330847,
172
+ 0.05639388836053396,
173
+ 0.026919561088415,
174
+ 0.1775958346887824,
175
+ 0.3014622125378343,
176
+ 0.03984831710671714
177
+ ],
178
+ "count": [
179
+ 353094
180
+ ]
181
+ },
182
+ "observation.kuka_iiwa.ee_error": {
183
+ "min": [
184
+ -0.014339834451675415,
185
+ -0.0016327574849128723,
186
+ -0.001253962516784668,
187
+ -0.055932313203811646,
188
+ -1.4119677543640137,
189
+ -0.0037060976028442383,
190
+ -0.10490762442350388
191
+ ],
192
+ "max": [
193
+ 1.3470649719238281e-05,
194
+ 0.002871483564376831,
195
+ 0.0016179829835891724,
196
+ 0.04088755324482918,
197
+ 0.010817408561706543,
198
+ 1.412038803100586,
199
+ 0.14864376187324524
200
+ ],
201
+ "mean": [
202
+ -1.3729094866426757e-05,
203
+ 1.519485946254034e-06,
204
+ 1.8726214656836504e-07,
205
+ -1.5994598900121102e-05,
206
+ -5.00379995720203e-06,
207
+ 7.405059003035352e-06,
208
+ 0.00016223761313090667
209
+ ],
210
+ "std": [
211
+ 0.000277243714057844,
212
+ 4.778146399923449e-05,
213
+ 3.1979968122143846e-05,
214
+ 0.0009994561118426832,
215
+ 0.002381756878590755,
216
+ 0.002377686466991561,
217
+ 0.0030822154075704597
218
+ ],
219
+ "count": [
220
+ 353094
221
+ ]
222
+ },
223
+ "task_index": {
224
+ "min": [
225
+ 0
226
+ ],
227
+ "max": [
228
+ 3
229
+ ],
230
+ "mean": [
231
+ 0.2858304021025563
232
+ ],
233
+ "std": [
234
+ 0.7680520883739405
235
+ ],
236
+ "count": [
237
+ 353094
238
+ ]
239
+ },
240
+ "observation.sawyer.base_position": {
241
+ "min": [
242
+ 0.0,
243
+ 0.0,
244
+ 0.0
245
+ ],
246
+ "max": [
247
+ 0.0,
248
+ 0.0,
249
+ 0.0
250
+ ],
251
+ "mean": [
252
+ 0.0,
253
+ 0.0,
254
+ 0.0
255
+ ],
256
+ "std": [
257
+ 0.0,
258
+ 0.0,
259
+ 0.0
260
+ ],
261
+ "count": [
262
+ 353094
263
+ ]
264
+ },
265
+ "observation.widowX.ee_pose": {
266
+ "min": [
267
+ 0.05564359948039055,
268
+ -0.37257373332977295,
269
+ -0.047171127051115036,
270
+ -0.13398334383964539,
271
+ -0.707084059715271,
272
+ -0.7066689133644104,
273
+ -0.23454418778419495
274
+ ],
275
+ "max": [
276
+ 0.48298826813697815,
277
+ 0.28292912244796753,
278
+ 0.29149118065834045,
279
+ 0.4709049165248871,
280
+ 0.9999998807907104,
281
+ 0.935882031917572,
282
+ 0.3277074098587036
283
+ ],
284
+ "mean": [
285
+ 0.270879459369152,
286
+ -0.08347967834370071,
287
+ 0.05002098094602838,
288
+ 0.056888694779679234,
289
+ 0.9321670800826772,
290
+ -0.041265434619737,
291
+ 0.0070787026437494505
292
+ ],
293
+ "std": [
294
+ 0.07955173163534572,
295
+ 0.13886253175794838,
296
+ 0.05693928861032495,
297
+ 0.0979433134625735,
298
+ 0.1767168944404809,
299
+ 0.2879561513634243,
300
+ 0.04832110779021311
301
+ ],
302
+ "count": [
303
+ 353094
304
+ ]
305
+ },
306
+ "observation.ur5e.joints": {
307
+ "min": [
308
+ -2.514465808868408,
309
+ -1.9987897872924805,
310
+ 0.9338580369949341,
311
+ -2.553985118865967,
312
+ -1.7525616884231567,
313
+ -2.744089126586914,
314
+ 0.0
315
+ ],
316
+ "max": [
317
+ -1.2515226602554321,
318
+ -0.8030012845993042,
319
+ 2.4694321155548096,
320
+ -1.4234254360198975,
321
+ -1.3833221197128296,
322
+ 1.6314868927001953,
323
+ 1.0
324
+ ],
325
+ "mean": [
326
+ -1.9707888735393548,
327
+ -1.294860156984388,
328
+ 1.8280498720078604,
329
+ -2.0937056732032424,
330
+ -1.5702808670955297,
331
+ -0.35434136802153343,
332
+ 0.5620004869445714
333
+ ],
334
+ "std": [
335
+ 0.2424238494560371,
336
+ 0.17908161127719344,
337
+ 0.23451940978636554,
338
+ 0.16045360171864098,
339
+ 0.056694301746933295,
340
+ 0.6473468672151503,
341
+ 0.4961412063223594
342
+ ],
343
+ "count": [
344
+ 353094
345
+ ]
346
+ },
347
+ "observation.images.image": {
348
+ "min": [
349
+ [
350
+ [
351
+ 0.0
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.0
357
+ ]
358
+ ],
359
+ [
360
+ [
361
+ 0.0
362
+ ]
363
+ ]
364
+ ],
365
+ "max": [
366
+ [
367
+ [
368
+ 1.0
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 1.0
374
+ ]
375
+ ],
376
+ [
377
+ [
378
+ 1.0
379
+ ]
380
+ ]
381
+ ],
382
+ "mean": [
383
+ [
384
+ [
385
+ 0.4546433671590658
386
+ ]
387
+ ],
388
+ [
389
+ [
390
+ 0.435575739077001
391
+ ]
392
+ ],
393
+ [
394
+ [
395
+ 0.43280810366300143
396
+ ]
397
+ ]
398
+ ],
399
+ "std": [
400
+ [
401
+ [
402
+ 0.3264196218039966
403
+ ]
404
+ ],
405
+ [
406
+ [
407
+ 0.3145330617420655
408
+ ]
409
+ ],
410
+ [
411
+ [
412
+ 0.3002340628949292
413
+ ]
414
+ ]
415
+ ],
416
+ "count": [
417
+ 55226
418
+ ]
419
+ },
420
+ "episode_index": {
421
+ "min": [
422
+ 0
423
+ ],
424
+ "max": [
425
+ 239
426
+ ],
427
+ "mean": [
428
+ 117.81060567440964
429
+ ],
430
+ "std": [
431
+ 71.52450467573526
432
+ ],
433
+ "count": [
434
+ 353094
435
+ ]
436
+ },
437
+ "observation.sawyer.ee_pose": {
438
+ "min": [
439
+ 0.3212582767009735,
440
+ -0.37258920073509216,
441
+ 0.024336548522114754,
442
+ -0.10436955839395523,
443
+ -0.706868588924408,
444
+ -0.7069369554519653,
445
+ -0.12030139565467834
446
+ ],
447
+ "max": [
448
+ 0.7486422061920166,
449
+ 0.2829414904117584,
450
+ 0.3575682044029236,
451
+ 0.09684070199728012,
452
+ 0.9999982118606567,
453
+ 0.9361106753349304,
454
+ 0.11269300431013107
455
+ ],
456
+ "mean": [
457
+ 0.5368090973009196,
458
+ -0.08601213566972743,
459
+ 0.11478772176421305,
460
+ -0.004121916094224935,
461
+ 0.9355170589061902,
462
+ -0.004723596584711109,
463
+ -0.006185667829231994
464
+ ],
465
+ "std": [
466
+ 0.07990967927764422,
467
+ 0.13980578551236564,
468
+ 0.05640469090047463,
469
+ 0.026942728204338073,
470
+ 0.1776528572089599,
471
+ 0.30145680854579443,
472
+ 0.03959427467622531
473
+ ],
474
+ "count": [
475
+ 353094
476
+ ]
477
+ },
478
+ "observation.google_robot.ee_error": {
479
+ "min": [
480
+ -0.007625758647918701,
481
+ -0.003941923379898071,
482
+ -0.0033559948205947876,
483
+ -0.10781442373991013,
484
+ -1.511448860168457,
485
+ -0.12282013893127441,
486
+ -0.19757676124572754
487
+ ],
488
+ "max": [
489
+ 0.0052266716957092285,
490
+ 0.0054804012179374695,
491
+ 0.009932994842529297,
492
+ 0.1762833297252655,
493
+ 0.05781453847885132,
494
+ 1.4675929546356201,
495
+ 0.15149037539958954
496
+ ],
497
+ "mean": [
498
+ -3.375582678543137e-05,
499
+ 1.7701592985831247e-05,
500
+ 6.238979207186269e-05,
501
+ 0.0005893869010438999,
502
+ -0.002229153393975329,
503
+ 0.00169714340386316,
504
+ -0.00068255357072861
505
+ ],
506
+ "std": [
507
+ 0.00029774759723349774,
508
+ 0.00019392063419279622,
509
+ 0.0005054854092119764,
510
+ 0.0063511133625749885,
511
+ 0.054642102825249665,
512
+ 0.05405333366504565,
513
+ 0.007733726988009291
514
+ ],
515
+ "count": [
516
+ 353094
517
+ ]
518
+ },
519
+ "observation.ur5e.base_orientation": {
520
+ "min": [
521
+ 0.0
522
+ ],
523
+ "max": [
524
+ 0.0
525
+ ],
526
+ "mean": [
527
+ 0.0
528
+ ],
529
+ "std": [
530
+ 0.0
531
+ ],
532
+ "count": [
533
+ 353094
534
+ ]
535
+ },
536
+ "observation.google_robot.joints": {
537
+ "min": [
538
+ -1.147688627243042,
539
+ 0.8380661010742188,
540
+ -0.8716154098510742,
541
+ -2.049999952316284,
542
+ -2.122816562652588,
543
+ -1.7899999618530273,
544
+ -4.1921586990356445,
545
+ 0.0
546
+ ],
547
+ "max": [
548
+ 1.3218309879302979,
549
+ 3.1624743938446045,
550
+ 3.7100000381469727,
551
+ 2.139803886413574,
552
+ 2.8026866912841797,
553
+ 1.038392424583435,
554
+ 1.350000023841858,
555
+ 1.0
556
+ ],
557
+ "mean": [
558
+ -0.10132255332764374,
559
+ 1.5936748758070247,
560
+ 1.0640829834879393,
561
+ 1.108843087189675,
562
+ 1.4950292879982372,
563
+ -0.9986383804378862,
564
+ 0.6284565015972933,
565
+ 0.5620004869445714
566
+ ],
567
+ "std": [
568
+ 0.3035558636205821,
569
+ 0.2909640776308187,
570
+ 0.6513207119942701,
571
+ 0.5026866648728271,
572
+ 0.9384979802336701,
573
+ 0.4607497482556363,
574
+ 0.8095644855460348,
575
+ 0.4961412063223594
576
+ ],
577
+ "count": [
578
+ 353094
579
+ ]
580
+ },
581
+ "observation.widowX.base_orientation": {
582
+ "min": [
583
+ 0.0
584
+ ],
585
+ "max": [
586
+ 0.0
587
+ ],
588
+ "mean": [
589
+ 0.0
590
+ ],
591
+ "std": [
592
+ 0.0
593
+ ],
594
+ "count": [
595
+ 353094
596
+ ]
597
+ },
598
+ "observation.state": {
599
+ "min": [
600
+ 0.3208981454372406,
601
+ -0.3730051815509796,
602
+ 0.020952222868800163,
603
+ -0.9999983310699463,
604
+ -0.8818405866622925,
605
+ -0.11969499289989471,
606
+ 1.2490103529216867e-07,
607
+ -8.864999836077914e-05
608
+ ],
609
+ "max": [
610
+ 0.7488242387771606,
611
+ 0.2829112708568573,
612
+ 0.3541720509529114,
613
+ 0.9999980926513672,
614
+ 0.9361833930015564,
615
+ 0.1202746257185936,
616
+ 0.10450352728366852,
617
+ 0.07783995568752289
618
+ ],
619
+ "mean": [
620
+ 0.536761481840414,
621
+ -0.085996085360106,
622
+ 0.1114075737647549,
623
+ 0.04451355053825107,
624
+ 0.025875033745131407,
625
+ -0.0017572785420012869,
626
+ 0.021934949803479875,
627
+ 0.051325042689446806
628
+ ],
629
+ "std": [
630
+ 0.08000585379934651,
631
+ 0.13986265958451163,
632
+ 0.05640531814813412,
633
+ 0.9511836672716678,
634
+ 0.3004159532601471,
635
+ 0.040028677819458125,
636
+ 0.01619590633019219,
637
+ 0.025284004491248426
638
+ ],
639
+ "count": [
640
+ 353094
641
+ ]
642
+ },
643
+ "observation.kuka_iiwa.ee_pose": {
644
+ "min": [
645
+ 0.3304413855075836,
646
+ -0.37259119749069214,
647
+ 0.024341976270079613,
648
+ -0.10458171367645264,
649
+ -0.706971287727356,
650
+ -0.7068410515785217,
651
+ -0.14463505148887634
652
+ ],
653
+ "max": [
654
+ 0.7486337423324585,
655
+ 0.2829315960407257,
656
+ 0.3575669527053833,
657
+ 0.09668511897325516,
658
+ 0.9999983310699463,
659
+ 0.9361565113067627,
660
+ 0.11272409558296204
661
+ ],
662
+ "mean": [
663
+ 0.5368198436602998,
664
+ -0.08602011223270638,
665
+ 0.11479141136562401,
666
+ -0.004245349122835139,
667
+ 0.9355119113555215,
668
+ -0.004603967783918705,
669
+ -0.00630784796699846
670
+ ],
671
+ "std": [
672
+ 0.07987745309750069,
673
+ 0.1398050200766923,
674
+ 0.05640603623512583,
675
+ 0.02694912324195279,
676
+ 0.1776291836002718,
677
+ 0.30147018692097943,
678
+ 0.0396978207492419
679
+ ],
680
+ "count": [
681
+ 353094
682
+ ]
683
+ },
684
+ "observation.kuka_iiwa.base_orientation": {
685
+ "min": [
686
+ 0.0
687
+ ],
688
+ "max": [
689
+ 0.0
690
+ ],
691
+ "mean": [
692
+ 0.0
693
+ ],
694
+ "std": [
695
+ 0.0
696
+ ],
697
+ "count": [
698
+ 353094
699
+ ]
700
+ },
701
+ "observation.xarm7.joints": {
702
+ "min": [
703
+ -3.5011162757873535,
704
+ -1.4646892547607422,
705
+ -1.9504191875457764,
706
+ 0.43795353174209595,
707
+ -0.12938539683818817,
708
+ 0.49190661311149597,
709
+ 0.5427165627479553,
710
+ 0.0
711
+ ],
712
+ "max": [
713
+ 1.7593058347702026,
714
+ 1.4427192211151123,
715
+ 2.547955274581909,
716
+ 2.939300060272217,
717
+ 1.4230847358703613,
718
+ 1.983451008796692,
719
+ 4.868375778198242,
720
+ 1.0
721
+ ],
722
+ "mean": [
723
+ 0.19365949983542532,
724
+ 0.5065059185319183,
725
+ -0.4268657101070126,
726
+ 1.4181179090772806,
727
+ 0.2730893965913636,
728
+ 0.9907370990534776,
729
+ 2.8666698049147024,
730
+ 0.5620004869445714
731
+ ],
732
+ "std": [
733
+ 0.2633123307700876,
734
+ 0.2960521311353187,
735
+ 0.23701963827383096,
736
+ 0.4118603984883514,
737
+ 0.18390013727955484,
738
+ 0.20231727632379481,
739
+ 0.6231327264235709,
740
+ 0.4961412063223594
741
+ ],
742
+ "count": [
743
+ 353094
744
+ ]
745
+ },
746
+ "observation.jaco.base_position": {
747
+ "min": [
748
+ 0.0,
749
+ 0.0,
750
+ 0.0
751
+ ],
752
+ "max": [
753
+ 0.0,
754
+ 0.0,
755
+ 0.0
756
+ ],
757
+ "mean": [
758
+ 0.0,
759
+ 0.0,
760
+ 0.0
761
+ ],
762
+ "std": [
763
+ 0.0,
764
+ 0.0,
765
+ 0.0
766
+ ],
767
+ "count": [
768
+ 353094
769
+ ]
770
+ },
771
+ "observation.ur5e.ee_pose": {
772
+ "min": [
773
+ 0.32125675678253174,
774
+ -0.3725918233394623,
775
+ 0.024343665689229965,
776
+ -0.10448131710290909,
777
+ -0.7069699168205261,
778
+ -0.7068406939506531,
779
+ -0.12027094513177872
780
+ ],
781
+ "max": [
782
+ 0.7486409544944763,
783
+ 0.28293389081954956,
784
+ 0.3575672507286072,
785
+ 0.09671969711780548,
786
+ 0.9999983310699463,
787
+ 0.9361311197280884,
788
+ 0.11266596615314484
789
+ ],
790
+ "mean": [
791
+ 0.5368073208470537,
792
+ -0.08601746941392102,
793
+ 0.11479363740919458,
794
+ -0.004261513336826766,
795
+ 0.9355185595070646,
796
+ -0.004618589382993807,
797
+ -0.006192952980780623
798
+ ],
799
+ "std": [
800
+ 0.07991035221478301,
801
+ 0.1398054751003443,
802
+ 0.05640465464074576,
803
+ 0.02692702672421009,
804
+ 0.17762882745649394,
805
+ 0.3014677211616467,
806
+ 0.03959096510020277
807
+ ],
808
+ "count": [
809
+ 353094
810
+ ]
811
+ },
812
+ "observation.sawyer.ee_error": {
813
+ "min": [
814
+ -0.00037425756454467773,
815
+ -0.0033822357654571533,
816
+ -0.003462083637714386,
817
+ -0.037725143134593964,
818
+ -0.0690455436706543,
819
+ -1.4131357669830322,
820
+ -0.08768179267644882
821
+ ],
822
+ "max": [
823
+ 0.002190709114074707,
824
+ 0.0029405057430267334,
825
+ 3.2708048820495605e-05,
826
+ 0.10316388309001923,
827
+ 1.4132025241851807,
828
+ 0.04239916801452637,
829
+ 0.015464132651686668
830
+ ],
831
+ "mean": [
832
+ -2.946210941600063e-06,
833
+ -6.463012261601282e-06,
834
+ 3.879035481561004e-06,
835
+ -0.00013942666230455712,
836
+ -1.016242076175408e-05,
837
+ 0.00012705228914668175,
838
+ 4.005729250788591e-05
839
+ ],
840
+ "std": [
841
+ 2.2632834548141604e-05,
842
+ 3.401874956539015e-05,
843
+ 2.9385944225883033e-05,
844
+ 0.000494300730246351,
845
+ 0.0034621106506825907,
846
+ 0.0033987617820316384,
847
+ 0.00025214550624501385
848
+ ],
849
+ "count": [
850
+ 353094
851
+ ]
852
+ },
853
+ "observation.jaco.joints": {
854
+ "min": [
855
+ -0.4648958742618561,
856
+ 1.4954063892364502,
857
+ 2.8187344074249268,
858
+ -0.08384169638156891,
859
+ -3.4893829822540283,
860
+ -4.5454020500183105,
861
+ 0.0
862
+ ],
863
+ "max": [
864
+ 0.8010623455047607,
865
+ 2.7045202255249023,
866
+ 5.301202297210693,
867
+ 1.803253173828125,
868
+ -0.3297339677810669,
869
+ 0.3214420676231384,
870
+ 1.0
871
+ ],
872
+ "mean": [
873
+ 0.26248107898944273,
874
+ 2.170981256113886,
875
+ 4.288292715454086,
876
+ 0.3515460223867361,
877
+ -1.227194162715945,
878
+ -2.5710762014764303,
879
+ 0.5620004869445714
880
+ ],
881
+ "std": [
882
+ 0.24369912665701293,
883
+ 0.19287776413791574,
884
+ 0.44579893143385557,
885
+ 0.16231205467626622,
886
+ 0.38747548723502684,
887
+ 0.6561842876494102,
888
+ 0.4961412063223594
889
+ ],
890
+ "count": [
891
+ 353094
892
+ ]
893
+ },
894
+ "observation.ur5e.base_position": {
895
+ "min": [
896
+ 0.0,
897
+ 0.0,
898
+ 0.0
899
+ ],
900
+ "max": [
901
+ 0.0,
902
+ 0.0,
903
+ 0.0
904
+ ],
905
+ "mean": [
906
+ 0.0,
907
+ 0.0,
908
+ 0.0
909
+ ],
910
+ "std": [
911
+ 0.0,
912
+ 0.0,
913
+ 0.0
914
+ ],
915
+ "count": [
916
+ 353094
917
+ ]
918
+ },
919
+ "observation.widowX.base_position": {
920
+ "min": [
921
+ -0.265625,
922
+ 0.0,
923
+ -0.0625
924
+ ],
925
+ "max": [
926
+ -0.265625,
927
+ 0.0,
928
+ -0.0625
929
+ ],
930
+ "mean": [
931
+ -0.265625,
932
+ 0.0,
933
+ -0.0625
934
+ ],
935
+ "std": [
936
+ 0.0,
937
+ 0.0,
938
+ 0.0
939
+ ],
940
+ "count": [
941
+ 353094
942
+ ]
943
+ },
944
+ "observation.jaco.ee_error": {
945
+ "min": [
946
+ -4.857778549194336e-06,
947
+ -0.005559951066970825,
948
+ -0.0007843449711799622,
949
+ -0.08621431887149811,
950
+ -1.4140117168426514,
951
+ -1.4119586944580078,
952
+ -0.13769018650054932
953
+ ],
954
+ "max": [
955
+ 0.01171046495437622,
956
+ 0.0007767230272293091,
957
+ 0.002604052424430847,
958
+ 0.039132244884967804,
959
+ 1.4126765727996826,
960
+ 1.4141151905059814,
961
+ 0.0998716801404953
962
+ ],
963
+ "mean": [
964
+ 6.460019443297463e-05,
965
+ -1.8243463351902123e-05,
966
+ 6.950413916039124e-06,
967
+ 1.2133549295566218e-05,
968
+ -1.415271304123608e-05,
969
+ -9.293650381506862e-05,
970
+ -0.0007029090496859691
971
+ ],
972
+ "std": [
973
+ 0.0005206062209483632,
974
+ 0.00021287165936610905,
975
+ 8.595437433038955e-05,
976
+ 0.002447161882730071,
977
+ 0.005321958210382058,
978
+ 0.005319779883834345,
979
+ 0.005330696014257345
980
+ ],
981
+ "count": [
982
+ 353094
983
+ ]
984
+ },
985
+ "observation.kinova3.ee_pose": {
986
+ "min": [
987
+ 0.3212614357471466,
988
+ -0.37259480357170105,
989
+ 0.02434356138110161,
990
+ -0.10447470098733902,
991
+ -0.7069752216339111,
992
+ -0.706838071346283,
993
+ -0.12025292217731476
994
+ ],
995
+ "max": [
996
+ 0.7464187741279602,
997
+ 0.28293439745903015,
998
+ 0.35651513934135437,
999
+ 0.09672659635543823,
1000
+ 0.9999985098838806,
1001
+ 0.9361473321914673,
1002
+ 0.11259806156158447
1003
+ ],
1004
+ "mean": [
1005
+ 0.5367494091410385,
1006
+ -0.08600215961541828,
1007
+ 0.11477618780515525,
1008
+ -0.004195797485681571,
1009
+ 0.9355207465179817,
1010
+ -0.004601227127036192,
1011
+ -0.0059766199538234975
1012
+ ],
1013
+ "std": [
1014
+ 0.0798044805316229,
1015
+ 0.13978607217464528,
1016
+ 0.05638325231376384,
1017
+ 0.02688505646978426,
1018
+ 0.17762979920397365,
1019
+ 0.3014710526485504,
1020
+ 0.03958138878120654
1021
+ ],
1022
+ "count": [
1023
+ 353094
1024
+ ]
1025
+ },
1026
+ "observation.kuka_iiwa.base_position": {
1027
+ "min": [
1028
+ 0.0,
1029
+ 0.0,
1030
+ 0.0
1031
+ ],
1032
+ "max": [
1033
+ 0.0,
1034
+ 0.0,
1035
+ 0.0
1036
+ ],
1037
+ "mean": [
1038
+ 0.0,
1039
+ 0.0,
1040
+ 0.0
1041
+ ],
1042
+ "std": [
1043
+ 0.0,
1044
+ 0.0,
1045
+ 0.0
1046
+ ],
1047
+ "count": [
1048
+ 353094
1049
+ ]
1050
+ },
1051
+ "timestamp": {
1052
+ "min": [
1053
+ 0.0
1054
+ ],
1055
+ "max": [
1056
+ 110.13333333333334
1057
+ ],
1058
+ "mean": [
1059
+ 31.290086964566566
1060
+ ],
1061
+ "std": [
1062
+ 21.967955788407693
1063
+ ],
1064
+ "count": [
1065
+ 353094
1066
+ ]
1067
+ },
1068
+ "observation.jaco.base_orientation": {
1069
+ "min": [
1070
+ 0.0
1071
+ ],
1072
+ "max": [
1073
+ 0.0
1074
+ ],
1075
+ "mean": [
1076
+ 0.0
1077
+ ],
1078
+ "std": [
1079
+ 0.0
1080
+ ],
1081
+ "count": [
1082
+ 353094
1083
+ ]
1084
+ },
1085
+ "observation.google_robot.base_orientation": {
1086
+ "min": [
1087
+ 0.0
1088
+ ],
1089
+ "max": [
1090
+ 0.0
1091
+ ],
1092
+ "mean": [
1093
+ 0.0
1094
+ ],
1095
+ "std": [
1096
+ 0.0
1097
+ ],
1098
+ "count": [
1099
+ 353094
1100
+ ]
1101
+ },
1102
+ "observation.sawyer.joints": {
1103
+ "min": [
1104
+ -1.8190052509307861,
1105
+ -1.5571178197860718,
1106
+ -0.19801875948905945,
1107
+ 1.2113709449768066,
1108
+ -1.3556749820709229,
1109
+ 0.3473758399486542,
1110
+ -4.712399959564209,
1111
+ 0.0
1112
+ ],
1113
+ "max": [
1114
+ 0.09427672624588013,
1115
+ -0.13673429191112518,
1116
+ 2.3322043418884277,
1117
+ 2.661485433578491,
1118
+ 0.0895417183637619,
1119
+ 1.8817193508148193,
1120
+ -1.037434458732605,
1121
+ 1.0
1122
+ ],
1123
+ "mean": [
1124
+ -0.9800915397207398,
1125
+ -0.9827686779785229,
1126
+ 0.9095562251033333,
1127
+ 1.9784224725223616,
1128
+ -0.5649569310730728,
1129
+ 0.9009771535056086,
1130
+ -2.6947769007499165,
1131
+ 0.5620004869445714
1132
+ ],
1133
+ "std": [
1134
+ 0.2753103942945832,
1135
+ 0.17241399911133945,
1136
+ 0.35320711075738587,
1137
+ 0.2360924246798464,
1138
+ 0.17953363830798216,
1139
+ 0.1591203345376575,
1140
+ 0.5391232251868623,
1141
+ 0.4961412063223594
1142
+ ],
1143
+ "count": [
1144
+ 353094
1145
+ ]
1146
+ },
1147
+ "observation.xarm7.ee_error": {
1148
+ "min": [
1149
+ -0.00012287497520446777,
1150
+ -0.0051003098487854,
1151
+ -0.0002559870481491089,
1152
+ -0.07430850714445114,
1153
+ -1.4140231609344482,
1154
+ -0.0038050860166549683,
1155
+ -0.11454411596059799
1156
+ ],
1157
+ "max": [
1158
+ 0.01178830862045288,
1159
+ 0.0016922950744628906,
1160
+ 0.005212366580963135,
1161
+ 0.03862397372722626,
1162
+ 0.007929503917694092,
1163
+ 1.4141044616699219,
1164
+ 0.09989717602729797
1165
+ ],
1166
+ "mean": [
1167
+ 7.307412618586067e-05,
1168
+ -1.5190527934379885e-05,
1169
+ 1.7284663824069833e-05,
1170
+ 3.979605544473052e-05,
1171
+ -2.5331777140620765e-05,
1172
+ -0.00011432215763406544,
1173
+ -0.00035474122226332363
1174
+ ],
1175
+ "std": [
1176
+ 0.0006909635877299017,
1177
+ 0.0002297360137402769,
1178
+ 0.0001773415190625538,
1179
+ 0.0016622277908820348,
1180
+ 0.004756742279747494,
1181
+ 0.0047567652280431395,
1182
+ 0.0035120961986111177
1183
+ ],
1184
+ "count": [
1185
+ 353094
1186
+ ]
1187
+ },
1188
+ "observation.ur5e.ee_error": {
1189
+ "min": [
1190
+ -7.212162017822266e-06,
1191
+ -9.834766387939453e-06,
1192
+ -4.4405460357666016e-06,
1193
+ -6.845220923423767e-05,
1194
+ -1.4119641780853271,
1195
+ -6.145238876342773e-05,
1196
+ -0.10489566624164581
1197
+ ],
1198
+ "max": [
1199
+ 8.344650268554688e-06,
1200
+ 5.111098289489746e-06,
1201
+ 6.616115570068359e-06,
1202
+ 0.038489773869514465,
1203
+ 6.0677528381347656e-05,
1204
+ 1.4120454788208008,
1205
+ 0.00012052804231643677
1206
+ ],
1207
+ "mean": [
1208
+ -1.1718131272186385e-06,
1209
+ -1.12828302790814e-06,
1210
+ -2.03824592483987e-06,
1211
+ 1.700898420643606e-07,
1212
+ -1.1655252412903456e-05,
1213
+ 2.2033206925504198e-05,
1214
+ 4.734288665421307e-05
1215
+ ],
1216
+ "std": [
1217
+ 1.3048236569207856e-06,
1218
+ 1.1652000836313852e-06,
1219
+ 7.382659065390074e-07,
1220
+ 6.560618543524716e-05,
1221
+ 0.0023761939693449385,
1222
+ 0.002376452089264845,
1223
+ 0.00017822908164017093
1224
+ ],
1225
+ "count": [
1226
+ 353094
1227
+ ]
1228
+ },
1229
+ "observation.sawyer.base_orientation": {
1230
+ "min": [
1231
+ 0.0
1232
+ ],
1233
+ "max": [
1234
+ 0.0
1235
+ ],
1236
+ "mean": [
1237
+ 0.0
1238
+ ],
1239
+ "std": [
1240
+ 0.0
1241
+ ],
1242
+ "count": [
1243
+ 353094
1244
+ ]
1245
+ },
1246
+ "observation.google_robot.base_position": {
1247
+ "min": [
1248
+ 0.0,
1249
+ 0.0,
1250
+ 0.0
1251
+ ],
1252
+ "max": [
1253
+ 0.0,
1254
+ 0.0,
1255
+ 0.0
1256
+ ],
1257
+ "mean": [
1258
+ 0.0,
1259
+ 0.0,
1260
+ 0.0
1261
+ ],
1262
+ "std": [
1263
+ 0.0,
1264
+ 0.0,
1265
+ 0.0
1266
+ ],
1267
+ "count": [
1268
+ 353094
1269
+ ]
1270
+ },
1271
+ "observation.xarm7.base_orientation": {
1272
+ "min": [
1273
+ 0.0
1274
+ ],
1275
+ "max": [
1276
+ 0.0
1277
+ ],
1278
+ "mean": [
1279
+ 0.0
1280
+ ],
1281
+ "std": [
1282
+ 0.0
1283
+ ],
1284
+ "count": [
1285
+ 353094
1286
+ ]
1287
+ },
1288
+ "observation.images.xarm7": {
1289
+ "min": [
1290
+ [
1291
+ [
1292
+ 0.0
1293
+ ]
1294
+ ],
1295
+ [
1296
+ [
1297
+ 0.0
1298
+ ]
1299
+ ],
1300
+ [
1301
+ [
1302
+ 0.0
1303
+ ]
1304
+ ]
1305
+ ],
1306
+ "max": [
1307
+ [
1308
+ [
1309
+ 1.0
1310
+ ]
1311
+ ],
1312
+ [
1313
+ [
1314
+ 1.0
1315
+ ]
1316
+ ],
1317
+ [
1318
+ [
1319
+ 1.0
1320
+ ]
1321
+ ]
1322
+ ],
1323
+ "mean": [
1324
+ [
1325
+ [
1326
+ 0.42671214136195473
1327
+ ]
1328
+ ],
1329
+ [
1330
+ [
1331
+ 0.4022183798234717
1332
+ ]
1333
+ ],
1334
+ [
1335
+ [
1336
+ 0.39870116567900826
1337
+ ]
1338
+ ]
1339
+ ],
1340
+ "std": [
1341
+ [
1342
+ [
1343
+ 0.3226743804317079
1344
+ ]
1345
+ ],
1346
+ [
1347
+ [
1348
+ 0.30814573960754765
1349
+ ]
1350
+ ],
1351
+ [
1352
+ [
1353
+ 0.2874374464448024
1354
+ ]
1355
+ ]
1356
+ ],
1357
+ "count": [
1358
+ 55226
1359
+ ]
1360
+ },
1361
+ "observation.images.jaco": {
1362
+ "min": [
1363
+ [
1364
+ [
1365
+ 0.0
1366
+ ]
1367
+ ],
1368
+ [
1369
+ [
1370
+ 0.0
1371
+ ]
1372
+ ],
1373
+ [
1374
+ [
1375
+ 0.0
1376
+ ]
1377
+ ]
1378
+ ],
1379
+ "max": [
1380
+ [
1381
+ [
1382
+ 1.0
1383
+ ]
1384
+ ],
1385
+ [
1386
+ [
1387
+ 1.0
1388
+ ]
1389
+ ],
1390
+ [
1391
+ [
1392
+ 1.0
1393
+ ]
1394
+ ]
1395
+ ],
1396
+ "mean": [
1397
+ [
1398
+ [
1399
+ 0.4046056782579089
1400
+ ]
1401
+ ],
1402
+ [
1403
+ [
1404
+ 0.3803896068238047
1405
+ ]
1406
+ ],
1407
+ [
1408
+ [
1409
+ 0.37703154166408953
1410
+ ]
1411
+ ]
1412
+ ],
1413
+ "std": [
1414
+ [
1415
+ [
1416
+ 0.3219498924914835
1417
+ ]
1418
+ ],
1419
+ [
1420
+ [
1421
+ 0.3057137317609777
1422
+ ]
1423
+ ],
1424
+ [
1425
+ [
1426
+ 0.28431595426491507
1427
+ ]
1428
+ ]
1429
+ ],
1430
+ "count": [
1431
+ 55226
1432
+ ]
1433
+ },
1434
+ "observation.images.google_robot": {
1435
+ "min": [
1436
+ [
1437
+ [
1438
+ 0.0
1439
+ ]
1440
+ ],
1441
+ [
1442
+ [
1443
+ 0.0
1444
+ ]
1445
+ ],
1446
+ [
1447
+ [
1448
+ 0.0
1449
+ ]
1450
+ ]
1451
+ ],
1452
+ "max": [
1453
+ [
1454
+ [
1455
+ 1.0
1456
+ ]
1457
+ ],
1458
+ [
1459
+ [
1460
+ 1.0
1461
+ ]
1462
+ ],
1463
+ [
1464
+ [
1465
+ 1.0
1466
+ ]
1467
+ ]
1468
+ ],
1469
+ "mean": [
1470
+ [
1471
+ [
1472
+ 0.44300489745317406
1473
+ ]
1474
+ ],
1475
+ [
1476
+ [
1477
+ 0.41768198447532423
1478
+ ]
1479
+ ],
1480
+ [
1481
+ [
1482
+ 0.410218969832366
1483
+ ]
1484
+ ]
1485
+ ],
1486
+ "std": [
1487
+ [
1488
+ [
1489
+ 0.31685225845617526
1490
+ ]
1491
+ ],
1492
+ [
1493
+ [
1494
+ 0.30356200701940467
1495
+ ]
1496
+ ],
1497
+ [
1498
+ [
1499
+ 0.28332221558683407
1500
+ ]
1501
+ ]
1502
+ ],
1503
+ "count": [
1504
+ 55226
1505
+ ]
1506
+ },
1507
+ "index": {
1508
+ "min": [
1509
+ 0
1510
+ ],
1511
+ "max": [
1512
+ 353093
1513
+ ],
1514
+ "mean": [
1515
+ 176546.5
1516
+ ],
1517
+ "std": [
1518
+ 101929.45797421208
1519
+ ],
1520
+ "count": [
1521
+ 353094
1522
+ ]
1523
+ },
1524
+ "observation.images.sawyer": {
1525
+ "min": [
1526
+ [
1527
+ [
1528
+ 0.0
1529
+ ]
1530
+ ],
1531
+ [
1532
+ [
1533
+ 0.0
1534
+ ]
1535
+ ],
1536
+ [
1537
+ [
1538
+ 0.0
1539
+ ]
1540
+ ]
1541
+ ],
1542
+ "max": [
1543
+ [
1544
+ [
1545
+ 1.0
1546
+ ]
1547
+ ],
1548
+ [
1549
+ [
1550
+ 1.0
1551
+ ]
1552
+ ],
1553
+ [
1554
+ [
1555
+ 1.0
1556
+ ]
1557
+ ]
1558
+ ],
1559
+ "mean": [
1560
+ [
1561
+ [
1562
+ 0.4144092694270963
1563
+ ]
1564
+ ],
1565
+ [
1566
+ [
1567
+ 0.37758879394997585
1568
+ ]
1569
+ ],
1570
+ [
1571
+ [
1572
+ 0.3733705122362372
1573
+ ]
1574
+ ]
1575
+ ],
1576
+ "std": [
1577
+ [
1578
+ [
1579
+ 0.3193477360588446
1580
+ ]
1581
+ ],
1582
+ [
1583
+ [
1584
+ 0.30536718106278776
1585
+ ]
1586
+ ],
1587
+ [
1588
+ [
1589
+ 0.28437049863658304
1590
+ ]
1591
+ ]
1592
+ ],
1593
+ "count": [
1594
+ 55226
1595
+ ]
1596
+ },
1597
+ "observation.joints": {
1598
+ "min": [
1599
+ -1.4425580501556396,
1600
+ -0.34988880157470703,
1601
+ -0.4436887800693512,
1602
+ -2.9587178230285645,
1603
+ -0.9116092324256897,
1604
+ 1.7689018249511719,
1605
+ -1.4776484966278076,
1606
+ 0.0
1607
+ ],
1608
+ "max": [
1609
+ 0.18366889655590057,
1610
+ 1.188208818435669,
1611
+ 1.1904715299606323,
1612
+ -1.0253318548202515,
1613
+ 0.06765712797641754,
1614
+ 2.98008131980896,
1615
+ 2.7747786045074463,
1616
+ 1.0
1617
+ ],
1618
+ "mean": [
1619
+ -0.44820025812776493,
1620
+ 0.42872283153323143,
1621
+ 0.29837096917681305,
1622
+ -2.1356562194254622,
1623
+ -0.2064601941126419,
1624
+ 2.5081927712588494,
1625
+ 0.8105383772889524,
1626
+ 0.5620004869445714
1627
+ ],
1628
+ "std": [
1629
+ 0.26854833761634833,
1630
+ 0.22505681671738592,
1631
+ 0.25771438976494293,
1632
+ 0.2963386663642815,
1633
+ 0.16291954961333877,
1634
+ 0.18131704418433123,
1635
+ 0.6348291983933085,
1636
+ 0.4961412063223594
1637
+ ],
1638
+ "count": [
1639
+ 353094
1640
+ ]
1641
+ },
1642
+ "observation.kinova3.ee_error": {
1643
+ "min": [
1644
+ -8.58306884765625e-06,
1645
+ -0.005203366279602051,
1646
+ -5.930662155151367e-06,
1647
+ -0.07196025550365448,
1648
+ -1.4119726419448853,
1649
+ -0.004212036728858948,
1650
+ -0.10527648031711578
1651
+ ],
1652
+ "max": [
1653
+ 0.011493563652038574,
1654
+ 0.0022762566804885864,
1655
+ 0.004507243633270264,
1656
+ 0.038484226912260056,
1657
+ 0.0054171085357666016,
1658
+ 1.4120447635650635,
1659
+ 0.02738974057137966
1660
+ ],
1661
+ "mean": [
1662
+ 5.6742803295122396e-05,
1663
+ -1.6431791304717507e-05,
1664
+ 1.540822825980009e-05,
1665
+ -6.554517510504042e-05,
1666
+ -1.38040482662272e-05,
1667
+ 4.666640568848859e-06,
1668
+ -0.00016898996260016267
1669
+ ],
1670
+ "std": [
1671
+ 0.0006238317869628968,
1672
+ 0.0002046145466460442,
1673
+ 0.0001927229656023828,
1674
+ 0.0016328215542487064,
1675
+ 0.0023793516198287283,
1676
+ 0.0023787823929940157,
1677
+ 0.003297033728578042
1678
+ ],
1679
+ "count": [
1680
+ 353094
1681
+ ]
1682
+ },
1683
+ "observation.images.kinova3": {
1684
+ "min": [
1685
+ [
1686
+ [
1687
+ 0.0
1688
+ ]
1689
+ ],
1690
+ [
1691
+ [
1692
+ 0.0
1693
+ ]
1694
+ ],
1695
+ [
1696
+ [
1697
+ 0.0
1698
+ ]
1699
+ ]
1700
+ ],
1701
+ "max": [
1702
+ [
1703
+ [
1704
+ 1.0
1705
+ ]
1706
+ ],
1707
+ [
1708
+ [
1709
+ 1.0
1710
+ ]
1711
+ ],
1712
+ [
1713
+ [
1714
+ 1.0
1715
+ ]
1716
+ ]
1717
+ ],
1718
+ "mean": [
1719
+ [
1720
+ [
1721
+ 0.4122624290679259
1722
+ ]
1723
+ ],
1724
+ [
1725
+ [
1726
+ 0.38784313544932675
1727
+ ]
1728
+ ],
1729
+ [
1730
+ [
1731
+ 0.3844388732724009
1732
+ ]
1733
+ ]
1734
+ ],
1735
+ "std": [
1736
+ [
1737
+ [
1738
+ 0.320768809327384
1739
+ ]
1740
+ ],
1741
+ [
1742
+ [
1743
+ 0.3051154789370837
1744
+ ]
1745
+ ],
1746
+ [
1747
+ [
1748
+ 0.28378726072040406
1749
+ ]
1750
+ ]
1751
+ ],
1752
+ "count": [
1753
+ 55226
1754
+ ]
1755
+ },
1756
+ "frame_index": {
1757
+ "min": [
1758
+ 0
1759
+ ],
1760
+ "max": [
1761
+ 3304
1762
+ ],
1763
+ "mean": [
1764
+ 938.702608936997
1765
+ ],
1766
+ "std": [
1767
+ 659.0386736522308
1768
+ ],
1769
+ "count": [
1770
+ 353094
1771
+ ]
1772
+ },
1773
+ "observation.kinova3.joints": {
1774
+ "min": [
1775
+ -0.6702703833580017,
1776
+ 0.19770805537700653,
1777
+ -0.8141345977783203,
1778
+ -0.20447689294815063,
1779
+ -0.5671221613883972,
1780
+ 0.5235969424247742,
1781
+ -1.7603824138641357,
1782
+ 0.0
1783
+ ],
1784
+ "max": [
1785
+ 0.9014743566513062,
1786
+ 1.5350457429885864,
1787
+ 0.5313966870307922,
1788
+ 2.1626064777374268,
1789
+ 0.7203189730644226,
1790
+ 2.0899999141693115,
1791
+ 2.472325325012207,
1792
+ 1.0
1793
+ ],
1794
+ "mean": [
1795
+ 0.1426391106400713,
1796
+ 0.7994039508121414,
1797
+ -0.057818169582114325,
1798
+ 1.265294345519427,
1799
+ 0.03970065596253275,
1800
+ 1.0998085469205503,
1801
+ 0.03479710132035347,
1802
+ 0.5620004869445714
1803
+ ],
1804
+ "std": [
1805
+ 0.2475838372974034,
1806
+ 0.19068272808855805,
1807
+ 0.17182111792438495,
1808
+ 0.38260337512310344,
1809
+ 0.14844959568230354,
1810
+ 0.2400464277326921,
1811
+ 0.5559876669181736,
1812
+ 0.4961412063223594
1813
+ ],
1814
+ "count": [
1815
+ 353094
1816
+ ]
1817
+ },
1818
+ "observation.images.kuka_iiwa": {
1819
+ "min": [
1820
+ [
1821
+ [
1822
+ 0.0
1823
+ ]
1824
+ ],
1825
+ [
1826
+ [
1827
+ 0.0
1828
+ ]
1829
+ ],
1830
+ [
1831
+ [
1832
+ 0.0
1833
+ ]
1834
+ ]
1835
+ ],
1836
+ "max": [
1837
+ [
1838
+ [
1839
+ 1.0
1840
+ ]
1841
+ ],
1842
+ [
1843
+ [
1844
+ 1.0
1845
+ ]
1846
+ ],
1847
+ [
1848
+ [
1849
+ 1.0
1850
+ ]
1851
+ ]
1852
+ ],
1853
+ "mean": [
1854
+ [
1855
+ [
1856
+ 0.41423710374978845
1857
+ ]
1858
+ ],
1859
+ [
1860
+ [
1861
+ 0.3861523178469752
1862
+ ]
1863
+ ],
1864
+ [
1865
+ [
1866
+ 0.3773384960755054
1867
+ ]
1868
+ ]
1869
+ ],
1870
+ "std": [
1871
+ [
1872
+ [
1873
+ 0.32309196321119366
1874
+ ]
1875
+ ],
1876
+ [
1877
+ [
1878
+ 0.30456561157814904
1879
+ ]
1880
+ ],
1881
+ [
1882
+ [
1883
+ 0.2841700224004375
1884
+ ]
1885
+ ]
1886
+ ],
1887
+ "count": [
1888
+ 55226
1889
+ ]
1890
+ },
1891
+ "observation.widowX.joints": {
1892
+ "min": [
1893
+ -1.2475043535232544,
1894
+ -0.9744352698326111,
1895
+ -2.146749973297119,
1896
+ -3.141580104827881,
1897
+ -1.7453299760818481,
1898
+ -3.141580104827881,
1899
+ 0.0
1900
+ ],
1901
+ "max": [
1902
+ 1.1145644187927246,
1903
+ 1.6742814779281616,
1904
+ 1.3896164894104004,
1905
+ 0.31867149472236633,
1906
+ 2.146749973297119,
1907
+ 1.9335224628448486,
1908
+ 1.0
1909
+ ],
1910
+ "mean": [
1911
+ -0.21970440947221745,
1912
+ 0.2269776107047821,
1913
+ 0.3307379758852649,
1914
+ -0.9639287716357798,
1915
+ 0.4383212592604174,
1916
+ -2.322913197121777,
1917
+ 0.5620004869445714
1918
+ ],
1919
+ "std": [
1920
+ 0.442018229495263,
1921
+ 0.29847819690440897,
1922
+ 0.43512430724536566,
1923
+ 1.2673101565951506,
1924
+ 0.9234786140476143,
1925
+ 1.1963438405872446,
1926
+ 0.4961412063223594
1927
+ ],
1928
+ "count": [
1929
+ 353094
1930
+ ]
1931
+ },
1932
+ "observation.xarm7.ee_pose": {
1933
+ "min": [
1934
+ 0.3212506175041199,
1935
+ -0.3725946843624115,
1936
+ 0.024335799738764763,
1937
+ -0.10469962656497955,
1938
+ -0.7067927122116089,
1939
+ -0.7069690227508545,
1940
+ -0.12004920095205307
1941
+ ],
1942
+ "max": [
1943
+ 0.7464686036109924,
1944
+ 0.28292587399482727,
1945
+ 0.3561922311782837,
1946
+ 0.0966038629412651,
1947
+ 0.9999984502792358,
1948
+ 0.9361953139305115,
1949
+ 0.12197794765233994
1950
+ ],
1951
+ "mean": [
1952
+ 0.536733021201372,
1953
+ -0.08600341248757669,
1954
+ 0.1147743116546655,
1955
+ -0.0043011391660815355,
1956
+ 0.9355322494850095,
1957
+ -0.0044822420018567725,
1958
+ -0.005790869530970579
1959
+ ],
1960
+ "std": [
1961
+ 0.07978571488527357,
1962
+ 0.13978034058913263,
1963
+ 0.05638524218057172,
1964
+ 0.02689414034703763,
1965
+ 0.1775759767520605,
1966
+ 0.3014625722807724,
1967
+ 0.039638617918015144
1968
+ ],
1969
+ "count": [
1970
+ 353094
1971
+ ]
1972
+ },
1973
+ "observation.images.ur5e": {
1974
+ "min": [
1975
+ [
1976
+ [
1977
+ 0.0
1978
+ ]
1979
+ ],
1980
+ [
1981
+ [
1982
+ 0.0
1983
+ ]
1984
+ ],
1985
+ [
1986
+ [
1987
+ 0.0
1988
+ ]
1989
+ ]
1990
+ ],
1991
+ "max": [
1992
+ [
1993
+ [
1994
+ 1.0
1995
+ ]
1996
+ ],
1997
+ [
1998
+ [
1999
+ 1.0
2000
+ ]
2001
+ ],
2002
+ [
2003
+ [
2004
+ 1.0
2005
+ ]
2006
+ ]
2007
+ ],
2008
+ "mean": [
2009
+ [
2010
+ [
2011
+ 0.4040560615566946
2012
+ ]
2013
+ ],
2014
+ [
2015
+ [
2016
+ 0.38016860568391003
2017
+ ]
2018
+ ],
2019
+ [
2020
+ [
2021
+ 0.377074469792897
2022
+ ]
2023
+ ]
2024
+ ],
2025
+ "std": [
2026
+ [
2027
+ [
2028
+ 0.3223843935360963
2029
+ ]
2030
+ ],
2031
+ [
2032
+ [
2033
+ 0.3063689221539915
2034
+ ]
2035
+ ],
2036
+ [
2037
+ [
2038
+ 0.28514395212288957
2039
+ ]
2040
+ ]
2041
+ ],
2042
+ "count": [
2043
+ 55226
2044
+ ]
2045
+ },
2046
+ "observation.kuka_iiwa.joints": {
2047
+ "min": [
2048
+ -0.9293442964553833,
2049
+ 0.31892889738082886,
2050
+ -0.4211362302303314,
2051
+ -2.094399929046631,
2052
+ -0.8043935298919678,
2053
+ 0.2703043818473816,
2054
+ -2.3363733291625977,
2055
+ 0.0
2056
+ ],
2057
+ "max": [
2058
+ 0.6380113959312439,
2059
+ 1.3176828622817993,
2060
+ 0.5275962352752686,
2061
+ -0.6547552943229675,
2062
+ 0.5663137435913086,
2063
+ 1.4618420600891113,
2064
+ 1.7158286571502686,
2065
+ 1.0
2066
+ ],
2067
+ "mean": [
2068
+ -0.1953641143730859,
2069
+ 0.8302590666245314,
2070
+ 0.05782231813571261,
2071
+ -1.5993979001757996,
2072
+ -0.06025717178476537,
2073
+ 0.7348373765310978,
2074
+ -0.06540714403197967,
2075
+ 0.5620004869445714
2076
+ ],
2077
+ "std": [
2078
+ 0.24678904609065222,
2079
+ 0.1592678272512489,
2080
+ 0.13700149902239772,
2081
+ 0.2619062144374235,
2082
+ 0.1617681268211461,
2083
+ 0.17388990886903086,
2084
+ 0.5384190665858748,
2085
+ 0.4961412063223594
2086
+ ],
2087
+ "count": [
2088
+ 353094
2089
+ ]
2090
+ },
2091
+ "observation.widowX.ee_error": {
2092
+ "min": [
2093
+ -0.0337984561920166,
2094
+ -0.022118717432022095,
2095
+ -0.006884455680847168,
2096
+ -0.5109748840332031,
2097
+ -1.4124832153320312,
2098
+ -1.4138295650482178,
2099
+ -0.3102455735206604
2100
+ ],
2101
+ "max": [
2102
+ 0.01294487714767456,
2103
+ 0.003835156559944153,
2104
+ 0.03532074764370918,
2105
+ 0.10311521589756012,
2106
+ 1.41396164894104,
2107
+ 1.4116125106811523,
2108
+ 0.15944664180278778
2109
+ ],
2110
+ "mean": [
2111
+ 0.000301651601890901,
2112
+ -0.0025389127867137115,
2113
+ 0.002270622337211141,
2114
+ -0.061150040859653476,
2115
+ 0.0033398517873323916,
2116
+ 0.03666887127158697,
2117
+ -0.013224309533186025
2118
+ ],
2119
+ "std": [
2120
+ 0.0017775269577969006,
2121
+ 0.0034710177174691716,
2122
+ 0.0041892122069262985,
2123
+ 0.09290829666031068,
2124
+ 0.014733688244140843,
2125
+ 0.05400453563029933,
2126
+ 0.030586376216248802
2127
+ ],
2128
+ "count": [
2129
+ 353094
2130
+ ]
2131
+ },
2132
+ "observation.kinova3.base_orientation": {
2133
+ "min": [
2134
+ 0.0
2135
+ ],
2136
+ "max": [
2137
+ 0.0
2138
+ ],
2139
+ "mean": [
2140
+ 0.0
2141
+ ],
2142
+ "std": [
2143
+ 0.0
2144
+ ],
2145
+ "count": [
2146
+ 353094
2147
+ ]
2148
+ },
2149
+ "observation.xarm7.base_position": {
2150
+ "min": [
2151
+ 0.0,
2152
+ 0.0,
2153
+ 0.0
2154
+ ],
2155
+ "max": [
2156
+ 0.0,
2157
+ 0.0,
2158
+ 0.0
2159
+ ],
2160
+ "mean": [
2161
+ 0.0,
2162
+ 0.0,
2163
+ 0.0
2164
+ ],
2165
+ "std": [
2166
+ 0.0,
2167
+ 0.0,
2168
+ 0.0
2169
+ ],
2170
+ "count": [
2171
+ 353094
2172
+ ]
2173
+ },
2174
+ "observation.ee_pose": {
2175
+ "min": [
2176
+ 0.3212544322013855,
2177
+ -0.3725929260253906,
2178
+ 0.02434028498828411,
2179
+ -0.7069271206855774,
2180
+ -0.7068784236907959,
2181
+ -0.1202746108174324,
2182
+ -0.10450349003076553
2183
+ ],
2184
+ "max": [
2185
+ 0.7486428022384644,
2186
+ 0.28293341398239136,
2187
+ 0.3575689494609833,
2188
+ 0.9999983310699463,
2189
+ 0.9361833930015564,
2190
+ 0.11273559927940369,
2191
+ 0.09673722833395004
2192
+ ],
2193
+ "mean": [
2194
+ 0.5368061522795711,
2195
+ -0.08601859046083211,
2196
+ 0.11479160316073285,
2197
+ 0.9355068928925435,
2198
+ -0.004596556576360518,
2199
+ -0.0061456101061983315,
2200
+ -0.004261342681248328
2201
+ ],
2202
+ "std": [
2203
+ 0.07991138850409747,
2204
+ 0.13980588925569518,
2205
+ 0.05640515664242493,
2206
+ 0.17764812148924403,
2207
+ 0.30149318436535083,
2208
+ 0.039593112367408534,
2209
+ 0.02693121594128401
2210
+ ],
2211
+ "count": [
2212
+ 353094
2213
+ ]
2214
+ }
2215
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ba504b5007a2b9beddd84fcc7a59f6904fe9f62ecfba9e11df952fd4f88679
3
+ size 2542
videos/observation.images.google_robot/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610d8003dfb9fb0ec140cc5a71214e8cc337623b6802c80b10e6f26b1a09a95a
3
+ size 241891369
videos/observation.images.image/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2379bd9b5017e6fcb6a0c551d9879f1222231826ca46cc67149a0c668057e94
3
+ size 284431915
videos/observation.images.jaco/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66fd4cfbe938af87a8ad0008a0ae0114fe08c1c259a89fbfcb863dda8bf29d7e
3
+ size 245622834
videos/observation.images.kinova3/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd907786cdcaa2ab3556de5bddfec7d7407f467e933d327cc5e3fb6d98435b95
3
+ size 242779132
videos/observation.images.kuka_iiwa/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db11ad6a77727e2c80455106c0339d5c9e25a1426cece2e069048358d00f59b2
3
+ size 232809557
videos/observation.images.sawyer/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ed9bbf44e6763bc4499c9933eaf0ad45a231ec2957da296aabd2c05d2afb415
3
+ size 236103962
videos/observation.images.ur5e/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cecf031c2a6c56d7c827cf2594ee55593966edc2a7a4771d3a45639c37b54ce
3
+ size 237364534
videos/observation.images.widowX/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adef673c885bd08eb2a556fdc1547ef7f76deaa4972e794bbdede79f1d42c23a
3
+ size 251194827
videos/observation.images.xarm7/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c936e2b4e5a5dbc9bf9400973889f119a0dc106fb84da1c51d8dcae58e7f953d
3
+ size 234689374