GuanhuaJi commited on
Commit
fb05644
·
verified ·
1 Parent(s): 96bf3ac

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "iamlab_cmu_pickup_insert_train_100_200_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: 30
11
+ total_episodes: 100
12
+ total_frames: 23050
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
+ # iamlab_cmu_pickup_insert_train_100_200_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**: 30
29
+ - **Episodes**: 100
30
+ - **Frames**: 23,050
31
+ - **Splits**:
32
+ - `train`: `0:100`
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` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e robot |
52
+ | `observation.images.widowX` | `video` | `360×640×3` | Augmented image for widowX robot |
53
+ | `observation.images.xarm7` | `video` | `360×640×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` | `20` | 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
+ - [https://openreview.net/forum?id=WuBv9-IGDUA](https://openreview.net/forum?id=WuBv9-IGDUA)
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{saxena2023multiresolution,
121
+ title={Multi-Resolution Sensing for Real-Time Control with Vision-Language Models},
122
+ author={Saumya Saxena and Mohit Sharma and Oliver Kroemer},
123
+ booktitle={7th Annual Conference on Robot Learning},
124
+ year={2023},
125
+ url={https://openreview.net/forum?id=WuBv9-IGDUA}
126
+ }
127
+ ```
128
+
129
+ ## OXE-AugE Dataset Citation (ours)
130
+
131
+ ```bibtex
132
+ @misc{
133
+ ji2025oxeaug,
134
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
135
+ 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},
136
+ year = {2025},
137
+ note = {Manuscript}
138
+ }
139
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2139bbf91bd3ddd8537f2e457717a877428227520beee7fc4246b1f2345f4f79
3
+ size 24874884
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c13012f1b4009a65683d7c535246717edba019522aaa189600e24b6ce4d45aa
3
+ size 944416
meta/info.json ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 100,
5
+ "total_frames": 23050,
6
+ "total_tasks": 7,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:100"
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": 30
21
+ },
22
+ "observation.widowX.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 30
28
+ },
29
+ "observation.widowX.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 30
35
+ },
36
+ "observation.widowX.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 30
42
+ },
43
+ "observation.widowX.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 30
49
+ },
50
+ "observation.images.widowX": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
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": 30
74
+ },
75
+ "observation.sawyer.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 30
81
+ },
82
+ "observation.sawyer.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 30
88
+ },
89
+ "observation.sawyer.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 30
95
+ },
96
+ "observation.sawyer.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 30
102
+ },
103
+ "observation.images.sawyer": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
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": 30
127
+ },
128
+ "observation.ur5e.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 30
134
+ },
135
+ "observation.ur5e.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 30
141
+ },
142
+ "observation.ur5e.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 30
148
+ },
149
+ "observation.ur5e.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 30
155
+ },
156
+ "observation.images.ur5e": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
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": 30
180
+ },
181
+ "observation.google_robot.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 30
187
+ },
188
+ "observation.google_robot.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 30
194
+ },
195
+ "observation.google_robot.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 30
201
+ },
202
+ "observation.google_robot.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 30
208
+ },
209
+ "observation.images.google_robot": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
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": 30
233
+ },
234
+ "observation.jaco.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 30
240
+ },
241
+ "observation.jaco.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 30
247
+ },
248
+ "observation.jaco.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 30
254
+ },
255
+ "observation.jaco.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 30
261
+ },
262
+ "observation.images.jaco": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
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": 30
286
+ },
287
+ "observation.kinova3.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 30
293
+ },
294
+ "observation.kinova3.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 30
300
+ },
301
+ "observation.kinova3.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 30
307
+ },
308
+ "observation.kinova3.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 30
314
+ },
315
+ "observation.images.kinova3": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
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": 30
339
+ },
340
+ "observation.kuka_iiwa.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 30
346
+ },
347
+ "observation.kuka_iiwa.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 30
353
+ },
354
+ "observation.kuka_iiwa.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 30
360
+ },
361
+ "observation.kuka_iiwa.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 30
367
+ },
368
+ "observation.images.kuka_iiwa": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
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": 30
392
+ },
393
+ "observation.xarm7.ee_pose": {
394
+ "dtype": "float32",
395
+ "shape": [
396
+ 7
397
+ ],
398
+ "fps": 30
399
+ },
400
+ "observation.xarm7.base_position": {
401
+ "dtype": "float32",
402
+ "shape": [
403
+ 3
404
+ ],
405
+ "fps": 30
406
+ },
407
+ "observation.xarm7.base_orientation": {
408
+ "dtype": "float32",
409
+ "shape": [
410
+ 1
411
+ ],
412
+ "fps": 30
413
+ },
414
+ "observation.xarm7.ee_error": {
415
+ "dtype": "float32",
416
+ "shape": [
417
+ 7
418
+ ],
419
+ "fps": 30
420
+ },
421
+ "observation.images.xarm7": {
422
+ "dtype": "video",
423
+ "shape": [
424
+ 360,
425
+ 640,
426
+ 3
427
+ ],
428
+ "info": {
429
+ "video.height": 360,
430
+ "video.width": 640,
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
+ 360,
443
+ 640,
444
+ 3
445
+ ],
446
+ "info": {
447
+ "video.height": 360,
448
+ "video.width": 640,
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": 30
463
+ },
464
+ "observation.state": {
465
+ "dtype": "float32",
466
+ "shape": [
467
+ 20
468
+ ],
469
+ "fps": 30
470
+ },
471
+ "observation.joints": {
472
+ "dtype": "float32",
473
+ "shape": [
474
+ 8
475
+ ],
476
+ "fps": 30
477
+ },
478
+ "observation.ee_pose": {
479
+ "dtype": "float32",
480
+ "shape": [
481
+ 7
482
+ ],
483
+ "fps": 30
484
+ },
485
+ "timestamp": {
486
+ "dtype": "float32",
487
+ "shape": [
488
+ 1
489
+ ],
490
+ "names": null,
491
+ "fps": 30
492
+ },
493
+ "frame_index": {
494
+ "dtype": "int64",
495
+ "shape": [
496
+ 1
497
+ ],
498
+ "names": null,
499
+ "fps": 30
500
+ },
501
+ "episode_index": {
502
+ "dtype": "int64",
503
+ "shape": [
504
+ 1
505
+ ],
506
+ "names": null,
507
+ "fps": 30
508
+ },
509
+ "index": {
510
+ "dtype": "int64",
511
+ "shape": [
512
+ 1
513
+ ],
514
+ "names": null,
515
+ "fps": 30
516
+ },
517
+ "task_index": {
518
+ "dtype": "int64",
519
+ "shape": [
520
+ 1
521
+ ],
522
+ "names": null,
523
+ "fps": 30
524
+ }
525
+ },
526
+ "data_files_size_in_mb": 500,
527
+ "video_files_size_in_mb": 500
528
+ }
meta/stats.json ADDED
@@ -0,0 +1,2263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.sawyer.ee_pose": {
3
+ "min": [
4
+ 0.3069782555103302,
5
+ -0.29842352867126465,
6
+ 0.005121314898133278,
7
+ -0.05657004192471504,
8
+ 0.9969764947891235,
9
+ -0.026521630585193634,
10
+ -0.018648425117135048
11
+ ],
12
+ "max": [
13
+ 0.66194087266922,
14
+ 0.2350606471300125,
15
+ 0.3607712388038635,
16
+ 0.018592458218336105,
17
+ 0.9999998211860657,
18
+ 0.019594436511397362,
19
+ 0.06836947798728943
20
+ ],
21
+ "mean": [
22
+ 0.5318738064305643,
23
+ 0.015456253352515407,
24
+ 0.12332022827692378,
25
+ -0.01140312247453919,
26
+ 0.9995579890444584,
27
+ 0.0017376982696992527,
28
+ 0.01635388728442305
29
+ ],
30
+ "std": [
31
+ 0.0811378998796073,
32
+ 0.11979388578334181,
33
+ 0.07779270789036398,
34
+ 0.014489410910706688,
35
+ 0.0004694662126827676,
36
+ 0.008670189683592757,
37
+ 0.014073725247555978
38
+ ],
39
+ "count": [
40
+ 23050
41
+ ]
42
+ },
43
+ "observation.google_robot.base_orientation": {
44
+ "min": [
45
+ 0.0
46
+ ],
47
+ "max": [
48
+ 0.0
49
+ ],
50
+ "mean": [
51
+ 0.0
52
+ ],
53
+ "std": [
54
+ 0.0
55
+ ],
56
+ "count": [
57
+ 23050
58
+ ]
59
+ },
60
+ "observation.widowX.ee_pose": {
61
+ "min": [
62
+ 0.15785160660743713,
63
+ -0.29801782965660095,
64
+ -0.07093488425016403,
65
+ -0.06591429561376572,
66
+ 0.9714126586914062,
67
+ -0.1999250203371048,
68
+ -0.07602446526288986
69
+ ],
70
+ "max": [
71
+ 0.5066046714782715,
72
+ 0.2299136221408844,
73
+ 0.2809545695781708,
74
+ 0.13445904850959778,
75
+ 0.9999983906745911,
76
+ 0.01956973411142826,
77
+ 0.12813369929790497
78
+ ],
79
+ "mean": [
80
+ 0.3803244336088412,
81
+ 0.016176772647766586,
82
+ 0.047775903864260644,
83
+ 0.013794310966569984,
84
+ 0.9969454177031031,
85
+ -0.026275891375125926,
86
+ 0.021043924210884017
87
+ ],
88
+ "std": [
89
+ 0.07983675751739493,
90
+ 0.11711423503896139,
91
+ 0.0776795205202295,
92
+ 0.04672746672310767,
93
+ 0.004532427373685544,
94
+ 0.04720660533467397,
95
+ 0.018545184901780618
96
+ ],
97
+ "count": [
98
+ 23050
99
+ ]
100
+ },
101
+ "observation.kuka_iiwa.base_orientation": {
102
+ "min": [
103
+ 0.0
104
+ ],
105
+ "max": [
106
+ 0.0
107
+ ],
108
+ "mean": [
109
+ 0.0
110
+ ],
111
+ "std": [
112
+ 0.0
113
+ ],
114
+ "count": [
115
+ 23050
116
+ ]
117
+ },
118
+ "observation.widowX.base_orientation": {
119
+ "min": [
120
+ 0.0
121
+ ],
122
+ "max": [
123
+ 0.0
124
+ ],
125
+ "mean": [
126
+ 0.0
127
+ ],
128
+ "std": [
129
+ 0.0
130
+ ],
131
+ "count": [
132
+ 23050
133
+ ]
134
+ },
135
+ "observation.ur5e.base_position": {
136
+ "min": [
137
+ 0.0,
138
+ 0.0,
139
+ 0.0
140
+ ],
141
+ "max": [
142
+ 0.0,
143
+ 0.0,
144
+ 0.0
145
+ ],
146
+ "mean": [
147
+ 0.0,
148
+ 0.0,
149
+ 0.0
150
+ ],
151
+ "std": [
152
+ 0.0,
153
+ 0.0,
154
+ 0.0
155
+ ],
156
+ "count": [
157
+ 23050
158
+ ]
159
+ },
160
+ "observation.kuka_iiwa.base_position": {
161
+ "min": [
162
+ 0.0,
163
+ 0.0,
164
+ 0.0
165
+ ],
166
+ "max": [
167
+ 0.0,
168
+ 0.0,
169
+ 0.0
170
+ ],
171
+ "mean": [
172
+ 0.0,
173
+ 0.0,
174
+ 0.0
175
+ ],
176
+ "std": [
177
+ 0.0,
178
+ 0.0,
179
+ 0.0
180
+ ],
181
+ "count": [
182
+ 23050
183
+ ]
184
+ },
185
+ "observation.xarm7.ee_error": {
186
+ "min": [
187
+ -4.4405460357666016e-06,
188
+ -9.149312973022461e-06,
189
+ -3.725290298461914e-06,
190
+ -0.00023576532839797437,
191
+ -8.165836334228516e-06,
192
+ -0.00017618387937545776,
193
+ -0.0002445206046104431
194
+ ],
195
+ "max": [
196
+ 1.811981201171875e-05,
197
+ 1.0594725608825684e-05,
198
+ 5.245208740234375e-06,
199
+ 0.0002396758645772934,
200
+ 1.3470649719238281e-05,
201
+ 0.00017836317420005798,
202
+ 0.00010539649520069361
203
+ ],
204
+ "mean": [
205
+ 3.388937817974995e-06,
206
+ 6.624931218217553e-07,
207
+ 5.286030575921798e-07,
208
+ 5.434387455792359e-06,
209
+ 2.1007366147264016e-06,
210
+ -1.5058497291708813e-05,
211
+ -4.511754953203697e-05
212
+ ],
213
+ "std": [
214
+ 3.6690370041562826e-06,
215
+ 6.4933448091426424e-06,
216
+ 1.3572929811456475e-06,
217
+ 0.0001563901715653025,
218
+ 3.9189697304436955e-06,
219
+ 0.00015036143491772814,
220
+ 5.351610560138392e-05
221
+ ],
222
+ "count": [
223
+ 23050
224
+ ]
225
+ },
226
+ "observation.widowX.joints": {
227
+ "min": [
228
+ -0.6562070846557617,
229
+ -0.5394797921180725,
230
+ -1.7815160751342773,
231
+ -3.136977195739746,
232
+ -1.7114733457565308,
233
+ -3.141580104827881,
234
+ 0.0
235
+ ],
236
+ "max": [
237
+ 0.4705451726913452,
238
+ 1.4687426090240479,
239
+ 0.9096530079841614,
240
+ 0.1530432403087616,
241
+ 2.146749973297119,
242
+ -0.4599091112613678,
243
+ 1.0
244
+ ],
245
+ "mean": [
246
+ 0.0444906129629034,
247
+ 0.5637314224346599,
248
+ -0.2601681240835508,
249
+ -0.05540916668360249,
250
+ 1.1976515548580897,
251
+ -3.004140474801467,
252
+ 0.4343600881571625
253
+ ],
254
+ "std": [
255
+ 0.2471728612977129,
256
+ 0.4179536487757397,
257
+ 0.6039961048554461,
258
+ 0.24413298850801515,
259
+ 0.37014405384050925,
260
+ 0.2282770280054806,
261
+ 0.49567267484000227
262
+ ],
263
+ "count": [
264
+ 23050
265
+ ]
266
+ },
267
+ "observation.images.google_robot": {
268
+ "min": [
269
+ [
270
+ [
271
+ 0.0
272
+ ]
273
+ ],
274
+ [
275
+ [
276
+ 0.0
277
+ ]
278
+ ],
279
+ [
280
+ [
281
+ 0.0
282
+ ]
283
+ ]
284
+ ],
285
+ "max": [
286
+ [
287
+ [
288
+ 1.0
289
+ ]
290
+ ],
291
+ [
292
+ [
293
+ 1.0
294
+ ]
295
+ ],
296
+ [
297
+ [
298
+ 1.0
299
+ ]
300
+ ]
301
+ ],
302
+ "mean": [
303
+ [
304
+ [
305
+ 0.40624662812677514
306
+ ]
307
+ ],
308
+ [
309
+ [
310
+ 0.39659546159178527
311
+ ]
312
+ ],
313
+ [
314
+ [
315
+ 0.3815489574423396
316
+ ]
317
+ ]
318
+ ],
319
+ "std": [
320
+ [
321
+ [
322
+ 0.3078084806420153
323
+ ]
324
+ ],
325
+ [
326
+ [
327
+ 0.30665757192606025
328
+ ]
329
+ ],
330
+ [
331
+ [
332
+ 0.30801391117017063
333
+ ]
334
+ ]
335
+ ],
336
+ "count": [
337
+ 10010
338
+ ]
339
+ },
340
+ "observation.kinova3.ee_pose": {
341
+ "min": [
342
+ 0.3069795072078705,
343
+ -0.2984224259853363,
344
+ 0.005126528907567263,
345
+ -0.056672148406505585,
346
+ 0.9969758987426758,
347
+ -0.026396887376904488,
348
+ -0.01876124180853367
349
+ ],
350
+ "max": [
351
+ 0.6619445085525513,
352
+ 0.23505645990371704,
353
+ 0.36077260971069336,
354
+ 0.018445096909999847,
355
+ 0.9999998807907104,
356
+ 0.01973184198141098,
357
+ 0.06828431040048599
358
+ ],
359
+ "mean": [
360
+ 0.5318749914187413,
361
+ 0.015449105331930786,
362
+ 0.12332670882958394,
363
+ -0.011571750401000547,
364
+ 0.9995574318664452,
365
+ 0.0018745718913747138,
366
+ 0.01628250625094605
367
+ ],
368
+ "std": [
369
+ 0.08113950226943682,
370
+ 0.11979412907156037,
371
+ 0.07779285095134879,
372
+ 0.01444863228004024,
373
+ 0.00046988666547756393,
374
+ 0.008667542328227452,
375
+ 0.014086744345815232
376
+ ],
377
+ "count": [
378
+ 23050
379
+ ]
380
+ },
381
+ "observation.ee_pose": {
382
+ "min": [
383
+ 0.30697542428970337,
384
+ -0.2984218895435333,
385
+ 0.005123594310134649,
386
+ 0.9969703555107117,
387
+ -0.026384679600596428,
388
+ -0.018632104620337486,
389
+ -0.056682929396629333
390
+ ],
391
+ "max": [
392
+ 0.6619412899017334,
393
+ 0.23505687713623047,
394
+ 0.36077114939689636,
395
+ 0.9999998807907104,
396
+ 0.01971653290092945,
397
+ 0.06837977468967438,
398
+ 0.018459858372807503
399
+ ],
400
+ "mean": [
401
+ 0.5318704434524648,
402
+ 0.01544966240387729,
403
+ 0.12332344742972655,
404
+ 0.9995557905407118,
405
+ 0.001868714062979853,
406
+ 0.016401826979758102,
407
+ -0.011562882305714837
408
+ ],
409
+ "std": [
410
+ 0.08114019954280695,
411
+ 0.11979396176230793,
412
+ 0.07779270509979148,
413
+ 0.0004707287181585174,
414
+ 0.008662792906586125,
415
+ 0.014072683964405735,
416
+ 0.01445491151690301
417
+ ],
418
+ "count": [
419
+ 23050
420
+ ]
421
+ },
422
+ "observation.kuka_iiwa.ee_pose": {
423
+ "min": [
424
+ 0.31665757298469543,
425
+ -0.2984195649623871,
426
+ 0.005125459749251604,
427
+ -0.05670498311519623,
428
+ 0.9833986163139343,
429
+ -0.02639617770910263,
430
+ -0.1813487857580185
431
+ ],
432
+ "max": [
433
+ 0.6619372367858887,
434
+ 0.2350541055202484,
435
+ 0.3607698082923889,
436
+ 0.01971726305782795,
437
+ 0.9999998807907104,
438
+ 0.019728582352399826,
439
+ 0.06840728223323822
440
+ ],
441
+ "mean": [
442
+ 0.5327733578857786,
443
+ 0.015441892925041794,
444
+ 0.1234587672490166,
445
+ -0.011649326582988744,
446
+ 0.9989953267082993,
447
+ 0.0018582455262322955,
448
+ 0.006654126721015351
449
+ ],
450
+ "std": [
451
+ 0.07897239800862438,
452
+ 0.1198064968805265,
453
+ 0.07795761060067376,
454
+ 0.014489962334215246,
455
+ 0.0022377572167395702,
456
+ 0.00867137388887644,
457
+ 0.03917881642034725
458
+ ],
459
+ "count": [
460
+ 23050
461
+ ]
462
+ },
463
+ "observation.kuka_iiwa.joints": {
464
+ "min": [
465
+ -0.55008465051651,
466
+ 0.11347300559282303,
467
+ 0.015713980421423912,
468
+ -2.094399929046631,
469
+ -0.1442573517560959,
470
+ 0.3331630825996399,
471
+ -0.46007397770881653,
472
+ 0.0
473
+ ],
474
+ "max": [
475
+ 0.3355160355567932,
476
+ 1.1838020086288452,
477
+ 0.12927959859371185,
478
+ -1.1578691005706787,
479
+ 0.016107680276036263,
480
+ 1.1630038022994995,
481
+ 0.39422374963760376,
482
+ 1.0
483
+ ],
484
+ "mean": [
485
+ -0.04238061667153806,
486
+ 0.7719951199528452,
487
+ 0.07833495930612992,
488
+ -1.6691669424909314,
489
+ -0.05375908128165695,
490
+ 0.6861352827440373,
491
+ 0.05006855802531728,
492
+ 0.4343600881571625
493
+ ],
494
+ "std": [
495
+ 0.2006552553439941,
496
+ 0.2042360258349682,
497
+ 0.017084855194749157,
498
+ 0.23500086723332406,
499
+ 0.02821289276207432,
500
+ 0.15306434668216543,
501
+ 0.17962080192533716,
502
+ 0.49567267484000227
503
+ ],
504
+ "count": [
505
+ 23050
506
+ ]
507
+ },
508
+ "observation.sawyer.ee_error": {
509
+ "min": [
510
+ -4.932284355163574e-05,
511
+ -1.3332581147551537e-05,
512
+ -8.285045623779297e-06,
513
+ -0.00045244896318763494,
514
+ -1.0967254638671875e-05,
515
+ -0.00010886276140809059,
516
+ -5.5400654673576355e-05
517
+ ],
518
+ "max": [
519
+ 2.8014183044433594e-06,
520
+ 8.307397365570068e-06,
521
+ 2.3677945137023926e-05,
522
+ 7.276982069015503e-05,
523
+ 6.9141387939453125e-06,
524
+ 0.00019433721899986267,
525
+ 0.0004199165850877762
526
+ ],
527
+ "mean": [
528
+ -3.398011649703e-06,
529
+ -6.595854616670908e-06,
530
+ 3.2138953934991633e-06,
531
+ -0.0001597607844463603,
532
+ -2.2793333414030497e-06,
533
+ 0.0001310157938623612,
534
+ 4.793972672956608e-05
535
+ ],
536
+ "std": [
537
+ 3.837334325145459e-06,
538
+ 2.2914781353799074e-06,
539
+ 3.553017684224636e-06,
540
+ 8.414238983241371e-05,
541
+ 2.604149045846176e-06,
542
+ 3.869161843609175e-05,
543
+ 8.920827548312647e-05
544
+ ],
545
+ "count": [
546
+ 23050
547
+ ]
548
+ },
549
+ "observation.xarm7.joints": {
550
+ "min": [
551
+ -0.9264177083969116,
552
+ -0.72318035364151,
553
+ -0.8053004145622253,
554
+ 0.47875601053237915,
555
+ -0.5410793423652649,
556
+ 0.5601634383201599,
557
+ -3.4728078842163086,
558
+ 0.0
559
+ ],
560
+ "max": [
561
+ 0.7348371744155884,
562
+ 1.0315382480621338,
563
+ 0.7947943806648254,
564
+ 2.0452253818511963,
565
+ 0.5769307613372803,
566
+ 1.5199428796768188,
567
+ 3.4363503456115723,
568
+ 1.0
569
+ ],
570
+ "mean": [
571
+ 0.024877792537058834,
572
+ 0.3900314961826336,
573
+ -0.022656936518880264,
574
+ 1.2947106598411362,
575
+ 0.03170037503033036,
576
+ 0.9268245226235297,
577
+ 0.3099327219592775,
578
+ 0.4343600881571625
579
+ ],
580
+ "std": [
581
+ 0.4557217996982164,
582
+ 0.3683540665138413,
583
+ 0.46319990049402165,
584
+ 0.34878350984457485,
585
+ 0.3329519310905226,
586
+ 0.1725443093095192,
587
+ 2.96407388553846,
588
+ 0.49567267484000227
589
+ ],
590
+ "count": [
591
+ 23050
592
+ ]
593
+ },
594
+ "observation.kinova3.base_orientation": {
595
+ "min": [
596
+ 0.0
597
+ ],
598
+ "max": [
599
+ 0.0
600
+ ],
601
+ "mean": [
602
+ 0.0
603
+ ],
604
+ "std": [
605
+ 0.0
606
+ ],
607
+ "count": [
608
+ 23050
609
+ ]
610
+ },
611
+ "observation.images.image": {
612
+ "min": [
613
+ [
614
+ [
615
+ 0.0
616
+ ]
617
+ ],
618
+ [
619
+ [
620
+ 0.0
621
+ ]
622
+ ],
623
+ [
624
+ [
625
+ 0.0
626
+ ]
627
+ ]
628
+ ],
629
+ "max": [
630
+ [
631
+ [
632
+ 1.0
633
+ ]
634
+ ],
635
+ [
636
+ [
637
+ 1.0
638
+ ]
639
+ ],
640
+ [
641
+ [
642
+ 1.0
643
+ ]
644
+ ]
645
+ ],
646
+ "mean": [
647
+ [
648
+ [
649
+ 0.38443064435564434
650
+ ]
651
+ ],
652
+ [
653
+ [
654
+ 0.3781132162227752
655
+ ]
656
+ ],
657
+ [
658
+ [
659
+ 0.36428274176803577
660
+ ]
661
+ ]
662
+ ],
663
+ "std": [
664
+ [
665
+ [
666
+ 0.3036187078491076
667
+ ]
668
+ ],
669
+ [
670
+ [
671
+ 0.30223176181060857
672
+ ]
673
+ ],
674
+ [
675
+ [
676
+ 0.30498803965063054
677
+ ]
678
+ ]
679
+ ],
680
+ "count": [
681
+ 10010
682
+ ]
683
+ },
684
+ "episode_index": {
685
+ "min": [
686
+ 0
687
+ ],
688
+ "max": [
689
+ 99
690
+ ],
691
+ "mean": [
692
+ 47.34229934924078
693
+ ],
694
+ "std": [
695
+ 28.88360158809801
696
+ ],
697
+ "count": [
698
+ 23050
699
+ ]
700
+ },
701
+ "observation.xarm7.ee_pose": {
702
+ "min": [
703
+ 0.30697235465049744,
704
+ -0.2984219193458557,
705
+ 0.005123216658830643,
706
+ -0.05687464028596878,
707
+ 0.9969568848609924,
708
+ -0.0265561081469059,
709
+ -0.018637018278241158
710
+ ],
711
+ "max": [
712
+ 0.6619299650192261,
713
+ 0.23504723608493805,
714
+ 0.36076590418815613,
715
+ 0.01861310377717018,
716
+ 0.9999999403953552,
717
+ 0.019870849326252937,
718
+ 0.06848324090242386
719
+ ],
720
+ "mean": [
721
+ 0.5318670261617338,
722
+ 0.015448999401184967,
723
+ 0.12332291601456039,
724
+ -0.01156831610564889,
725
+ 0.9995537019086246,
726
+ 0.0018837729125882655,
727
+ 0.01644694473701499
728
+ ],
729
+ "std": [
730
+ 0.08113809713205779,
731
+ 0.11979171619788416,
732
+ 0.07779249824675831,
733
+ 0.01449682809529422,
734
+ 0.0004727827407994287,
735
+ 0.008708729337129345,
736
+ 0.014091216485722707
737
+ ],
738
+ "count": [
739
+ 23050
740
+ ]
741
+ },
742
+ "observation.widowX.base_position": {
743
+ "min": [
744
+ -0.15000000596046448,
745
+ 0.0,
746
+ -0.10000000149011612
747
+ ],
748
+ "max": [
749
+ -0.15000000596046448,
750
+ 0.0,
751
+ -0.10000000149011612
752
+ ],
753
+ "mean": [
754
+ -0.15000016219703857,
755
+ 0.0,
756
+ -0.10000007860507985
757
+ ],
758
+ "std": [
759
+ 5.484433347831165e-07,
760
+ 0.0,
761
+ 3.8554763468554887e-07
762
+ ],
763
+ "count": [
764
+ 23050
765
+ ]
766
+ },
767
+ "observation.sawyer.base_orientation": {
768
+ "min": [
769
+ 0.0
770
+ ],
771
+ "max": [
772
+ 0.0
773
+ ],
774
+ "mean": [
775
+ 0.0
776
+ ],
777
+ "std": [
778
+ 0.0
779
+ ],
780
+ "count": [
781
+ 23050
782
+ ]
783
+ },
784
+ "observation.jaco.joints": {
785
+ "min": [
786
+ -0.460774689912796,
787
+ 1.7475917339324951,
788
+ 3.5859215259552,
789
+ -3.5255963802337646,
790
+ -1.996590256690979,
791
+ -3.0246434211730957,
792
+ 0.0
793
+ ],
794
+ "max": [
795
+ 0.6019247770309448,
796
+ 3.0030834674835205,
797
+ 5.702363967895508,
798
+ 0.6340334415435791,
799
+ 1.3732553720474243,
800
+ 0.018917985260486603,
801
+ 1.0
802
+ ],
803
+ "mean": [
804
+ 0.05096160356733148,
805
+ 2.247704112364258,
806
+ 4.435092347500898,
807
+ -0.3883105647647976,
808
+ -0.76621928620235,
809
+ -2.282279786599432,
810
+ 0.4343600881571625
811
+ ],
812
+ "std": [
813
+ 0.20978275704565988,
814
+ 0.23137867656539413,
815
+ 0.38592901188329415,
816
+ 1.412988501159839,
817
+ 0.819635985207086,
818
+ 0.9484034530526968,
819
+ 0.49567267484000227
820
+ ],
821
+ "count": [
822
+ 23050
823
+ ]
824
+ },
825
+ "observation.jaco.base_position": {
826
+ "min": [
827
+ 0.0,
828
+ 0.0,
829
+ 0.0
830
+ ],
831
+ "max": [
832
+ 0.0,
833
+ 0.0,
834
+ 0.0
835
+ ],
836
+ "mean": [
837
+ 0.0,
838
+ 0.0,
839
+ 0.0
840
+ ],
841
+ "std": [
842
+ 0.0,
843
+ 0.0,
844
+ 0.0
845
+ ],
846
+ "count": [
847
+ 23050
848
+ ]
849
+ },
850
+ "observation.widowX.ee_error": {
851
+ "min": [
852
+ -0.01258203387260437,
853
+ -0.011340707540512085,
854
+ -0.005233839154243469,
855
+ -0.1321033537387848,
856
+ -0.00012195110321044922,
857
+ -0.00046793418005108833,
858
+ -0.09812247008085251
859
+ ],
860
+ "max": [
861
+ 0.011839896440505981,
862
+ 0.005660593509674072,
863
+ 0.006649315357208252,
864
+ 0.05512814596295357,
865
+ 0.028214097023010254,
866
+ 0.19955770671367645,
867
+ 0.06694822013378143
868
+ ],
869
+ "mean": [
870
+ 0.0007309214220336537,
871
+ -0.0013068378635296134,
872
+ 0.0005070530821860718,
873
+ -0.025357193479227595,
874
+ 0.0026103046970998153,
875
+ 0.028144608583553707,
876
+ -0.004642097164840304
877
+ ],
878
+ "std": [
879
+ 0.002215286927430815,
880
+ 0.0024590523615623605,
881
+ 0.0008130355953951681,
882
+ 0.037628610713234735,
883
+ 0.004592014852528114,
884
+ 0.04301453086830258,
885
+ 0.009819915451354942
886
+ ],
887
+ "count": [
888
+ 23050
889
+ ]
890
+ },
891
+ "observation.google_robot.ee_pose": {
892
+ "min": [
893
+ 0.3080892562866211,
894
+ -0.29762864112854004,
895
+ 0.030121667310595512,
896
+ -0.0566665418446064,
897
+ 0.9942118525505066,
898
+ -0.026456007733941078,
899
+ -0.019306471571326256
900
+ ],
901
+ "max": [
902
+ 0.6601385474205017,
903
+ 0.23471319675445557,
904
+ 0.3857493996620178,
905
+ 0.02001786045730114,
906
+ 0.9999998807907104,
907
+ 0.022851837798953056,
908
+ 0.10444683581590652
909
+ ],
910
+ "mean": [
911
+ 0.531045341451618,
912
+ 0.014871785875622975,
913
+ 0.14828067224060637,
914
+ -0.011499208895476442,
915
+ 0.9995324343947164,
916
+ 0.0019179603450866203,
917
+ 0.01680719331359398
918
+ ],
919
+ "std": [
920
+ 0.0808083565941884,
921
+ 0.11926053060679519,
922
+ 0.07777995330259874,
923
+ 0.014459326363096969,
924
+ 0.0005697943085856684,
925
+ 0.008739621876198539,
926
+ 0.015195207262103433
927
+ ],
928
+ "count": [
929
+ 23050
930
+ ]
931
+ },
932
+ "observation.kinova3.ee_error": {
933
+ "min": [
934
+ -6.884336471557617e-06,
935
+ -3.725290298461914e-07,
936
+ -5.97536563873291e-06,
937
+ -1.1242926120758057e-05,
938
+ -6.735324859619141e-06,
939
+ -2.3053959012031555e-05,
940
+ 3.471970558166504e-05
941
+ ],
942
+ "max": [
943
+ -1.0132789611816406e-06,
944
+ 1.5348196029663086e-06,
945
+ -1.1920928955078125e-06,
946
+ 3.1303963623940945e-05,
947
+ 2.86102294921875e-06,
948
+ 2.212892286479473e-05,
949
+ 0.0001777028664946556
950
+ ],
951
+ "mean": [
952
+ -4.5617723248963e-06,
953
+ 5.493892072970534e-07,
954
+ -3.2741208858826523e-06,
955
+ 8.868381242874147e-06,
956
+ -1.6892318443529895e-06,
957
+ -5.857194839203028e-06,
958
+ 0.00011932126604350902
959
+ ],
960
+ "std": [
961
+ 1.1014353241660909e-06,
962
+ 2.5724891338874035e-07,
963
+ 8.589289288886312e-07,
964
+ 8.109886620616678e-06,
965
+ 1.376410251602799e-06,
966
+ 1.0109940354792602e-05,
967
+ 2.682293506918691e-05
968
+ ],
969
+ "count": [
970
+ 23050
971
+ ]
972
+ },
973
+ "observation.google_robot.joints": {
974
+ "min": [
975
+ -0.6661268472671509,
976
+ 0.7555574178695679,
977
+ -0.5664463043212891,
978
+ 0.48269519209861755,
979
+ -1.7472198009490967,
980
+ -1.7899999618530273,
981
+ -2.676867961883545,
982
+ 0.0
983
+ ],
984
+ "max": [
985
+ 0.8414738774299622,
986
+ 1.927893042564392,
987
+ 1.8168696165084839,
988
+ 2.33491849899292,
989
+ 2.25362491607666,
990
+ 0.7806671857833862,
991
+ 1.350000023841858,
992
+ 1.0
993
+ ],
994
+ "mean": [
995
+ 0.2850331713356595,
996
+ 1.3655704898844572,
997
+ 0.5221454785251889,
998
+ 1.4808298967484539,
999
+ 0.08196349214059412,
1000
+ -0.19087996010149377,
1001
+ -0.5374827976625033,
1002
+ 0.4343600881571625
1003
+ ],
1004
+ "std": [
1005
+ 0.32391639871760936,
1006
+ 0.21277213447523086,
1007
+ 0.4461038305518847,
1008
+ 0.3442720387502337,
1009
+ 1.4537919389827756,
1010
+ 0.712527559148111,
1011
+ 1.3618754093410679,
1012
+ 0.49567267484000227
1013
+ ],
1014
+ "count": [
1015
+ 23050
1016
+ ]
1017
+ },
1018
+ "observation.images.ur5e": {
1019
+ "min": [
1020
+ [
1021
+ [
1022
+ 0.0
1023
+ ]
1024
+ ],
1025
+ [
1026
+ [
1027
+ 0.0
1028
+ ]
1029
+ ],
1030
+ [
1031
+ [
1032
+ 0.0
1033
+ ]
1034
+ ]
1035
+ ],
1036
+ "max": [
1037
+ [
1038
+ [
1039
+ 1.0
1040
+ ]
1041
+ ],
1042
+ [
1043
+ [
1044
+ 1.0
1045
+ ]
1046
+ ],
1047
+ [
1048
+ [
1049
+ 1.0
1050
+ ]
1051
+ ]
1052
+ ],
1053
+ "mean": [
1054
+ [
1055
+ [
1056
+ 0.3665369055780822
1057
+ ]
1058
+ ],
1059
+ [
1060
+ [
1061
+ 0.36011835778600493
1062
+ ]
1063
+ ],
1064
+ [
1065
+ [
1066
+ 0.3485852651977653
1067
+ ]
1068
+ ]
1069
+ ],
1070
+ "std": [
1071
+ [
1072
+ [
1073
+ 0.3035651993658041
1074
+ ]
1075
+ ],
1076
+ [
1077
+ [
1078
+ 0.3046617301050027
1079
+ ]
1080
+ ],
1081
+ [
1082
+ [
1083
+ 0.3070145832788233
1084
+ ]
1085
+ ]
1086
+ ],
1087
+ "count": [
1088
+ 10010
1089
+ ]
1090
+ },
1091
+ "task_index": {
1092
+ "min": [
1093
+ 0
1094
+ ],
1095
+ "max": [
1096
+ 6
1097
+ ],
1098
+ "mean": [
1099
+ 2.427765726681128
1100
+ ],
1101
+ "std": [
1102
+ 1.9025753745239844
1103
+ ],
1104
+ "count": [
1105
+ 23050
1106
+ ]
1107
+ },
1108
+ "observation.kinova3.joints": {
1109
+ "min": [
1110
+ -0.3935376703739166,
1111
+ 0.03475346788764,
1112
+ -0.21221217513084412,
1113
+ 0.6809139251708984,
1114
+ -0.04622379690408707,
1115
+ 0.5759534239768982,
1116
+ -0.4173491299152374,
1117
+ 0.0
1118
+ ],
1119
+ "max": [
1120
+ 0.4943140149116516,
1121
+ 1.151071548461914,
1122
+ -0.03353998437523842,
1123
+ 2.1396660804748535,
1124
+ 0.09885576367378235,
1125
+ 1.6744211912155151,
1126
+ 0.43495693802833557,
1127
+ 1.0
1128
+ ],
1129
+ "mean": [
1130
+ -0.008966562683045572,
1131
+ 0.7101073534731751,
1132
+ -0.08351349648160945,
1133
+ 1.390248720501095,
1134
+ 0.03773548018978312,
1135
+ 1.0062197139154545,
1136
+ -0.0888797667248017,
1137
+ 0.4343600881571625
1138
+ ],
1139
+ "std": [
1140
+ 0.2020270931496998,
1141
+ 0.22337637228660395,
1142
+ 0.024439822048592425,
1143
+ 0.3181856182445971,
1144
+ 0.02603168163096723,
1145
+ 0.1966884549526529,
1146
+ 0.18400283607730278,
1147
+ 0.49567267484000227
1148
+ ],
1149
+ "count": [
1150
+ 23050
1151
+ ]
1152
+ },
1153
+ "observation.kinova3.base_position": {
1154
+ "min": [
1155
+ 0.0,
1156
+ 0.0,
1157
+ 0.0
1158
+ ],
1159
+ "max": [
1160
+ 0.0,
1161
+ 0.0,
1162
+ 0.0
1163
+ ],
1164
+ "mean": [
1165
+ 0.0,
1166
+ 0.0,
1167
+ 0.0
1168
+ ],
1169
+ "std": [
1170
+ 0.0,
1171
+ 0.0,
1172
+ 0.0
1173
+ ],
1174
+ "count": [
1175
+ 23050
1176
+ ]
1177
+ },
1178
+ "observation.images.xarm7": {
1179
+ "min": [
1180
+ [
1181
+ [
1182
+ 0.0
1183
+ ]
1184
+ ],
1185
+ [
1186
+ [
1187
+ 0.0
1188
+ ]
1189
+ ],
1190
+ [
1191
+ [
1192
+ 0.0
1193
+ ]
1194
+ ]
1195
+ ],
1196
+ "max": [
1197
+ [
1198
+ [
1199
+ 1.0
1200
+ ]
1201
+ ],
1202
+ [
1203
+ [
1204
+ 1.0
1205
+ ]
1206
+ ],
1207
+ [
1208
+ [
1209
+ 1.0
1210
+ ]
1211
+ ]
1212
+ ],
1213
+ "mean": [
1214
+ [
1215
+ [
1216
+ 0.3899760585003232
1217
+ ]
1218
+ ],
1219
+ [
1220
+ [
1221
+ 0.38026841230664754
1222
+ ]
1223
+ ],
1224
+ [
1225
+ [
1226
+ 0.3671205880720586
1227
+ ]
1228
+ ]
1229
+ ],
1230
+ "std": [
1231
+ [
1232
+ [
1233
+ 0.31609005395317663
1234
+ ]
1235
+ ],
1236
+ [
1237
+ [
1238
+ 0.31464267602525464
1239
+ ]
1240
+ ],
1241
+ [
1242
+ [
1243
+ 0.31660474836519564
1244
+ ]
1245
+ ]
1246
+ ],
1247
+ "count": [
1248
+ 10010
1249
+ ]
1250
+ },
1251
+ "observation.images.kuka_iiwa": {
1252
+ "min": [
1253
+ [
1254
+ [
1255
+ 0.0
1256
+ ]
1257
+ ],
1258
+ [
1259
+ [
1260
+ 0.0
1261
+ ]
1262
+ ],
1263
+ [
1264
+ [
1265
+ 0.0
1266
+ ]
1267
+ ]
1268
+ ],
1269
+ "max": [
1270
+ [
1271
+ [
1272
+ 1.0
1273
+ ]
1274
+ ],
1275
+ [
1276
+ [
1277
+ 1.0
1278
+ ]
1279
+ ],
1280
+ [
1281
+ [
1282
+ 1.0
1283
+ ]
1284
+ ]
1285
+ ],
1286
+ "mean": [
1287
+ [
1288
+ [
1289
+ 0.3846819440635616
1290
+ ]
1291
+ ],
1292
+ [
1293
+ [
1294
+ 0.3663999023307847
1295
+ ]
1296
+ ],
1297
+ [
1298
+ [
1299
+ 0.3388367459338047
1300
+ ]
1301
+ ]
1302
+ ],
1303
+ "std": [
1304
+ [
1305
+ [
1306
+ 0.3122248172739455
1307
+ ]
1308
+ ],
1309
+ [
1310
+ [
1311
+ 0.30154630099942853
1312
+ ]
1313
+ ],
1314
+ [
1315
+ [
1316
+ 0.30127589664626514
1317
+ ]
1318
+ ]
1319
+ ],
1320
+ "count": [
1321
+ 10010
1322
+ ]
1323
+ },
1324
+ "observation.images.kinova3": {
1325
+ "min": [
1326
+ [
1327
+ [
1328
+ 0.0
1329
+ ]
1330
+ ],
1331
+ [
1332
+ [
1333
+ 0.0
1334
+ ]
1335
+ ],
1336
+ [
1337
+ [
1338
+ 0.0
1339
+ ]
1340
+ ]
1341
+ ],
1342
+ "max": [
1343
+ [
1344
+ [
1345
+ 1.0
1346
+ ]
1347
+ ],
1348
+ [
1349
+ [
1350
+ 1.0
1351
+ ]
1352
+ ],
1353
+ [
1354
+ [
1355
+ 1.0
1356
+ ]
1357
+ ]
1358
+ ],
1359
+ "mean": [
1360
+ [
1361
+ [
1362
+ 0.3823821106725518
1363
+ ]
1364
+ ],
1365
+ [
1366
+ [
1367
+ 0.37247625626007985
1368
+ ]
1369
+ ],
1370
+ [
1371
+ [
1372
+ 0.3591370168774581
1373
+ ]
1374
+ ]
1375
+ ],
1376
+ "std": [
1377
+ [
1378
+ [
1379
+ 0.310361196351787
1380
+ ]
1381
+ ],
1382
+ [
1383
+ [
1384
+ 0.30866365315148353
1385
+ ]
1386
+ ],
1387
+ [
1388
+ [
1389
+ 0.31035942634977165
1390
+ ]
1391
+ ]
1392
+ ],
1393
+ "count": [
1394
+ 10010
1395
+ ]
1396
+ },
1397
+ "observation.kuka_iiwa.ee_error": {
1398
+ "min": [
1399
+ -0.017677664756774902,
1400
+ -0.0020350217819213867,
1401
+ -0.0047164857387542725,
1402
+ -0.02054104208946228,
1403
+ -0.0007081031799316406,
1404
+ -0.0004067991394549608,
1405
+ -5.309004336595535e-05
1406
+ ],
1407
+ "max": [
1408
+ 9.59634780883789e-06,
1409
+ 0.002091348171234131,
1410
+ 4.947185516357422e-06,
1411
+ 0.02247915416955948,
1412
+ 0.016581177711486816,
1413
+ 0.0008865976706147194,
1414
+ 0.1848934441804886
1415
+ ],
1416
+ "mean": [
1417
+ -0.0009029304288637128,
1418
+ 7.763734221259366e-06,
1419
+ -0.00013531939929331088,
1420
+ 8.644412937259888e-05,
1421
+ 0.0005604628226393307,
1422
+ 1.046841414051499e-05,
1423
+ 0.009747700048764603
1424
+ ],
1425
+ "std": [
1426
+ 0.003218713088749645,
1427
+ 0.00021407785216424023,
1428
+ 0.0005469685776904589,
1429
+ 0.0021445224491606816,
1430
+ 0.002278174015493466,
1431
+ 8.355688680451917e-05,
1432
+ 0.03456726121354924
1433
+ ],
1434
+ "count": [
1435
+ 23050
1436
+ ]
1437
+ },
1438
+ "observation.xarm7.base_orientation": {
1439
+ "min": [
1440
+ 0.0
1441
+ ],
1442
+ "max": [
1443
+ 0.0
1444
+ ],
1445
+ "mean": [
1446
+ 0.0
1447
+ ],
1448
+ "std": [
1449
+ 0.0
1450
+ ],
1451
+ "count": [
1452
+ 23050
1453
+ ]
1454
+ },
1455
+ "observation.ur5e.joints": {
1456
+ "min": [
1457
+ -2.2984275817871094,
1458
+ -2.082646369934082,
1459
+ 1.412058711051941,
1460
+ -2.50256085395813,
1461
+ -1.6055638790130615,
1462
+ -0.7292243838310242,
1463
+ 0.0
1464
+ ],
1465
+ "max": [
1466
+ -1.4133483171463013,
1467
+ -0.9281907081604004,
1468
+ 2.373366355895996,
1469
+ -1.4661362171173096,
1470
+ -1.458903431892395,
1471
+ 0.14359457790851593,
1472
+ 1.0
1473
+ ],
1474
+ "mean": [
1475
+ -1.8189208847788565,
1476
+ -1.3638509164352997,
1477
+ 1.8890341833822122,
1478
+ -2.126089731845318,
1479
+ -1.5411198156360948,
1480
+ -0.2512596303153502,
1481
+ 0.4343600881571625
1482
+ ],
1483
+ "std": [
1484
+ 0.21515018830787977,
1485
+ 0.24870678076089273,
1486
+ 0.21227268386082407,
1487
+ 0.19556129040959128,
1488
+ 0.02593813100919689,
1489
+ 0.20679448702465264,
1490
+ 0.49567267484000227
1491
+ ],
1492
+ "count": [
1493
+ 23050
1494
+ ]
1495
+ },
1496
+ "observation.google_robot.base_position": {
1497
+ "min": [
1498
+ 0.0,
1499
+ 0.0,
1500
+ 0.0
1501
+ ],
1502
+ "max": [
1503
+ 0.0,
1504
+ 0.0,
1505
+ 0.0
1506
+ ],
1507
+ "mean": [
1508
+ 0.0,
1509
+ 0.0,
1510
+ 0.0
1511
+ ],
1512
+ "std": [
1513
+ 0.0,
1514
+ 0.0,
1515
+ 0.0
1516
+ ],
1517
+ "count": [
1518
+ 23050
1519
+ ]
1520
+ },
1521
+ "observation.sawyer.base_position": {
1522
+ "min": [
1523
+ 0.0,
1524
+ 0.0,
1525
+ 0.0
1526
+ ],
1527
+ "max": [
1528
+ 0.0,
1529
+ 0.0,
1530
+ 0.0
1531
+ ],
1532
+ "mean": [
1533
+ 0.0,
1534
+ 0.0,
1535
+ 0.0
1536
+ ],
1537
+ "std": [
1538
+ 0.0,
1539
+ 0.0,
1540
+ 0.0
1541
+ ],
1542
+ "count": [
1543
+ 23050
1544
+ ]
1545
+ },
1546
+ "observation.xarm7.base_position": {
1547
+ "min": [
1548
+ 0.0,
1549
+ 0.0,
1550
+ 0.0
1551
+ ],
1552
+ "max": [
1553
+ 0.0,
1554
+ 0.0,
1555
+ 0.0
1556
+ ],
1557
+ "mean": [
1558
+ 0.0,
1559
+ 0.0,
1560
+ 0.0
1561
+ ],
1562
+ "std": [
1563
+ 0.0,
1564
+ 0.0,
1565
+ 0.0
1566
+ ],
1567
+ "count": [
1568
+ 23050
1569
+ ]
1570
+ },
1571
+ "index": {
1572
+ "min": [
1573
+ 0
1574
+ ],
1575
+ "max": [
1576
+ 23049
1577
+ ],
1578
+ "mean": [
1579
+ 11524.5
1580
+ ],
1581
+ "std": [
1582
+ 6653.961846148503
1583
+ ],
1584
+ "count": [
1585
+ 23050
1586
+ ]
1587
+ },
1588
+ "observation.google_robot.ee_error": {
1589
+ "min": [
1590
+ -0.00023651123046875,
1591
+ -0.0006492733955383301,
1592
+ -0.00010648369789123535,
1593
+ -0.0181182362139225,
1594
+ -7.510185241699219e-06,
1595
+ -0.015884706750512123,
1596
+ -0.07716470956802368
1597
+ ],
1598
+ "max": [
1599
+ 0.0025973916053771973,
1600
+ 0.0003413492231629789,
1601
+ 0.000544324517250061,
1602
+ 0.00594734214246273,
1603
+ 0.0052492618560791016,
1604
+ 0.00013933773152530193,
1605
+ 0.0011238418519496918
1606
+ ],
1607
+ "mean": [
1608
+ 1.0004404122854988e-05,
1609
+ -1.852741813817968e-06,
1610
+ 2.2819061600074984e-06,
1611
+ -6.367408815765948e-05,
1612
+ 2.3311502482860033e-05,
1613
+ -4.92459890214093e-05,
1614
+ -0.0004053663399225524
1615
+ ],
1616
+ "std": [
1617
+ 0.00016820246529452898,
1618
+ 4.551162857026607e-05,
1619
+ 2.3130629102905607e-05,
1620
+ 0.0012399296014635323,
1621
+ 0.0003073836084227656,
1622
+ 0.0007879096960004534,
1623
+ 0.00486596970078325
1624
+ ],
1625
+ "count": [
1626
+ 23050
1627
+ ]
1628
+ },
1629
+ "observation.jaco.base_orientation": {
1630
+ "min": [
1631
+ 0.0
1632
+ ],
1633
+ "max": [
1634
+ 0.0
1635
+ ],
1636
+ "mean": [
1637
+ 0.0
1638
+ ],
1639
+ "std": [
1640
+ 0.0
1641
+ ],
1642
+ "count": [
1643
+ 23050
1644
+ ]
1645
+ },
1646
+ "observation.ur5e.ee_error": {
1647
+ "min": [
1648
+ -4.202127456665039e-06,
1649
+ -3.0025839805603027e-06,
1650
+ -3.9995647966861725e-06,
1651
+ -3.3593736588954926e-05,
1652
+ -2.7418136596679688e-06,
1653
+ -7.420312613248825e-06,
1654
+ -1.2803822755813599e-05
1655
+ ],
1656
+ "max": [
1657
+ 9.417533874511719e-06,
1658
+ 8.642673492431641e-07,
1659
+ 2.205371856689453e-06,
1660
+ 1.8797582015395164e-05,
1661
+ 1.3113021850585938e-06,
1662
+ 3.678182838484645e-05,
1663
+ 9.551830589771271e-05
1664
+ ],
1665
+ "mean": [
1666
+ -1.2379134792439573e-06,
1667
+ -8.891384479795098e-07,
1668
+ -2.199585604378265e-06,
1669
+ -3.4538642606247834e-06,
1670
+ -7.39030362489176e-07,
1671
+ 1.2077355345935355e-05,
1672
+ 5.3092641446828703e-05
1673
+ ],
1674
+ "std": [
1675
+ 1.0758817420094044e-06,
1676
+ 7.678277853458747e-07,
1677
+ 7.458388547407746e-07,
1678
+ 7.605767654999182e-06,
1679
+ 6.059476358760796e-07,
1680
+ 1.0771448235315842e-05,
1681
+ 2.016483576754183e-05
1682
+ ],
1683
+ "count": [
1684
+ 23050
1685
+ ]
1686
+ },
1687
+ "observation.sawyer.joints": {
1688
+ "min": [
1689
+ -1.675268292427063,
1690
+ -1.721401572227478,
1691
+ -0.9234541058540344,
1692
+ 1.5571272373199463,
1693
+ -0.9031253457069397,
1694
+ 0.40020325779914856,
1695
+ -3.659170627593994,
1696
+ 0.0
1697
+ ],
1698
+ "max": [
1699
+ 0.03929224610328674,
1700
+ -0.4624762237071991,
1701
+ 2.1073899269104004,
1702
+ 2.6171255111694336,
1703
+ 1.2379156351089478,
1704
+ 1.3786851167678833,
1705
+ 2.1616430282592773,
1706
+ 1.0
1707
+ ],
1708
+ "mean": [
1709
+ -0.7555485994961929,
1710
+ -1.0611216250960585,
1711
+ 0.7755973598768292,
1712
+ 2.0436707500315023,
1713
+ -0.473710432037097,
1714
+ 0.818406819539577,
1715
+ -2.5669289806039113,
1716
+ 0.4343600881571625
1717
+ ],
1718
+ "std": [
1719
+ 0.297760761567729,
1720
+ 0.2671384544278166,
1721
+ 0.4592361356099746,
1722
+ 0.2225759177109265,
1723
+ 0.3424442980892133,
1724
+ 0.12700606464850647,
1725
+ 0.7551552255190497,
1726
+ 0.49567267484000227
1727
+ ],
1728
+ "count": [
1729
+ 23050
1730
+ ]
1731
+ },
1732
+ "observation.ur5e.base_orientation": {
1733
+ "min": [
1734
+ 0.0
1735
+ ],
1736
+ "max": [
1737
+ 0.0
1738
+ ],
1739
+ "mean": [
1740
+ 0.0
1741
+ ],
1742
+ "std": [
1743
+ 0.0
1744
+ ],
1745
+ "count": [
1746
+ 23050
1747
+ ]
1748
+ },
1749
+ "frame_index": {
1750
+ "min": [
1751
+ 0
1752
+ ],
1753
+ "max": [
1754
+ 736
1755
+ ],
1756
+ "mean": [
1757
+ 145.26737527114966
1758
+ ],
1759
+ "std": [
1760
+ 119.34921056969634
1761
+ ],
1762
+ "count": [
1763
+ 23050
1764
+ ]
1765
+ },
1766
+ "observation.jaco.ee_pose": {
1767
+ "min": [
1768
+ 0.3069736957550049,
1769
+ -0.29841864109039307,
1770
+ 0.005121191032230854,
1771
+ -0.056989118456840515,
1772
+ 0.9923363327980042,
1773
+ -0.026383008807897568,
1774
+ -0.018551509827375412
1775
+ ],
1776
+ "max": [
1777
+ 0.6619203090667725,
1778
+ 0.23504561185836792,
1779
+ 0.3607608377933502,
1780
+ 0.027079761028289795,
1781
+ 0.9999998807907104,
1782
+ 0.01986088789999485,
1783
+ 0.12039469927549362
1784
+ ],
1785
+ "mean": [
1786
+ 0.5318604752453703,
1787
+ 0.01544495765481916,
1788
+ 0.12331833403048442,
1789
+ -0.011684433947768823,
1790
+ 0.9995476994364484,
1791
+ 0.001982838723451137,
1792
+ 0.016620767701825294
1793
+ ],
1794
+ "std": [
1795
+ 0.08114002317452132,
1796
+ 0.11979080489087131,
1797
+ 0.07779044154274084,
1798
+ 0.014535930212392523,
1799
+ 0.0004812848333584235,
1800
+ 0.008684876313097658,
1801
+ 0.014182653626320096
1802
+ ],
1803
+ "count": [
1804
+ 23050
1805
+ ]
1806
+ },
1807
+ "observation.images.jaco": {
1808
+ "min": [
1809
+ [
1810
+ [
1811
+ 0.0
1812
+ ]
1813
+ ],
1814
+ [
1815
+ [
1816
+ 0.0
1817
+ ]
1818
+ ],
1819
+ [
1820
+ [
1821
+ 0.0
1822
+ ]
1823
+ ]
1824
+ ],
1825
+ "max": [
1826
+ [
1827
+ [
1828
+ 1.0
1829
+ ]
1830
+ ],
1831
+ [
1832
+ [
1833
+ 1.0
1834
+ ]
1835
+ ],
1836
+ [
1837
+ [
1838
+ 1.0
1839
+ ]
1840
+ ]
1841
+ ],
1842
+ "mean": [
1843
+ [
1844
+ [
1845
+ 0.3642873701189877
1846
+ ]
1847
+ ],
1848
+ [
1849
+ [
1850
+ 0.35423571208203564
1851
+ ]
1852
+ ],
1853
+ [
1854
+ [
1855
+ 0.34009245735201604
1856
+ ]
1857
+ ]
1858
+ ],
1859
+ "std": [
1860
+ [
1861
+ [
1862
+ 0.3022624581796855
1863
+ ]
1864
+ ],
1865
+ [
1866
+ [
1867
+ 0.29990238488246473
1868
+ ]
1869
+ ],
1870
+ [
1871
+ [
1872
+ 0.30078423836030754
1873
+ ]
1874
+ ]
1875
+ ],
1876
+ "count": [
1877
+ 10010
1878
+ ]
1879
+ },
1880
+ "observation.images.widowX": {
1881
+ "min": [
1882
+ [
1883
+ [
1884
+ 0.0
1885
+ ]
1886
+ ],
1887
+ [
1888
+ [
1889
+ 0.0
1890
+ ]
1891
+ ],
1892
+ [
1893
+ [
1894
+ 0.0
1895
+ ]
1896
+ ]
1897
+ ],
1898
+ "max": [
1899
+ [
1900
+ [
1901
+ 1.0
1902
+ ]
1903
+ ],
1904
+ [
1905
+ [
1906
+ 1.0
1907
+ ]
1908
+ ],
1909
+ [
1910
+ [
1911
+ 1.0
1912
+ ]
1913
+ ]
1914
+ ],
1915
+ "mean": [
1916
+ [
1917
+ [
1918
+ 0.3750809063485535
1919
+ ]
1920
+ ],
1921
+ [
1922
+ [
1923
+ 0.36450211463373233
1924
+ ]
1925
+ ],
1926
+ [
1927
+ [
1928
+ 0.34983569660187314
1929
+ ]
1930
+ ]
1931
+ ],
1932
+ "std": [
1933
+ [
1934
+ [
1935
+ 0.301127476743516
1936
+ ]
1937
+ ],
1938
+ [
1939
+ [
1940
+ 0.29902407751080845
1941
+ ]
1942
+ ],
1943
+ [
1944
+ [
1945
+ 0.3007763099458389
1946
+ ]
1947
+ ]
1948
+ ],
1949
+ "count": [
1950
+ 10010
1951
+ ]
1952
+ },
1953
+ "timestamp": {
1954
+ "min": [
1955
+ 0.0
1956
+ ],
1957
+ "max": [
1958
+ 24.533333333333335
1959
+ ],
1960
+ "mean": [
1961
+ 4.842245842371656
1962
+ ],
1963
+ "std": [
1964
+ 3.9783070189898777
1965
+ ],
1966
+ "count": [
1967
+ 23050
1968
+ ]
1969
+ },
1970
+ "observation.state": {
1971
+ "min": [
1972
+ -0.6423624157905579,
1973
+ -0.7777416110038757,
1974
+ -0.014163264073431492,
1975
+ -2.942843437194824,
1976
+ -0.4550175368785858,
1977
+ 1.8270330429077148,
1978
+ 0.2781994640827179,
1979
+ 0.0,
1980
+ -3.5964696407318115,
1981
+ -3.681406021118164,
1982
+ -35.15229415893555,
1983
+ -6.795281887054443,
1984
+ -1.8403599262237549,
1985
+ -3.180349588394165,
1986
+ -3.845444440841675,
1987
+ -9.97824764251709,
1988
+ -6.138840198516846,
1989
+ -2.5440776348114014,
1990
+ -2.556051015853882,
1991
+ -0.824521005153656
1992
+ ],
1993
+ "max": [
1994
+ 0.24314826726913452,
1995
+ 0.7470589280128479,
1996
+ 0.6863030195236206,
1997
+ -1.697771668434143,
1998
+ 0.08691086620092392,
1999
+ 2.8063127994537354,
2000
+ 1.3923155069351196,
2001
+ 1.0,
2002
+ 13.731677055358887,
2003
+ 9.989802360534668,
2004
+ 6.303621768951416,
2005
+ 6.761801719665527,
2006
+ 20.623111724853516,
2007
+ 5.365540981292725,
2008
+ 13.376190185546875,
2009
+ 3.712071418762207,
2010
+ 35.26542282104492,
2011
+ 1.5155644416809082,
2012
+ 1.0365854501724243,
2013
+ 1.0860586166381836
2014
+ ],
2015
+ "mean": [
2016
+ -0.1091457290170788,
2017
+ 0.1837489203486133,
2018
+ 0.12855406537530803,
2019
+ -2.2193469014136755,
2020
+ -0.01380782675615223,
2021
+ 2.4351182539085503,
2022
+ 0.8034998757060852,
2023
+ 0.5656399139639096,
2024
+ 4.041474880261949,
2025
+ 0.7907270441677041,
2026
+ -0.36394110258418155,
2027
+ -0.6820244443850539,
2028
+ 1.6248344092669043,
2029
+ 0.25973439412429894,
2030
+ 4.056281089234507,
2031
+ -0.754725972352804,
2032
+ 0.5675428594686011,
2033
+ -0.5216536615729138,
2034
+ -0.6668357439167846,
2035
+ 0.11639982865359674
2036
+ ],
2037
+ "std": [
2038
+ 0.16663428943035263,
2039
+ 0.3085040457081485,
2040
+ 0.12131426264923145,
2041
+ 0.27799800346031683,
2042
+ 0.05456814532846605,
2043
+ 0.1700354972995953,
2044
+ 0.20356887620843522,
2045
+ 0.49567266796546716,
2046
+ 1.891228073302656,
2047
+ 1.7153126975691364,
2048
+ 2.620008764302689,
2049
+ 0.9928043482205295,
2050
+ 1.527670808214883,
2051
+ 0.42641615211361783,
2052
+ 1.876519341294,
2053
+ 1.6463687428588942,
2054
+ 2.6264388924440603,
2055
+ 0.667260993016193,
2056
+ 0.46607899711945233,
2057
+ 0.375002845059667
2058
+ ],
2059
+ "count": [
2060
+ 23050
2061
+ ]
2062
+ },
2063
+ "observation.joints": {
2064
+ "min": [
2065
+ -0.6423624157905579,
2066
+ -0.7777416110038757,
2067
+ -0.014163264073431492,
2068
+ -2.942843437194824,
2069
+ -0.4550175368785858,
2070
+ 1.8270330429077148,
2071
+ 0.2781994640827179,
2072
+ 0.0
2073
+ ],
2074
+ "max": [
2075
+ 0.24314826726913452,
2076
+ 0.7470589280128479,
2077
+ 0.6863030195236206,
2078
+ -1.697771668434143,
2079
+ 0.08691086620092392,
2080
+ 2.8063127994537354,
2081
+ 1.3923155069351196,
2082
+ 1.0
2083
+ ],
2084
+ "mean": [
2085
+ -0.10847886496405582,
2086
+ 0.18008289164747365,
2087
+ 0.12786229070779057,
2088
+ -2.222978519441766,
2089
+ -0.013605982913691732,
2090
+ 2.4348434695866517,
2091
+ 0.8034970696590469,
2092
+ 0.4343600881571625
2093
+ ],
2094
+ "std": [
2095
+ 0.16625588724515258,
2096
+ 0.31180873976666024,
2097
+ 0.12132197882394118,
2098
+ 0.27955051721578805,
2099
+ 0.05448827490071037,
2100
+ 0.17076606944061196,
2101
+ 0.20289957628459507,
2102
+ 0.49567267484000227
2103
+ ],
2104
+ "count": [
2105
+ 23050
2106
+ ]
2107
+ },
2108
+ "observation.ur5e.ee_pose": {
2109
+ "min": [
2110
+ 0.3069787919521332,
2111
+ -0.2984200716018677,
2112
+ 0.005126791074872017,
2113
+ -0.0566709078848362,
2114
+ 0.9969724416732788,
2115
+ -0.026415670290589333,
2116
+ -0.018688315525650978
2117
+ ],
2118
+ "max": [
2119
+ 0.6619420647621155,
2120
+ 0.2350563257932663,
2121
+ 0.360770583152771,
2122
+ 0.018463486805558205,
2123
+ 0.9999998807907104,
2124
+ 0.019717074930667877,
2125
+ 0.06834857165813446
2126
+ ],
2127
+ "mean": [
2128
+ 0.5318716779939523,
2129
+ 0.015450548398633713,
2130
+ 0.12332564695716033,
2131
+ -0.01155942897175978,
2132
+ 0.9995564858747925,
2133
+ 0.0018566370022781405,
2134
+ 0.016348735283355183
2135
+ ],
2136
+ "std": [
2137
+ 0.08113931606469306,
2138
+ 0.1197933830572067,
2139
+ 0.0777920389520161,
2140
+ 0.014454827300088149,
2141
+ 0.00047046048395211874,
2142
+ 0.00866802035454682,
2143
+ 0.014083288426818899
2144
+ ],
2145
+ "count": [
2146
+ 23050
2147
+ ]
2148
+ },
2149
+ "observation.jaco.ee_error": {
2150
+ "min": [
2151
+ -5.960464477539063e-08,
2152
+ -0.001804158091545105,
2153
+ -0.0005681365728378296,
2154
+ -0.026434719562530518,
2155
+ -7.3909759521484375e-06,
2156
+ -0.0018733474425971508,
2157
+ -0.12358556687831879
2158
+ ],
2159
+ "max": [
2160
+ 0.0034847259521484375,
2161
+ 7.000751793384552e-05,
2162
+ 0.00411573052406311,
2163
+ 0.0004297913983464241,
2164
+ 0.007645249366760254,
2165
+ 0.0012310831807553768,
2166
+ 8.948147296905518e-06
2167
+ ],
2168
+ "mean": [
2169
+ 9.9980159324107e-06,
2170
+ 4.7031653198882456e-06,
2171
+ 5.094166967429217e-06,
2172
+ 0.00012155113313847106,
2173
+ 8.176047945556245e-06,
2174
+ -0.00011412407345838749,
2175
+ -0.00021894071568344663
2176
+ ],
2177
+ "std": [
2178
+ 5.3558772196503305e-05,
2179
+ 1.2622582288337026e-05,
2180
+ 0.00010678341631256002,
2181
+ 0.000389478516371148,
2182
+ 9.121542983963551e-05,
2183
+ 5.168473187728293e-05,
2184
+ 0.0021479135980047334
2185
+ ],
2186
+ "count": [
2187
+ 23050
2188
+ ]
2189
+ },
2190
+ "observation.images.sawyer": {
2191
+ "min": [
2192
+ [
2193
+ [
2194
+ 0.0
2195
+ ]
2196
+ ],
2197
+ [
2198
+ [
2199
+ 0.0
2200
+ ]
2201
+ ],
2202
+ [
2203
+ [
2204
+ 0.0
2205
+ ]
2206
+ ]
2207
+ ],
2208
+ "max": [
2209
+ [
2210
+ [
2211
+ 1.0
2212
+ ]
2213
+ ],
2214
+ [
2215
+ [
2216
+ 1.0
2217
+ ]
2218
+ ],
2219
+ [
2220
+ [
2221
+ 1.0
2222
+ ]
2223
+ ]
2224
+ ],
2225
+ "mean": [
2226
+ [
2227
+ [
2228
+ 0.3734196962351374
2229
+ ]
2230
+ ],
2231
+ [
2232
+ [
2233
+ 0.3512405449942214
2234
+ ]
2235
+ ],
2236
+ [
2237
+ [
2238
+ 0.3389133868582398
2239
+ ]
2240
+ ]
2241
+ ],
2242
+ "std": [
2243
+ [
2244
+ [
2245
+ 0.3053845452054965
2246
+ ]
2247
+ ],
2248
+ [
2249
+ [
2250
+ 0.3023559519517197
2251
+ ]
2252
+ ],
2253
+ [
2254
+ [
2255
+ 0.3033228477944821
2256
+ ]
2257
+ ]
2258
+ ],
2259
+ "count": [
2260
+ 10010
2261
+ ]
2262
+ }
2263
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06ab02ce8f75caf7389a466ba2601e8c7f9c835c89174af1f1c4baad5f3795a
3
+ size 2271
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:a0b229345268ac4dcd0ff0541f7cb12f33a271f4f53cb25aa395bce776e59712
3
+ size 223901201
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:9ae0e393cd341a567cd6393c1bd170e0ed61c3152c50ca1fa0d069f68ecb7dbd
3
+ size 253974533
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:43ba88c1637cec476113a96d315c27735d20ca4f4af463a8bab1e8e69078ac76
3
+ size 225902733
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:60cee7cd709ed49030653be7bed1cc1d29b372f81e852a29a5e0ce28df7984e0
3
+ size 228859868
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:46fbd6ceffdaa8e052ec5d0dc607df20438c1fa726a864a2109a43efab1f1b44
3
+ size 222031294
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:50556a09371b221f788b1d7bc559040c87a481bef6082f91a3769198ed3f194e
3
+ size 229603860
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:b8d4d9cdf0fef148a9257ba709a75a5efc599917f84649623654be2b0ebc5d73
3
+ size 229115280
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:39775889a7fba7c8e0e8c3a0eb08b4a7c886d6f8af61c0f74530132e37aad008
3
+ size 232142505
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:b79f89ef4666e09dd3ffaa8189ad1ff5d3af2d61f5a687a4f730afbb8905e1ce
3
+ size 228758971