GuanhuaJi commited on
Commit
ce541a7
·
verified ·
1 Parent(s): 7be87fd

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "taco_play_train_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: 15
11
+ total_episodes: 3242
12
+ total_frames: 213972
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
+ # taco_play_train_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**: 15
29
+ - **Episodes**: 3,242
30
+ - **Frames**: 213,972
31
+ - **Splits**:
32
+ - `train`: `0:3242`
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` | `150×200×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `150×200×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `150×200×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `150×200×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `150×200×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.sawyer` | `video` | `150×200×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `150×200×3` | Augmented image for ur5e robot |
52
+ | `observation.images.widowX` | `video` | `150×200×3` | Augmented image for widowX robot |
53
+ | `observation.images.xarm7` | `video` | `150×200×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` | `15` | 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{rosete2022tacorl,
121
+ author = {Erick Rosete-Beas and Oier Mees and Gabriel Kalweit and Joschka Boedecker and Wolfram Burgard},
122
+ title = {Latent Plans for Task Agnostic Offline Reinforcement Learning},
123
+ journal = {Proceedings of the 6th Conference on Robot Learning (CoRL)},
124
+ year = {2022}
125
+ }
126
+ @inproceedings{mees23hulc2,
127
+ title={Grounding Language with Visual Affordances over Unstructured Data},
128
+ author={Oier Mees and Jessica Borja-Diaz and Wolfram Burgard},
129
+ booktitle = {Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)},
130
+ year={2023},
131
+ address = {London, UK}
132
+ }
133
+ ```
134
+
135
+ ## OXE-AugE Dataset Citation (ours)
136
+
137
+ ```bibtex
138
+ @misc{
139
+ ji2025oxeaug,
140
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
141
+ 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},
142
+ year = {2025},
143
+ note = {Manuscript}
144
+ }
145
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974bd639db6838ba343b3e0351e218d30e58f16e80b3b339e6743f59eff9a8bb
3
+ size 167176019
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf5cb48888b2cd75916b8be101b8700c34254e3041daa6b0b1c044ddf33175db
3
+ size 20547268
meta/info.json ADDED
@@ -0,0 +1,528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 3242,
5
+ "total_frames": 213972,
6
+ "total_tasks": 403,
7
+ "chunks_size": 1000,
8
+ "fps": 15,
9
+ "splits": {
10
+ "train": "0:3242"
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": 15
21
+ },
22
+ "observation.widowX.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 15
28
+ },
29
+ "observation.widowX.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 15
35
+ },
36
+ "observation.widowX.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 15
42
+ },
43
+ "observation.widowX.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 15
49
+ },
50
+ "observation.images.widowX": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 150,
54
+ 200,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 150,
59
+ "video.width": 200,
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": 15
74
+ },
75
+ "observation.sawyer.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 15
81
+ },
82
+ "observation.sawyer.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 15
88
+ },
89
+ "observation.sawyer.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 15
95
+ },
96
+ "observation.sawyer.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 15
102
+ },
103
+ "observation.images.sawyer": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 150,
107
+ 200,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 150,
112
+ "video.width": 200,
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": 15
127
+ },
128
+ "observation.ur5e.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 15
134
+ },
135
+ "observation.ur5e.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 15
141
+ },
142
+ "observation.ur5e.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 15
148
+ },
149
+ "observation.ur5e.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 15
155
+ },
156
+ "observation.images.ur5e": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 150,
160
+ 200,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 150,
165
+ "video.width": 200,
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": 15
180
+ },
181
+ "observation.google_robot.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 15
187
+ },
188
+ "observation.google_robot.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 15
194
+ },
195
+ "observation.google_robot.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 15
201
+ },
202
+ "observation.google_robot.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 15
208
+ },
209
+ "observation.images.google_robot": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 150,
213
+ 200,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 150,
218
+ "video.width": 200,
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": 15
233
+ },
234
+ "observation.jaco.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 15
240
+ },
241
+ "observation.jaco.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 15
247
+ },
248
+ "observation.jaco.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 15
254
+ },
255
+ "observation.jaco.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 15
261
+ },
262
+ "observation.images.jaco": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 150,
266
+ 200,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 150,
271
+ "video.width": 200,
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": 15
286
+ },
287
+ "observation.kinova3.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 15
293
+ },
294
+ "observation.kinova3.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 15
300
+ },
301
+ "observation.kinova3.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 15
307
+ },
308
+ "observation.kinova3.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 15
314
+ },
315
+ "observation.images.kinova3": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 150,
319
+ 200,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 150,
324
+ "video.width": 200,
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": 15
339
+ },
340
+ "observation.kuka_iiwa.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 15
346
+ },
347
+ "observation.kuka_iiwa.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 15
353
+ },
354
+ "observation.kuka_iiwa.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 15
360
+ },
361
+ "observation.kuka_iiwa.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 15
367
+ },
368
+ "observation.images.kuka_iiwa": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 150,
372
+ 200,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 150,
377
+ "video.width": 200,
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": 15
392
+ },
393
+ "observation.xarm7.ee_pose": {
394
+ "dtype": "float32",
395
+ "shape": [
396
+ 7
397
+ ],
398
+ "fps": 15
399
+ },
400
+ "observation.xarm7.base_position": {
401
+ "dtype": "float32",
402
+ "shape": [
403
+ 3
404
+ ],
405
+ "fps": 15
406
+ },
407
+ "observation.xarm7.base_orientation": {
408
+ "dtype": "float32",
409
+ "shape": [
410
+ 1
411
+ ],
412
+ "fps": 15
413
+ },
414
+ "observation.xarm7.ee_error": {
415
+ "dtype": "float32",
416
+ "shape": [
417
+ 7
418
+ ],
419
+ "fps": 15
420
+ },
421
+ "observation.images.xarm7": {
422
+ "dtype": "video",
423
+ "shape": [
424
+ 150,
425
+ 200,
426
+ 3
427
+ ],
428
+ "info": {
429
+ "video.height": 150,
430
+ "video.width": 200,
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
+ 150,
443
+ 200,
444
+ 3
445
+ ],
446
+ "info": {
447
+ "video.height": 150,
448
+ "video.width": 200,
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": 15
463
+ },
464
+ "observation.state": {
465
+ "dtype": "float32",
466
+ "shape": [
467
+ 15
468
+ ],
469
+ "fps": 15
470
+ },
471
+ "observation.joints": {
472
+ "dtype": "float32",
473
+ "shape": [
474
+ 8
475
+ ],
476
+ "fps": 15
477
+ },
478
+ "observation.ee_pose": {
479
+ "dtype": "float32",
480
+ "shape": [
481
+ 7
482
+ ],
483
+ "fps": 15
484
+ },
485
+ "timestamp": {
486
+ "dtype": "float32",
487
+ "shape": [
488
+ 1
489
+ ],
490
+ "names": null,
491
+ "fps": 15
492
+ },
493
+ "frame_index": {
494
+ "dtype": "int64",
495
+ "shape": [
496
+ 1
497
+ ],
498
+ "names": null,
499
+ "fps": 15
500
+ },
501
+ "episode_index": {
502
+ "dtype": "int64",
503
+ "shape": [
504
+ 1
505
+ ],
506
+ "names": null,
507
+ "fps": 15
508
+ },
509
+ "index": {
510
+ "dtype": "int64",
511
+ "shape": [
512
+ 1
513
+ ],
514
+ "names": null,
515
+ "fps": 15
516
+ },
517
+ "task_index": {
518
+ "dtype": "int64",
519
+ "shape": [
520
+ 1
521
+ ],
522
+ "names": null,
523
+ "fps": 15
524
+ }
525
+ },
526
+ "data_files_size_in_mb": 500,
527
+ "video_files_size_in_mb": 500
528
+ }
meta/stats.json ADDED
@@ -0,0 +1,2243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.kuka_iiwa.base_position": {
3
+ "min": [
4
+ 0.0,
5
+ 0.0,
6
+ 0.0
7
+ ],
8
+ "max": [
9
+ 0.0,
10
+ 0.0,
11
+ 0.0
12
+ ],
13
+ "mean": [
14
+ 0.0,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ "std": [
19
+ 0.0,
20
+ 0.0,
21
+ 0.0
22
+ ],
23
+ "count": [
24
+ 213972
25
+ ]
26
+ },
27
+ "observation.ur5e.ee_pose": {
28
+ "min": [
29
+ 0.08234994113445282,
30
+ -0.494844913482666,
31
+ 0.24823147058486938,
32
+ -0.4003773331642151,
33
+ -0.7063689827919006,
34
+ -0.705384373664856,
35
+ -0.15741541981697083
36
+ ],
37
+ "max": [
38
+ 0.6868652105331421,
39
+ 0.6090198159217834,
40
+ 0.6628058552742004,
41
+ 0.21156291663646698,
42
+ 0.9999887943267822,
43
+ 0.9402574896812439,
44
+ 0.4198894202709198
45
+ ],
46
+ "mean": [
47
+ 0.3649790883822657,
48
+ 0.1274009208090494,
49
+ 0.4285841975717321,
50
+ -0.02840133463501127,
51
+ 0.9057457374246822,
52
+ 0.21398876687575233,
53
+ 0.08603566747071431
54
+ ],
55
+ "std": [
56
+ 0.10922908944175415,
57
+ 0.26678916500700445,
58
+ 0.1116965084372914,
59
+ 0.07168228672315025,
60
+ 0.12937607773650797,
61
+ 0.3088752262090425,
62
+ 0.09134699290831277
63
+ ],
64
+ "count": [
65
+ 213972
66
+ ]
67
+ },
68
+ "observation.widowX.base_position": {
69
+ "min": [
70
+ -0.20000000298023224,
71
+ -0.10000000149011612,
72
+ -0.32499998807907104
73
+ ],
74
+ "max": [
75
+ -0.17499999701976776,
76
+ -0.10000000149011612,
77
+ -0.22499999403953552
78
+ ],
79
+ "mean": [
80
+ -0.19656838988224568,
81
+ -0.09999994188547134,
82
+ -0.23872623314539787
83
+ ],
84
+ "std": [
85
+ 0.008602990780981937,
86
+ 5.960464477539063e-08,
87
+ 0.03441225027933307
88
+ ],
89
+ "count": [
90
+ 213972
91
+ ]
92
+ },
93
+ "observation.sawyer.joints": {
94
+ "min": [
95
+ -1.6025148630142212,
96
+ -3.272665500640869,
97
+ -3.04259991645813,
98
+ 0.19907498359680176,
99
+ -2.4625556468963623,
100
+ -1.721232295036316,
101
+ -4.712399959564209,
102
+ 0.0
103
+ ],
104
+ "max": [
105
+ 3.050299882888794,
106
+ 0.44582465291023254,
107
+ 0.7870122194290161,
108
+ 2.653531551361084,
109
+ 1.800438404083252,
110
+ 2.976099967956543,
111
+ 3.796699285507202,
112
+ 1.0
113
+ ],
114
+ "mean": [
115
+ 0.4283134304192064,
116
+ -1.3098981309220203,
117
+ -0.6708272947484318,
118
+ 1.7677431442004379,
119
+ 0.3951586344398466,
120
+ 1.180503737772048,
121
+ 0.9526811036419751,
122
+ 0.5729768386111812
123
+ ],
124
+ "std": [
125
+ 0.6087213290057636,
126
+ 0.38033190809340894,
127
+ 0.5081357868230073,
128
+ 0.3435190660985795,
129
+ 0.4676271761188274,
130
+ 0.3760661357543176,
131
+ 2.4656602372180005,
132
+ 0.4946457172899925
133
+ ],
134
+ "count": [
135
+ 213972
136
+ ]
137
+ },
138
+ "observation.ur5e.ee_error": {
139
+ "min": [
140
+ -6.183981895446777e-05,
141
+ -5.888938903808594e-05,
142
+ -8.344650268554688e-06,
143
+ -0.0012279823422431946,
144
+ -0.0008516311645507812,
145
+ -0.0013368725776672363,
146
+ -0.012932920828461647
147
+ ],
148
+ "max": [
149
+ 0.003858804702758789,
150
+ 0.004092097282409668,
151
+ 0.007433295249938965,
152
+ 0.01320907473564148,
153
+ 0.0006663203239440918,
154
+ 0.0004259347915649414,
155
+ 0.0008220374584197998
156
+ ],
157
+ "mean": [
158
+ -7.411968240558579e-07,
159
+ 4.085951778534999e-08,
160
+ 2.5471610467178887e-06,
161
+ -1.0704391772599535e-05,
162
+ -1.0907193429945674e-05,
163
+ 2.3626995399931934e-05,
164
+ 3.6539126467551327e-07
165
+ ],
166
+ "std": [
167
+ 3.211098812725074e-05,
168
+ 4.062985004618052e-05,
169
+ 7.8407881842439e-05,
170
+ 0.00010185595208432783,
171
+ 1.7999659531726672e-05,
172
+ 2.712913500342825e-05,
173
+ 0.00014277995902747012
174
+ ],
175
+ "count": [
176
+ 213972
177
+ ]
178
+ },
179
+ "observation.jaco.joints": {
180
+ "min": [
181
+ -1.8813151121139526,
182
+ 2.043426990509033,
183
+ 2.539755344390869,
184
+ -4.979365348815918,
185
+ -5.260491847991943,
186
+ -4.624192714691162,
187
+ 0.0
188
+ ],
189
+ "max": [
190
+ 1.3242740631103516,
191
+ 3.504199743270874,
192
+ 5.42784309387207,
193
+ 3.2732303142547607,
194
+ 3.3319005966186523,
195
+ 5.548948287963867,
196
+ 1.0
197
+ ],
198
+ "mean": [
199
+ -0.19620326303633592,
200
+ 2.7391357824142006,
201
+ 4.203387734332546,
202
+ 0.546681692072598,
203
+ -1.8011899743088964,
204
+ -1.9479290936535045,
205
+ 0.5729768386111812
206
+ ],
207
+ "std": [
208
+ 0.6572618246056563,
209
+ 0.22413366544488716,
210
+ 0.6564224019575302,
211
+ 0.9329074102901903,
212
+ 1.0438406906922977,
213
+ 0.9507286018446622,
214
+ 0.4946457172899925
215
+ ],
216
+ "count": [
217
+ 213972
218
+ ]
219
+ },
220
+ "observation.jaco.base_position": {
221
+ "min": [
222
+ 0.0,
223
+ 0.0,
224
+ 0.0
225
+ ],
226
+ "max": [
227
+ 0.0,
228
+ 0.0,
229
+ 0.0
230
+ ],
231
+ "mean": [
232
+ 0.0,
233
+ 0.0,
234
+ 0.0
235
+ ],
236
+ "std": [
237
+ 0.0,
238
+ 0.0,
239
+ 0.0
240
+ ],
241
+ "count": [
242
+ 213972
243
+ ]
244
+ },
245
+ "observation.google_robot.ee_pose": {
246
+ "min": [
247
+ 0.3073500692844391,
248
+ -0.4948471784591675,
249
+ 0.3413010835647583,
250
+ -0.4273928999900818,
251
+ -0.7063144445419312,
252
+ -0.7054561376571655,
253
+ -0.2540697753429413
254
+ ],
255
+ "max": [
256
+ 0.9106067419052124,
257
+ 0.6339348554611206,
258
+ 0.7628158926963806,
259
+ 0.2455393522977829,
260
+ 0.9999886155128479,
261
+ 0.9443449378013611,
262
+ 0.4916647970676422
263
+ ],
264
+ "mean": [
265
+ 0.5904757026571466,
266
+ 0.12698659679127003,
267
+ 0.528123404345786,
268
+ -0.033792905038488856,
269
+ 0.897838837571125,
270
+ 0.22148453561649376,
271
+ 0.09857408968809445
272
+ ],
273
+ "std": [
274
+ 0.10857773022497906,
275
+ 0.2664490912668791,
276
+ 0.11159673819919502,
277
+ 0.0780535648886342,
278
+ 0.13799844321773974,
279
+ 0.3150511938505416,
280
+ 0.09786739334533655
281
+ ],
282
+ "count": [
283
+ 213972
284
+ ]
285
+ },
286
+ "observation.images.widowX": {
287
+ "min": [
288
+ [
289
+ [
290
+ 0.0
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 0.0
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.0
301
+ ]
302
+ ]
303
+ ],
304
+ "max": [
305
+ [
306
+ [
307
+ 1.0
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 1.0
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 1.0
318
+ ]
319
+ ]
320
+ ],
321
+ "mean": [
322
+ [
323
+ [
324
+ 0.5502135809901942
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.5337846698914483
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.5154809189266613
335
+ ]
336
+ ]
337
+ ],
338
+ "std": [
339
+ [
340
+ [
341
+ 0.1656377876541103
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.17602625518815906
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.21926950016025584
352
+ ]
353
+ ]
354
+ ],
355
+ "count": [
356
+ 213972
357
+ ]
358
+ },
359
+ "observation.google_robot.base_orientation": {
360
+ "min": [
361
+ 0.0
362
+ ],
363
+ "max": [
364
+ 0.0
365
+ ],
366
+ "mean": [
367
+ 0.0
368
+ ],
369
+ "std": [
370
+ 0.0
371
+ ],
372
+ "count": [
373
+ 213972
374
+ ]
375
+ },
376
+ "observation.kinova3.ee_error": {
377
+ "min": [
378
+ -0.0016238242387771606,
379
+ -0.007001042366027832,
380
+ -5.334615707397461e-05,
381
+ -0.10625989735126495,
382
+ -0.00888758897781372,
383
+ -0.02377098798751831,
384
+ -0.2046595811843872
385
+ ],
386
+ "max": [
387
+ 0.007568001747131348,
388
+ 0.009017884731292725,
389
+ 0.013318955898284912,
390
+ 0.18644289672374725,
391
+ 0.03447240591049194,
392
+ 0.04070150852203369,
393
+ 0.0006645806133747101
394
+ ],
395
+ "mean": [
396
+ 0.00039327390124209254,
397
+ 0.0003954332170967604,
398
+ 0.0009808040514157333,
399
+ 0.004853083517426201,
400
+ 0.0015276527229004927,
401
+ 0.0007037187096917834,
402
+ -0.01390084141226559
403
+ ],
404
+ "std": [
405
+ 0.0009866317402715589,
406
+ 0.0014058103913004855,
407
+ 0.002109104725815844,
408
+ 0.01784698570198286,
409
+ 0.0043353594334403205,
410
+ 0.002577906196640557,
411
+ 0.03137032719690381
412
+ ],
413
+ "count": [
414
+ 213972
415
+ ]
416
+ },
417
+ "observation.sawyer.ee_error": {
418
+ "min": [
419
+ -0.004591047763824463,
420
+ -0.0067498646676540375,
421
+ -0.008164286613464355,
422
+ -0.08948931097984314,
423
+ -0.07725125551223755,
424
+ -1.407395839691162,
425
+ -0.0553993284702301
426
+ ],
427
+ "max": [
428
+ 0.0029207468032836914,
429
+ 0.017179235816001892,
430
+ 0.0015562772750854492,
431
+ 0.05138585343956947,
432
+ 1.407317876815796,
433
+ 0.074118971824646,
434
+ 0.19130858778953552
435
+ ],
436
+ "mean": [
437
+ -4.663466494495812e-06,
438
+ -5.214343506897485e-07,
439
+ 7.645320477676599e-07,
440
+ -3.1510040117370765e-05,
441
+ -1.7937509302284304e-06,
442
+ -1.2355124752677943e-05,
443
+ 0.0001041457766556943
444
+ ],
445
+ "std": [
446
+ 4.9713181317858714e-05,
447
+ 0.0001640765085767198,
448
+ 4.1844835456574244e-05,
449
+ 0.0014662354181517812,
450
+ 0.005460869067741637,
451
+ 0.005468141735146142,
452
+ 0.0022561299503834945
453
+ ],
454
+ "count": [
455
+ 213972
456
+ ]
457
+ },
458
+ "observation.xarm7.joints": {
459
+ "min": [
460
+ -2.6848292350769043,
461
+ -1.6014765501022339,
462
+ -2.670531749725342,
463
+ 0.5750343203544617,
464
+ -3.361623764038086,
465
+ -1.6929700374603271,
466
+ -4.744287967681885,
467
+ 0.0
468
+ ],
469
+ "max": [
470
+ 2.95930552482605,
471
+ 1.40781831741333,
472
+ 3.192751169204712,
473
+ 3.927000045776367,
474
+ 1.5571253299713135,
475
+ 3.0120041370391846,
476
+ 4.877506732940674,
477
+ 1.0
478
+ ],
479
+ "mean": [
480
+ -0.03148307550139711,
481
+ -0.15719202115965814,
482
+ 0.24370777860776086,
483
+ 1.68008331896566,
484
+ 0.13961936243960432,
485
+ 1.5297129676895036,
486
+ 1.308227969183001,
487
+ 0.5729768386111812
488
+ ],
489
+ "std": [
490
+ 0.7553799169662786,
491
+ 0.45898517156288393,
492
+ 0.6785866422134913,
493
+ 0.7065894407528109,
494
+ 0.3451592084557624,
495
+ 0.35077609933314774,
496
+ 2.5386804746714655,
497
+ 0.4946457172899925
498
+ ],
499
+ "count": [
500
+ 213972
501
+ ]
502
+ },
503
+ "frame_index": {
504
+ "min": [
505
+ 0
506
+ ],
507
+ "max": [
508
+ 65
509
+ ],
510
+ "mean": [
511
+ 32.5
512
+ ],
513
+ "std": [
514
+ 19.05037182489273
515
+ ],
516
+ "count": [
517
+ 213972
518
+ ]
519
+ },
520
+ "observation.xarm7.base_position": {
521
+ "min": [
522
+ 0.0,
523
+ 0.0,
524
+ 0.0
525
+ ],
526
+ "max": [
527
+ 0.0,
528
+ 0.0,
529
+ 0.0
530
+ ],
531
+ "mean": [
532
+ 0.0,
533
+ 0.0,
534
+ 0.0
535
+ ],
536
+ "std": [
537
+ 0.0,
538
+ 0.0,
539
+ 0.0
540
+ ],
541
+ "count": [
542
+ 213972
543
+ ]
544
+ },
545
+ "observation.state": {
546
+ "min": [
547
+ 0.07693906873464584,
548
+ -0.4944135844707489,
549
+ 0.20030911266803741,
550
+ -3.1415886878967285,
551
+ -0.8683895468711853,
552
+ -1.789320707321167,
553
+ 9.652999870013446e-05,
554
+ -0.6495265960693359,
555
+ -1.2877551317214966,
556
+ -1.5125423669815063,
557
+ -2.956650733947754,
558
+ -1.0317779779434204,
559
+ 1.1109415292739868,
560
+ -1.8966686725616455,
561
+ -1.0
562
+ ],
563
+ "max": [
564
+ 0.7124971151351929,
565
+ 0.6118948459625244,
566
+ 0.617118775844574,
567
+ 3.1415891647338867,
568
+ 0.30717557668685913,
569
+ 2.4624788761138916,
570
+ 0.08074767142534256,
571
+ 0.9704633951187134,
572
+ 0.4390600025653839,
573
+ 0.9892600178718567,
574
+ -1.116769790649414,
575
+ 1.2800638675689697,
576
+ 2.894169330596924,
577
+ 2.6355538368225098,
578
+ 1.0
579
+ ],
580
+ "mean": [
581
+ 0.3721802872890017,
582
+ 0.13217363991874273,
583
+ 0.3828974785323425,
584
+ -0.06797352252340773,
585
+ -0.17523451553975478,
586
+ 0.46109722180063434,
587
+ 0.046740608018304576,
588
+ 0.15139616979053566,
589
+ -0.35057245495107175,
590
+ 0.13237585523892909,
591
+ -2.205567061423079,
592
+ 0.11379298713263908,
593
+ 2.038141205493202,
594
+ 0.5567131462836374,
595
+ -0.14595367765441344
596
+ ],
597
+ "std": [
598
+ 0.11450299651944015,
599
+ 0.26904954562031325,
600
+ 0.11265636109619682,
601
+ 3.0389877050773197,
602
+ 0.1861049517453506,
603
+ 0.6865550551647437,
604
+ 0.029561687836691407,
605
+ 0.2819710255575618,
606
+ 0.2697793177029752,
607
+ 0.33314294973777686,
608
+ 0.41380246863170644,
609
+ 0.21776518129474642,
610
+ 0.2813258590380129,
611
+ 0.48164055283590745,
612
+ 0.9892914392917079
613
+ ],
614
+ "count": [
615
+ 213972
616
+ ]
617
+ },
618
+ "observation.kinova3.base_position": {
619
+ "min": [
620
+ 0.0,
621
+ 0.0,
622
+ 0.0
623
+ ],
624
+ "max": [
625
+ 0.0,
626
+ 0.0,
627
+ 0.0
628
+ ],
629
+ "mean": [
630
+ 0.0,
631
+ 0.0,
632
+ 0.0
633
+ ],
634
+ "std": [
635
+ 0.0,
636
+ 0.0,
637
+ 0.0
638
+ ],
639
+ "count": [
640
+ 213972
641
+ ]
642
+ },
643
+ "observation.jaco.ee_pose": {
644
+ "min": [
645
+ 0.08162844926118851,
646
+ -0.494825541973114,
647
+ 0.2482261210680008,
648
+ -0.40052199363708496,
649
+ -0.70646733045578,
650
+ -0.7055037617683411,
651
+ -0.15726208686828613
652
+ ],
653
+ "max": [
654
+ 0.6840125322341919,
655
+ 0.6018109321594238,
656
+ 0.6575433015823364,
657
+ 0.2113277018070221,
658
+ 0.9999839663505554,
659
+ 0.9402981400489807,
660
+ 0.4213798940181732
661
+ ],
662
+ "mean": [
663
+ 0.3646067105127955,
664
+ 0.12708535183004196,
665
+ 0.4277447870691789,
666
+ -0.03254839823831798,
667
+ 0.9041437100961501,
668
+ 0.21348294242385346,
669
+ 0.09895294985629204
670
+ ],
671
+ "std": [
672
+ 0.10899471280677783,
673
+ 0.26607656098687066,
674
+ 0.1107311274224925,
675
+ 0.07256754172031597,
676
+ 0.12982756320408687,
677
+ 0.3083262224984215,
678
+ 0.09440230316360831
679
+ ],
680
+ "count": [
681
+ 213972
682
+ ]
683
+ },
684
+ "observation.images.kinova3": {
685
+ "min": [
686
+ [
687
+ [
688
+ 0.0
689
+ ]
690
+ ],
691
+ [
692
+ [
693
+ 0.0
694
+ ]
695
+ ],
696
+ [
697
+ [
698
+ 0.0
699
+ ]
700
+ ]
701
+ ],
702
+ "max": [
703
+ [
704
+ [
705
+ 1.0
706
+ ]
707
+ ],
708
+ [
709
+ [
710
+ 1.0
711
+ ]
712
+ ],
713
+ [
714
+ [
715
+ 1.0
716
+ ]
717
+ ]
718
+ ],
719
+ "mean": [
720
+ [
721
+ [
722
+ 0.569412374566387
723
+ ]
724
+ ],
725
+ [
726
+ [
727
+ 0.5526009352179633
728
+ ]
729
+ ],
730
+ [
731
+ [
732
+ 0.5309934757647727
733
+ ]
734
+ ]
735
+ ],
736
+ "std": [
737
+ [
738
+ [
739
+ 0.16392618244343157
740
+ ]
741
+ ],
742
+ [
743
+ [
744
+ 0.175858940359033
745
+ ]
746
+ ],
747
+ [
748
+ [
749
+ 0.21810084428695592
750
+ ]
751
+ ]
752
+ ],
753
+ "count": [
754
+ 213972
755
+ ]
756
+ },
757
+ "observation.widowX.ee_error": {
758
+ "min": [
759
+ -0.0376870334148407,
760
+ -0.043976396322250366,
761
+ -0.03635546565055847,
762
+ -0.5189512968063354,
763
+ -1.4782562255859375,
764
+ -1.4074101448059082,
765
+ -0.4669812321662903
766
+ ],
767
+ "max": [
768
+ 0.07147593796253204,
769
+ 0.05386893451213837,
770
+ 0.027280684560537338,
771
+ 0.4299822449684143,
772
+ 1.4073081016540527,
773
+ 1.444056510925293,
774
+ 0.22626933455467224
775
+ ],
776
+ "mean": [
777
+ -0.0006236416638036388,
778
+ -0.0004351589964638229,
779
+ 0.0022025550964684484,
780
+ -0.0026443040210010443,
781
+ 0.016622805162444656,
782
+ -0.009855017762906452,
783
+ -0.01683376915489467
784
+ ],
785
+ "std": [
786
+ 0.005237259238082913,
787
+ 0.006729140971756146,
788
+ 0.004203019892158465,
789
+ 0.07332920636750699,
790
+ 0.04337548877226457,
791
+ 0.07275436706123442,
792
+ 0.04930548062571802
793
+ ],
794
+ "count": [
795
+ 213972
796
+ ]
797
+ },
798
+ "observation.kuka_iiwa.joints": {
799
+ "min": [
800
+ -1.1656876802444458,
801
+ -0.5993838310241699,
802
+ -0.7215894460678101,
803
+ -2.094399929046631,
804
+ -0.7231658697128296,
805
+ 0.41011476516723633,
806
+ -2.5449376106262207,
807
+ 0.0
808
+ ],
809
+ "max": [
810
+ 1.2973318099975586,
811
+ 0.7307007908821106,
812
+ 1.1766879558563232,
813
+ -0.7927107214927673,
814
+ 0.9746636748313904,
815
+ 1.9550700187683105,
816
+ 2.058852434158325,
817
+ 1.0
818
+ ],
819
+ "mean": [
820
+ 0.08947230389073457,
821
+ 0.1819964814653402,
822
+ 0.23469807076613106,
823
+ -1.7052811425567629,
824
+ 0.024507337554216215,
825
+ 1.1094606201050092,
826
+ -0.17399277898015467,
827
+ 0.5729768386111812
828
+ ],
829
+ "std": [
830
+ 0.44628381152208196,
831
+ 0.18992544185611515,
832
+ 0.2472120321858323,
833
+ 0.3402122522659961,
834
+ 0.20774971579379556,
835
+ 0.2709248251362102,
836
+ 0.5240665121839989,
837
+ 0.4946457172899925
838
+ ],
839
+ "count": [
840
+ 213972
841
+ ]
842
+ },
843
+ "observation.sawyer.base_orientation": {
844
+ "min": [
845
+ 0.0
846
+ ],
847
+ "max": [
848
+ 0.0
849
+ ],
850
+ "mean": [
851
+ 0.0
852
+ ],
853
+ "std": [
854
+ 0.0
855
+ ],
856
+ "count": [
857
+ 213972
858
+ ]
859
+ },
860
+ "timestamp": {
861
+ "min": [
862
+ 0.0
863
+ ],
864
+ "max": [
865
+ 2.1666666666666665
866
+ ],
867
+ "mean": [
868
+ 1.0833333333333335
869
+ ],
870
+ "std": [
871
+ 0.6350123941630909
872
+ ],
873
+ "count": [
874
+ 213972
875
+ ]
876
+ },
877
+ "observation.kinova3.base_orientation": {
878
+ "min": [
879
+ 0.0
880
+ ],
881
+ "max": [
882
+ 0.0
883
+ ],
884
+ "mean": [
885
+ 0.0
886
+ ],
887
+ "std": [
888
+ 0.0
889
+ ],
890
+ "count": [
891
+ 213972
892
+ ]
893
+ },
894
+ "observation.ee_pose": {
895
+ "min": [
896
+ 0.0823504626750946,
897
+ -0.4948475956916809,
898
+ 0.24823035299777985,
899
+ -0.7063378691673279,
900
+ -0.7054005861282349,
901
+ -0.1574212610721588,
902
+ -0.4004378318786621
903
+ ],
904
+ "max": [
905
+ 0.6868675351142883,
906
+ 0.6090287566184998,
907
+ 0.662822961807251,
908
+ 0.9999883770942688,
909
+ 0.9402903914451599,
910
+ 0.4199502468109131,
911
+ 0.21156151592731476
912
+ ],
913
+ "mean": [
914
+ 0.36497834653241407,
915
+ 0.12740096269959436,
916
+ 0.4285867454220968,
917
+ 0.9057348276236262,
918
+ 0.21401239403607422,
919
+ 0.08603603295747562,
920
+ -0.028412039082918793
921
+ ],
922
+ "std": [
923
+ 0.10922875031208419,
924
+ 0.2667920756792677,
925
+ 0.11170084368196562,
926
+ 0.12938503082095548,
927
+ 0.308881562650541,
928
+ 0.09135406725784675,
929
+ 0.07169240691950389
930
+ ],
931
+ "count": [
932
+ 213972
933
+ ]
934
+ },
935
+ "observation.widowX.ee_pose": {
936
+ "min": [
937
+ -0.11105972528457642,
938
+ -0.5623463988304138,
939
+ -0.07322949171066284,
940
+ -0.44001591205596924,
941
+ -0.706255316734314,
942
+ -0.705285370349884,
943
+ -0.16604220867156982
944
+ ],
945
+ "max": [
946
+ 0.49057427048683167,
947
+ 0.49603569507598877,
948
+ 0.4373236894607544,
949
+ 0.5111541748046875,
950
+ 0.9999968409538269,
951
+ 0.9403311014175415,
952
+ 0.5481019020080566
953
+ ],
954
+ "mean": [
955
+ 0.16903351259150115,
956
+ 0.02783612118985223,
957
+ 0.18765809365998054,
958
+ -0.025767735254931232,
959
+ 0.8891120202319994,
960
+ 0.22386741185769396,
961
+ 0.10286980130795825
962
+ ],
963
+ "std": [
964
+ 0.1070478229229305,
965
+ 0.2625792302987968,
966
+ 0.10357886703108891,
967
+ 0.11008897129560714,
968
+ 0.1316410459725796,
969
+ 0.3258962434378726,
970
+ 0.11162307142824728
971
+ ],
972
+ "count": [
973
+ 213972
974
+ ]
975
+ },
976
+ "observation.kuka_iiwa.ee_pose": {
977
+ "min": [
978
+ 0.08235114067792892,
979
+ -0.49484312534332275,
980
+ 0.24823027849197388,
981
+ -0.37883996963500977,
982
+ -0.705807089805603,
983
+ -0.70537930727005,
984
+ -0.27693313360214233
985
+ ],
986
+ "max": [
987
+ 0.6868645548820496,
988
+ 0.6090208888053894,
989
+ 0.6628175377845764,
990
+ 0.21154160797595978,
991
+ 0.9999887943267822,
992
+ 0.9402621984481812,
993
+ 0.4198670983314514
994
+ ],
995
+ "mean": [
996
+ 0.36556446918600655,
997
+ 0.12742962384223863,
998
+ 0.42888359693301303,
999
+ -0.02817799214329253,
1000
+ 0.9061100900697164,
1001
+ 0.21425745009601413,
1002
+ 0.07956353705832223
1003
+ ],
1004
+ "std": [
1005
+ 0.10912036379291569,
1006
+ 0.2668406259111455,
1007
+ 0.11142007687902637,
1008
+ 0.07033112769441764,
1009
+ 0.1291029486100847,
1010
+ 0.30874106283887937,
1011
+ 0.09486204655376233
1012
+ ],
1013
+ "count": [
1014
+ 213972
1015
+ ]
1016
+ },
1017
+ "observation.kuka_iiwa.ee_error": {
1018
+ "min": [
1019
+ -0.02659478783607483,
1020
+ -0.009224474430084229,
1021
+ -0.014346420764923096,
1022
+ -0.10547734051942825,
1023
+ -1.40829336643219,
1024
+ -1.4105432033538818,
1025
+ -0.14918622374534607
1026
+ ],
1027
+ "max": [
1028
+ 0.00014309585094451904,
1029
+ 0.00628170371055603,
1030
+ 8.761882781982422e-06,
1031
+ 0.10340514779090881,
1032
+ 1.4085052013397217,
1033
+ 1.4079967737197876,
1034
+ 0.21794621646404266
1035
+ ],
1036
+ "mean": [
1037
+ -0.0005861238322324797,
1038
+ -2.8661118116353614e-05,
1039
+ -0.00029685269039897146,
1040
+ -0.00023404705103646138,
1041
+ -0.00037526341396679,
1042
+ -0.00024505607505471,
1043
+ 0.0064724962147307075
1044
+ ],
1045
+ "std": [
1046
+ 0.001970466984710614,
1047
+ 0.0005343166630030481,
1048
+ 0.0009937189962556368,
1049
+ 0.0074280021998746155,
1050
+ 0.012260630517585963,
1051
+ 0.01236787161911873,
1052
+ 0.021420956976841682
1053
+ ],
1054
+ "count": [
1055
+ 213972
1056
+ ]
1057
+ },
1058
+ "observation.kinova3.joints": {
1059
+ "min": [
1060
+ -2.267573356628418,
1061
+ -0.6808649301528931,
1062
+ -1.0722160339355469,
1063
+ -1.440727949142456,
1064
+ -2.0768871307373047,
1065
+ 0.6113083958625793,
1066
+ -2.1001393795013428,
1067
+ 0.0
1068
+ ],
1069
+ "max": [
1070
+ 1.1397651433944702,
1071
+ 1.0504552125930786,
1072
+ 2.4794809818267822,
1073
+ 2.0936076641082764,
1074
+ 0.8157262802124023,
1075
+ 2.0899999141693115,
1076
+ 2.43738055229187,
1077
+ 1.0
1078
+ ],
1079
+ "mean": [
1080
+ -0.22820596761953504,
1081
+ 0.3239377934453105,
1082
+ -0.10822975960408825,
1083
+ 1.0505467637617472,
1084
+ -0.05137425959779235,
1085
+ 1.5679636651869544,
1086
+ 0.11288014494920699,
1087
+ 0.5729768386111812
1088
+ ],
1089
+ "std": [
1090
+ 0.6034848664390843,
1091
+ 0.24060655613627188,
1092
+ 0.27677011753728575,
1093
+ 0.6097837596014931,
1094
+ 0.19514335592781412,
1095
+ 0.3612006156077214,
1096
+ 0.5069704740313788,
1097
+ 0.4946457172899925
1098
+ ],
1099
+ "count": [
1100
+ 213972
1101
+ ]
1102
+ },
1103
+ "observation.images.image": {
1104
+ "min": [
1105
+ [
1106
+ [
1107
+ 0.0
1108
+ ]
1109
+ ],
1110
+ [
1111
+ [
1112
+ 0.0
1113
+ ]
1114
+ ],
1115
+ [
1116
+ [
1117
+ 0.0
1118
+ ]
1119
+ ]
1120
+ ],
1121
+ "max": [
1122
+ [
1123
+ [
1124
+ 1.0
1125
+ ]
1126
+ ],
1127
+ [
1128
+ [
1129
+ 1.0
1130
+ ]
1131
+ ],
1132
+ [
1133
+ [
1134
+ 1.0
1135
+ ]
1136
+ ]
1137
+ ],
1138
+ "mean": [
1139
+ [
1140
+ [
1141
+ 0.5686610007704871
1142
+ ]
1143
+ ],
1144
+ [
1145
+ [
1146
+ 0.5602984957643357
1147
+ ]
1148
+ ],
1149
+ [
1150
+ [
1151
+ 0.5432048930530153
1152
+ ]
1153
+ ]
1154
+ ],
1155
+ "std": [
1156
+ [
1157
+ [
1158
+ 0.16375067305823676
1159
+ ]
1160
+ ],
1161
+ [
1162
+ [
1163
+ 0.17518367384360142
1164
+ ]
1165
+ ],
1166
+ [
1167
+ [
1168
+ 0.21761284333663294
1169
+ ]
1170
+ ]
1171
+ ],
1172
+ "count": [
1173
+ 213972
1174
+ ]
1175
+ },
1176
+ "observation.images.xarm7": {
1177
+ "min": [
1178
+ [
1179
+ [
1180
+ 0.0
1181
+ ]
1182
+ ],
1183
+ [
1184
+ [
1185
+ 0.0
1186
+ ]
1187
+ ],
1188
+ [
1189
+ [
1190
+ 0.0
1191
+ ]
1192
+ ]
1193
+ ],
1194
+ "max": [
1195
+ [
1196
+ [
1197
+ 1.0
1198
+ ]
1199
+ ],
1200
+ [
1201
+ [
1202
+ 1.0
1203
+ ]
1204
+ ],
1205
+ [
1206
+ [
1207
+ 1.0
1208
+ ]
1209
+ ]
1210
+ ],
1211
+ "mean": [
1212
+ [
1213
+ [
1214
+ 0.5901372865907933
1215
+ ]
1216
+ ],
1217
+ [
1218
+ [
1219
+ 0.5738181085375645
1220
+ ]
1221
+ ],
1222
+ [
1223
+ [
1224
+ 0.5519981047608811
1225
+ ]
1226
+ ]
1227
+ ],
1228
+ "std": [
1229
+ [
1230
+ [
1231
+ 0.1766305123722865
1232
+ ]
1233
+ ],
1234
+ [
1235
+ [
1236
+ 0.18905193215451832
1237
+ ]
1238
+ ],
1239
+ [
1240
+ [
1241
+ 0.22960379410762222
1242
+ ]
1243
+ ]
1244
+ ],
1245
+ "count": [
1246
+ 213972
1247
+ ]
1248
+ },
1249
+ "observation.images.google_robot": {
1250
+ "min": [
1251
+ [
1252
+ [
1253
+ 0.0
1254
+ ]
1255
+ ],
1256
+ [
1257
+ [
1258
+ 0.0
1259
+ ]
1260
+ ],
1261
+ [
1262
+ [
1263
+ 0.0
1264
+ ]
1265
+ ]
1266
+ ],
1267
+ "max": [
1268
+ [
1269
+ [
1270
+ 1.0
1271
+ ]
1272
+ ],
1273
+ [
1274
+ [
1275
+ 1.0
1276
+ ]
1277
+ ],
1278
+ [
1279
+ [
1280
+ 1.0
1281
+ ]
1282
+ ]
1283
+ ],
1284
+ "mean": [
1285
+ [
1286
+ [
1287
+ 0.5902672269458256
1288
+ ]
1289
+ ],
1290
+ [
1291
+ [
1292
+ 0.5760194253288773
1293
+ ]
1294
+ ],
1295
+ [
1296
+ [
1297
+ 0.5586060938429545
1298
+ ]
1299
+ ]
1300
+ ],
1301
+ "std": [
1302
+ [
1303
+ [
1304
+ 0.18836792330591462
1305
+ ]
1306
+ ],
1307
+ [
1308
+ [
1309
+ 0.19886855330258968
1310
+ ]
1311
+ ],
1312
+ [
1313
+ [
1314
+ 0.23522541060140864
1315
+ ]
1316
+ ]
1317
+ ],
1318
+ "count": [
1319
+ 213972
1320
+ ]
1321
+ },
1322
+ "observation.google_robot.ee_error": {
1323
+ "min": [
1324
+ -0.17877918481826782,
1325
+ -0.09020468592643738,
1326
+ -0.007420241832733154,
1327
+ -0.2413841336965561,
1328
+ -1.585777997970581,
1329
+ -0.5417477488517761,
1330
+ -0.4016198515892029
1331
+ ],
1332
+ "max": [
1333
+ 0.016498684883117676,
1334
+ 0.03718976676464081,
1335
+ 0.017167627811431885,
1336
+ 0.3462046980857849,
1337
+ 0.49705788493156433,
1338
+ 1.391547441482544,
1339
+ 0.23894214630126953
1340
+ ],
1341
+ "mean": [
1342
+ -0.0004973553753869231,
1343
+ 0.0004143664712800023,
1344
+ 0.00046333987620562954,
1345
+ 0.005380866087400915,
1346
+ 0.007895991132169175,
1347
+ -0.007472141153218088,
1348
+ -0.012538056837014458
1349
+ ],
1350
+ "std": [
1351
+ 0.006554361386435171,
1352
+ 0.0027531801471340745,
1353
+ 0.001692001787642001,
1354
+ 0.032912906915715794,
1355
+ 0.04016340673925307,
1356
+ 0.03769461184280909,
1357
+ 0.04392546878485951
1358
+ ],
1359
+ "count": [
1360
+ 213972
1361
+ ]
1362
+ },
1363
+ "observation.jaco.ee_error": {
1364
+ "min": [
1365
+ -0.0024518966674804688,
1366
+ -0.00799405574798584,
1367
+ -0.0008595585823059082,
1368
+ -0.10668239742517471,
1369
+ -0.008768618106842041,
1370
+ -1.407377004623413,
1371
+ -0.19426019489765167
1372
+ ],
1373
+ "max": [
1374
+ 0.011641144752502441,
1375
+ 0.009716510772705078,
1376
+ 0.012738585472106934,
1377
+ 0.17628967761993408,
1378
+ 1.4073083400726318,
1379
+ 0.046790897846221924,
1380
+ 0.19147339463233948
1381
+ ],
1382
+ "mean": [
1383
+ 0.0003716381366508039,
1384
+ 0.0003156110294349836,
1385
+ 0.0008419585763166069,
1386
+ 0.004136359469098408,
1387
+ 0.0015911184544293805,
1388
+ 0.000529450870106678,
1389
+ -0.012916917097425906
1390
+ ],
1391
+ "std": [
1392
+ 0.001007447048184328,
1393
+ 0.0013231327974163386,
1394
+ 0.0018931688065668615,
1395
+ 0.016653476150493098,
1396
+ 0.006892942534824828,
1397
+ 0.005847770433230704,
1398
+ 0.02869729116177535
1399
+ ],
1400
+ "count": [
1401
+ 213972
1402
+ ]
1403
+ },
1404
+ "observation.ur5e.joints": {
1405
+ "min": [
1406
+ -3.1185195446014404,
1407
+ -2.416454315185547,
1408
+ -0.1492432802915573,
1409
+ -2.3727540969848633,
1410
+ -2.0749998092651367,
1411
+ -2.8980178833007812,
1412
+ 0.0
1413
+ ],
1414
+ "max": [
1415
+ -0.31012678146362305,
1416
+ -0.9143375158309937,
1417
+ 2.2742207050323486,
1418
+ -0.37707945704460144,
1419
+ -0.7182915806770325,
1420
+ 1.6117234230041504,
1421
+ 1.0
1422
+ ],
1423
+ "mean": [
1424
+ -1.615697143936069,
1425
+ -1.7134906267913899,
1426
+ 1.4839853308014779,
1427
+ -1.4852198345987684,
1428
+ -1.4599129526170957,
1429
+ -0.49667936912105254,
1430
+ 0.5729768386111812
1431
+ ],
1432
+ "std": [
1433
+ 0.6361751384026662,
1434
+ 0.24228979206689105,
1435
+ 0.4368386124470626,
1436
+ 0.2810881061156593,
1437
+ 0.16433433980189777,
1438
+ 0.5148222021809298,
1439
+ 0.4946457172899925
1440
+ ],
1441
+ "count": [
1442
+ 213972
1443
+ ]
1444
+ },
1445
+ "observation.ur5e.base_orientation": {
1446
+ "min": [
1447
+ 0.0
1448
+ ],
1449
+ "max": [
1450
+ 0.0
1451
+ ],
1452
+ "mean": [
1453
+ 0.0
1454
+ ],
1455
+ "std": [
1456
+ 0.0
1457
+ ],
1458
+ "count": [
1459
+ 213972
1460
+ ]
1461
+ },
1462
+ "observation.google_robot.base_position": {
1463
+ "min": [
1464
+ 0.22499999403953552,
1465
+ 0.0,
1466
+ 0.10000000149011612
1467
+ ],
1468
+ "max": [
1469
+ 0.22499999403953552,
1470
+ 0.0,
1471
+ 0.10000000149011612
1472
+ ],
1473
+ "mean": [
1474
+ 0.22500014305114746,
1475
+ 0.0,
1476
+ 0.09999994188547134
1477
+ ],
1478
+ "std": [
1479
+ 1.4901161193847656e-07,
1480
+ 0.0,
1481
+ 5.960464477539063e-08
1482
+ ],
1483
+ "count": [
1484
+ 213972
1485
+ ]
1486
+ },
1487
+ "observation.kuka_iiwa.base_orientation": {
1488
+ "min": [
1489
+ 0.0
1490
+ ],
1491
+ "max": [
1492
+ 0.0
1493
+ ],
1494
+ "mean": [
1495
+ 0.0
1496
+ ],
1497
+ "std": [
1498
+ 0.0
1499
+ ],
1500
+ "count": [
1501
+ 213972
1502
+ ]
1503
+ },
1504
+ "episode_index": {
1505
+ "min": [
1506
+ 0
1507
+ ],
1508
+ "max": [
1509
+ 3241
1510
+ ],
1511
+ "mean": [
1512
+ 1620.5
1513
+ ],
1514
+ "std": [
1515
+ 935.8847418352326
1516
+ ],
1517
+ "count": [
1518
+ 213972
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
+ 213972
1544
+ ]
1545
+ },
1546
+ "observation.images.kuka_iiwa": {
1547
+ "min": [
1548
+ [
1549
+ [
1550
+ 0.0
1551
+ ]
1552
+ ],
1553
+ [
1554
+ [
1555
+ 0.0
1556
+ ]
1557
+ ],
1558
+ [
1559
+ [
1560
+ 0.0
1561
+ ]
1562
+ ]
1563
+ ],
1564
+ "max": [
1565
+ [
1566
+ [
1567
+ 1.0
1568
+ ]
1569
+ ],
1570
+ [
1571
+ [
1572
+ 1.0
1573
+ ]
1574
+ ],
1575
+ [
1576
+ [
1577
+ 1.0
1578
+ ]
1579
+ ]
1580
+ ],
1581
+ "mean": [
1582
+ [
1583
+ [
1584
+ 0.5511627090399351
1585
+ ]
1586
+ ],
1587
+ [
1588
+ [
1589
+ 0.527458808291943
1590
+ ]
1591
+ ],
1592
+ [
1593
+ [
1594
+ 0.4939431216484362
1595
+ ]
1596
+ ]
1597
+ ],
1598
+ "std": [
1599
+ [
1600
+ [
1601
+ 0.17924580927121297
1602
+ ]
1603
+ ],
1604
+ [
1605
+ [
1606
+ 0.18333758509337725
1607
+ ]
1608
+ ],
1609
+ [
1610
+ [
1611
+ 0.2224063764852553
1612
+ ]
1613
+ ]
1614
+ ],
1615
+ "count": [
1616
+ 213972
1617
+ ]
1618
+ },
1619
+ "observation.images.sawyer": {
1620
+ "min": [
1621
+ [
1622
+ [
1623
+ 0.0
1624
+ ]
1625
+ ],
1626
+ [
1627
+ [
1628
+ 0.0
1629
+ ]
1630
+ ],
1631
+ [
1632
+ [
1633
+ 0.0
1634
+ ]
1635
+ ]
1636
+ ],
1637
+ "max": [
1638
+ [
1639
+ [
1640
+ 1.0
1641
+ ]
1642
+ ],
1643
+ [
1644
+ [
1645
+ 1.0
1646
+ ]
1647
+ ],
1648
+ [
1649
+ [
1650
+ 1.0
1651
+ ]
1652
+ ]
1653
+ ],
1654
+ "mean": [
1655
+ [
1656
+ [
1657
+ 0.5513513508162879
1658
+ ]
1659
+ ],
1660
+ [
1661
+ [
1662
+ 0.5015703918397955
1663
+ ]
1664
+ ],
1665
+ [
1666
+ [
1667
+ 0.48176451210768717
1668
+ ]
1669
+ ]
1670
+ ],
1671
+ "std": [
1672
+ [
1673
+ [
1674
+ 0.18085309499489444
1675
+ ]
1676
+ ],
1677
+ [
1678
+ [
1679
+ 0.2151429079553819
1680
+ ]
1681
+ ],
1682
+ [
1683
+ [
1684
+ 0.24032330301955684
1685
+ ]
1686
+ ]
1687
+ ],
1688
+ "count": [
1689
+ 213972
1690
+ ]
1691
+ },
1692
+ "observation.widowX.joints": {
1693
+ "min": [
1694
+ -3.0867562294006348,
1695
+ -1.8849600553512573,
1696
+ -2.146749973297119,
1697
+ -3.141580104827881,
1698
+ -1.7453299760818481,
1699
+ -3.141580104827881,
1700
+ 0.0
1701
+ ],
1702
+ "max": [
1703
+ 2.9119961261749268,
1704
+ 1.7021464109420776,
1705
+ 1.5492854118347168,
1706
+ 3.141580104827881,
1707
+ 2.146749973297119,
1708
+ 3.141580104827881,
1709
+ 1.0
1710
+ ],
1711
+ "mean": [
1712
+ 0.15965280163670176,
1713
+ 0.0433400309060579,
1714
+ -0.10070819518191913,
1715
+ -0.2869392814633431,
1716
+ 0.9345134090181764,
1717
+ 0.9258954004979006,
1718
+ 0.5729768386111812
1719
+ ],
1720
+ "std": [
1721
+ 0.9448207841257786,
1722
+ 0.5283552417252136,
1723
+ 0.8524706758190728,
1724
+ 1.2278080917500813,
1725
+ 1.1392482493242402,
1726
+ 2.4045974340649128,
1727
+ 0.4946457172899925
1728
+ ],
1729
+ "count": [
1730
+ 213972
1731
+ ]
1732
+ },
1733
+ "observation.xarm7.ee_pose": {
1734
+ "min": [
1735
+ 0.08128788322210312,
1736
+ -0.49483492970466614,
1737
+ 0.24822932481765747,
1738
+ -0.4005068838596344,
1739
+ -0.7064720988273621,
1740
+ -0.7054917812347412,
1741
+ -0.15841634571552277
1742
+ ],
1743
+ "max": [
1744
+ 0.684889018535614,
1745
+ 0.601425051689148,
1746
+ 0.6575624942779541,
1747
+ 0.21156643331050873,
1748
+ 0.999984085559845,
1749
+ 0.9403095841407776,
1750
+ 0.5716049671173096
1751
+ ],
1752
+ "mean": [
1753
+ 0.3644217204378388,
1754
+ 0.1268067902379319,
1755
+ 0.4272748184178362,
1756
+ -0.0319051476594701,
1757
+ 0.9041079437333739,
1758
+ 0.21341345025198324,
1759
+ 0.09796311992180898
1760
+ ],
1761
+ "std": [
1762
+ 0.10895750993843069,
1763
+ 0.26568125261584963,
1764
+ 0.11020826344086089,
1765
+ 0.07287166469355406,
1766
+ 0.12988414174717006,
1767
+ 0.3083934371775595,
1768
+ 0.09561447812457859
1769
+ ],
1770
+ "count": [
1771
+ 213972
1772
+ ]
1773
+ },
1774
+ "observation.xarm7.base_orientation": {
1775
+ "min": [
1776
+ 0.0
1777
+ ],
1778
+ "max": [
1779
+ 0.0
1780
+ ],
1781
+ "mean": [
1782
+ 0.0
1783
+ ],
1784
+ "std": [
1785
+ 0.0
1786
+ ],
1787
+ "count": [
1788
+ 213972
1789
+ ]
1790
+ },
1791
+ "observation.ur5e.base_position": {
1792
+ "min": [
1793
+ 0.0,
1794
+ 0.0,
1795
+ 0.0
1796
+ ],
1797
+ "max": [
1798
+ 0.0,
1799
+ 0.0,
1800
+ 0.0
1801
+ ],
1802
+ "mean": [
1803
+ 0.0,
1804
+ 0.0,
1805
+ 0.0
1806
+ ],
1807
+ "std": [
1808
+ 0.0,
1809
+ 0.0,
1810
+ 0.0
1811
+ ],
1812
+ "count": [
1813
+ 213972
1814
+ ]
1815
+ },
1816
+ "index": {
1817
+ "min": [
1818
+ 0
1819
+ ],
1820
+ "max": [
1821
+ 213971
1822
+ ],
1823
+ "mean": [
1824
+ 106985.5
1825
+ ],
1826
+ "std": [
1827
+ 61768.395898846735
1828
+ ],
1829
+ "count": [
1830
+ 213972
1831
+ ]
1832
+ },
1833
+ "observation.widowX.base_orientation": {
1834
+ "min": [
1835
+ 0.0
1836
+ ],
1837
+ "max": [
1838
+ 0.0
1839
+ ],
1840
+ "mean": [
1841
+ 0.0
1842
+ ],
1843
+ "std": [
1844
+ 0.0
1845
+ ],
1846
+ "count": [
1847
+ 213972
1848
+ ]
1849
+ },
1850
+ "observation.sawyer.ee_pose": {
1851
+ "min": [
1852
+ 0.08235722780227661,
1853
+ -0.49484696984291077,
1854
+ 0.24822866916656494,
1855
+ -0.4004862904548645,
1856
+ -0.7064427137374878,
1857
+ -0.7055046558380127,
1858
+ -0.1574307382106781
1859
+ ],
1860
+ "max": [
1861
+ 0.6868674159049988,
1862
+ 0.6090253591537476,
1863
+ 0.6628205180168152,
1864
+ 0.2114846408367157,
1865
+ 0.9999884963035583,
1866
+ 0.9403138160705566,
1867
+ 0.41984865069389343
1868
+ ],
1869
+ "mean": [
1870
+ 0.36498301035915903,
1871
+ 0.12740148396725756,
1872
+ 0.42858598094012984,
1873
+ -0.02838052898858364,
1874
+ 0.9057366220369006,
1875
+ 0.21402474791337778,
1876
+ 0.08593188681997999
1877
+ ],
1878
+ "std": [
1879
+ 0.10922724176305802,
1880
+ 0.2667892452822058,
1881
+ 0.11170130552634167,
1882
+ 0.07171962594042416,
1883
+ 0.1294760227991182,
1884
+ 0.30883250444671534,
1885
+ 0.0914306915194861
1886
+ ],
1887
+ "count": [
1888
+ 213972
1889
+ ]
1890
+ },
1891
+ "observation.xarm7.ee_error": {
1892
+ "min": [
1893
+ -0.016928166151046753,
1894
+ -0.013137340545654297,
1895
+ -0.02299785614013672,
1896
+ -0.16246898472309113,
1897
+ -0.00802987813949585,
1898
+ -1.407365322113037,
1899
+ -0.2861429750919342
1900
+ ],
1901
+ "max": [
1902
+ 0.015938758850097656,
1903
+ 0.01151248812675476,
1904
+ 0.017605960369110107,
1905
+ 0.18396639823913574,
1906
+ 1.4073407649993896,
1907
+ 0.05354686826467514,
1908
+ 0.22234798967838287
1909
+ ],
1910
+ "mean": [
1911
+ 0.0005566282763664312,
1912
+ 0.000594172619730989,
1913
+ 0.0013119265646765366,
1914
+ 0.0034931084926334423,
1915
+ 0.001626883784749875,
1916
+ 0.0005989428939513939,
1917
+ -0.011927087049070108
1918
+ ],
1919
+ "std": [
1920
+ 0.0013874430411243753,
1921
+ 0.0019140450721846422,
1922
+ 0.002741611780181434,
1923
+ 0.016757455591012847,
1924
+ 0.007448502339861671,
1925
+ 0.006007724091868052,
1926
+ 0.029965359996265022
1927
+ ],
1928
+ "count": [
1929
+ 213972
1930
+ ]
1931
+ },
1932
+ "observation.kinova3.ee_pose": {
1933
+ "min": [
1934
+ 0.08150719851255417,
1935
+ -0.494845449924469,
1936
+ 0.24823437631130219,
1937
+ -0.4003376364707947,
1938
+ -0.7063876986503601,
1939
+ -0.7053788900375366,
1940
+ -0.157465398311615
1941
+ ],
1942
+ "max": [
1943
+ 0.6856123805046082,
1944
+ 0.6023175716400146,
1945
+ 0.6575790047645569,
1946
+ 0.21151453256607056,
1947
+ 0.9999852180480957,
1948
+ 0.9402716755867004,
1949
+ 0.41977885365486145
1950
+ ],
1951
+ "mean": [
1952
+ 0.3645850733189139,
1953
+ 0.12700552940836404,
1954
+ 0.42760593954756404,
1955
+ -0.03326512265837625,
1956
+ 0.9042071788942351,
1957
+ 0.21330867500935888,
1958
+ 0.09993687456957075
1959
+ ],
1960
+ "std": [
1961
+ 0.10905509209753766,
1962
+ 0.2660117680180443,
1963
+ 0.11055946931943222,
1964
+ 0.07266731564111654,
1965
+ 0.1298749887547869,
1966
+ 0.3081518003139322,
1967
+ 0.09332341744386388
1968
+ ],
1969
+ "count": [
1970
+ 213972
1971
+ ]
1972
+ },
1973
+ "task_index": {
1974
+ "min": [
1975
+ 0
1976
+ ],
1977
+ "max": [
1978
+ 402
1979
+ ],
1980
+ "mean": [
1981
+ 146.83251079580506
1982
+ ],
1983
+ "std": [
1984
+ 102.92744648130385
1985
+ ],
1986
+ "count": [
1987
+ 213972
1988
+ ]
1989
+ },
1990
+ "observation.joints": {
1991
+ "min": [
1992
+ -0.6495265960693359,
1993
+ -1.2877551317214966,
1994
+ -1.5125423669815063,
1995
+ -2.956650733947754,
1996
+ -1.0317779779434204,
1997
+ 1.144902229309082,
1998
+ -1.8966686725616455,
1999
+ 0.0
2000
+ ],
2001
+ "max": [
2002
+ 0.9704633951187134,
2003
+ 0.4390600025653839,
2004
+ 0.9892600178718567,
2005
+ -1.116769790649414,
2006
+ 1.2800638675689697,
2007
+ 2.894169330596924,
2008
+ 2.6355538368225098,
2009
+ 1.0
2010
+ ],
2011
+ "mean": [
2012
+ 0.1509278200996031,
2013
+ -0.3500175227341276,
2014
+ 0.13096899375640358,
2015
+ -2.2065074197088475,
2016
+ 0.11409296011754626,
2017
+ 2.0395064905864966,
2018
+ 0.5544207485040673,
2019
+ 0.5729768386111812
2020
+ ],
2021
+ "std": [
2022
+ 0.28177833103074523,
2023
+ 0.2698216241491706,
2024
+ 0.33435531533109003,
2025
+ 0.41379425144415166,
2026
+ 0.21861133766211296,
2027
+ 0.2810124937689145,
2028
+ 0.47939652818915596,
2029
+ 0.4946457172899925
2030
+ ],
2031
+ "count": [
2032
+ 213972
2033
+ ]
2034
+ },
2035
+ "observation.google_robot.joints": {
2036
+ "min": [
2037
+ -3.7701070308685303,
2038
+ -1.4428414106369019,
2039
+ -2.130000114440918,
2040
+ -2.028890609741211,
2041
+ -2.9200000762939453,
2042
+ -1.7899999618530273,
2043
+ -4.218702793121338,
2044
+ 0.0
2045
+ ],
2046
+ "max": [
2047
+ 1.350000023841858,
2048
+ 2.8733601570129395,
2049
+ 3.7100000381469727,
2050
+ 2.619675874710083,
2051
+ 2.9200000762939453,
2052
+ 1.7899999618530273,
2053
+ 1.350000023841858,
2054
+ 1.0
2055
+ ],
2056
+ "mean": [
2057
+ 0.3403998279419008,
2058
+ 0.8615297345946704,
2059
+ 0.45060568607919593,
2060
+ 1.1838373140803091,
2061
+ 0.9753686748376089,
2062
+ -0.14304812164028635,
2063
+ -0.5248885993771933,
2064
+ 0.5729768386111812
2065
+ ],
2066
+ "std": [
2067
+ 0.6455891486648621,
2068
+ 0.37790433813784274,
2069
+ 0.8645765801910456,
2070
+ 0.657977495953637,
2071
+ 1.3182959215473287,
2072
+ 1.1977702194893889,
2073
+ 1.5709285989421697,
2074
+ 0.4946457172899925
2075
+ ],
2076
+ "count": [
2077
+ 213972
2078
+ ]
2079
+ },
2080
+ "observation.jaco.base_orientation": {
2081
+ "min": [
2082
+ 0.0
2083
+ ],
2084
+ "max": [
2085
+ 0.0
2086
+ ],
2087
+ "mean": [
2088
+ 0.0
2089
+ ],
2090
+ "std": [
2091
+ 0.0
2092
+ ],
2093
+ "count": [
2094
+ 213972
2095
+ ]
2096
+ },
2097
+ "observation.images.ur5e": {
2098
+ "min": [
2099
+ [
2100
+ [
2101
+ 0.0
2102
+ ]
2103
+ ],
2104
+ [
2105
+ [
2106
+ 0.0
2107
+ ]
2108
+ ],
2109
+ [
2110
+ [
2111
+ 0.0
2112
+ ]
2113
+ ]
2114
+ ],
2115
+ "max": [
2116
+ [
2117
+ [
2118
+ 1.0
2119
+ ]
2120
+ ],
2121
+ [
2122
+ [
2123
+ 1.0
2124
+ ]
2125
+ ],
2126
+ [
2127
+ [
2128
+ 1.0
2129
+ ]
2130
+ ]
2131
+ ],
2132
+ "mean": [
2133
+ [
2134
+ [
2135
+ 0.5424777018891606
2136
+ ]
2137
+ ],
2138
+ [
2139
+ [
2140
+ 0.5290202208113729
2141
+ ]
2142
+ ],
2143
+ [
2144
+ [
2145
+ 0.5082725054056914
2146
+ ]
2147
+ ]
2148
+ ],
2149
+ "std": [
2150
+ [
2151
+ [
2152
+ 0.18180598334582315
2153
+ ]
2154
+ ],
2155
+ [
2156
+ [
2157
+ 0.18969876726888873
2158
+ ]
2159
+ ],
2160
+ [
2161
+ [
2162
+ 0.22591331611382956
2163
+ ]
2164
+ ]
2165
+ ],
2166
+ "count": [
2167
+ 213972
2168
+ ]
2169
+ },
2170
+ "observation.images.jaco": {
2171
+ "min": [
2172
+ [
2173
+ [
2174
+ 0.0
2175
+ ]
2176
+ ],
2177
+ [
2178
+ [
2179
+ 0.0
2180
+ ]
2181
+ ],
2182
+ [
2183
+ [
2184
+ 0.0
2185
+ ]
2186
+ ]
2187
+ ],
2188
+ "max": [
2189
+ [
2190
+ [
2191
+ 1.0
2192
+ ]
2193
+ ],
2194
+ [
2195
+ [
2196
+ 1.0
2197
+ ]
2198
+ ],
2199
+ [
2200
+ [
2201
+ 1.0
2202
+ ]
2203
+ ]
2204
+ ],
2205
+ "mean": [
2206
+ [
2207
+ [
2208
+ 0.5403532379613779
2209
+ ]
2210
+ ],
2211
+ [
2212
+ [
2213
+ 0.5230835377299988
2214
+ ]
2215
+ ],
2216
+ [
2217
+ [
2218
+ 0.5006872836357914
2219
+ ]
2220
+ ]
2221
+ ],
2222
+ "std": [
2223
+ [
2224
+ [
2225
+ 0.18047395801239374
2226
+ ]
2227
+ ],
2228
+ [
2229
+ [
2230
+ 0.18966276455152165
2231
+ ]
2232
+ ],
2233
+ [
2234
+ [
2235
+ 0.2281923473703627
2236
+ ]
2237
+ ]
2238
+ ],
2239
+ "count": [
2240
+ 213972
2241
+ ]
2242
+ }
2243
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccfc0db4362a121c550cdc6e5c24301bc46a7be2ce64441bff65afeb8f7801f5
3
+ size 9764
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:115ce662c6f6b038bfc93d75e05dd372e98c5248050a637f51c2e1a36257771a
3
+ size 208837043
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:14c8bf1e554e22bf3080faee048a1ca4a5092d6661e5dbd9993c953be124fa01
3
+ size 314300380
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:74f7c52de308e117dd11dcddab05ff8f3e3b0ee64ebe414d03c9efe5ed7c9443
3
+ size 205180464
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:3b50c7b71680c98ac528fde5fdf0ae003ff38caa1f4fda0d4af9e55e5917ddbf
3
+ size 219956859
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:b9f5858a00254e2039f328586789502d290e0b54da64681204682c7f883057e6
3
+ size 227323479
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:8df3d8ffc3fc61dd72c41b98425921aa445ef4ccd317e276d2d231b4a8be0c51
3
+ size 254550193
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:997aef818f808764366e0169e13ba6e6e5bf3abfcc120cc995eb42b2b9aa07b1
3
+ size 239943814
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:c5208ccbcc5e2e1526f7b1c8ea84a6eec5a41bb7a175bfa319709d312498c651
3
+ size 204684051
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:7ff49f5d1d62e5e951a0e3ccd2129030ede89848c81577126e3b6a6ffe2f89ee
3
+ size 222593023