GuanhuaJi commited on
Commit
2becabc
·
verified ·
1 Parent(s): 0b66940

Add files using upload-large-folder tool

Browse files
Files changed (30) hide show
  1. README.md +134 -0
  2. data/chunk-000/file-000.parquet +3 -0
  3. meta/episodes/chunk-000/file-000.parquet +3 -0
  4. meta/info.json +475 -0
  5. meta/stats.json +1973 -0
  6. meta/tasks.parquet +3 -0
  7. videos/observation.images.image/chunk-000/file-000.mp4 +3 -0
  8. videos/observation.images.image/chunk-000/file-001.mp4 +3 -0
  9. videos/observation.images.image/chunk-000/file-002.mp4 +3 -0
  10. videos/observation.images.jaco/chunk-000/file-000.mp4 +3 -0
  11. videos/observation.images.jaco/chunk-000/file-001.mp4 +3 -0
  12. videos/observation.images.jaco/chunk-000/file-002.mp4 +3 -0
  13. videos/observation.images.kinova3/chunk-000/file-000.mp4 +3 -0
  14. videos/observation.images.kinova3/chunk-000/file-001.mp4 +3 -0
  15. videos/observation.images.kinova3/chunk-000/file-002.mp4 +3 -0
  16. videos/observation.images.kuka_iiwa/chunk-000/file-000.mp4 +3 -0
  17. videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 +3 -0
  18. videos/observation.images.kuka_iiwa/chunk-000/file-002.mp4 +3 -0
  19. videos/observation.images.panda/chunk-000/file-000.mp4 +3 -0
  20. videos/observation.images.panda/chunk-000/file-001.mp4 +3 -0
  21. videos/observation.images.panda/chunk-000/file-002.mp4 +3 -0
  22. videos/observation.images.sawyer/chunk-000/file-000.mp4 +3 -0
  23. videos/observation.images.sawyer/chunk-000/file-001.mp4 +3 -0
  24. videos/observation.images.sawyer/chunk-000/file-002.mp4 +3 -0
  25. videos/observation.images.ur5e/chunk-000/file-000.mp4 +3 -0
  26. videos/observation.images.ur5e/chunk-000/file-001.mp4 +3 -0
  27. videos/observation.images.ur5e/chunk-000/file-002.mp4 +3 -0
  28. videos/observation.images.xarm7/chunk-000/file-000.mp4 +3 -0
  29. videos/observation.images.xarm7/chunk-000/file-001.mp4 +3 -0
  30. videos/observation.images.xarm7/chunk-000/file-002.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "fractal20220817_data_train_0_5000_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: ["images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e", "xarm7"]
10
+ fps: 3
11
+ total_episodes: 5000
12
+ total_frames: 214072
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
+ # fractal20220817_data_train_0_5000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e, xarm7
28
+ - **FPS**: 3
29
+ - **Episodes**: 5,000
30
+ - **Frames**: 214,072
31
+ - **Splits**:
32
+ - `train`: `0:5000`
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.image` | `video` | `256×320×3` | Source robot's image from original dataset |
46
+ | `observation.images.jaco` | `video` | `256×320×3` | Augmented image for jaco robot |
47
+ | `observation.images.kinova3` | `video` | `256×320×3` | Augmented image for kinova3 robot |
48
+ | `observation.images.kuka_iiwa` | `video` | `256×320×3` | Augmented image for kuka_iiwa robot |
49
+ | `observation.images.panda` | `video` | `256×320×3` | Augmented image for panda robot |
50
+ | `observation.images.sawyer` | `video` | `256×320×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `256×320×3` | Augmented image for ur5e robot |
52
+ | `observation.images.xarm7` | `video` | `256×320×3` | Augmented image for xarm7 robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `string` | `1` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
61
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
62
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
63
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
64
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
65
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
66
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
67
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
68
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
69
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
72
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
73
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
74
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
77
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
78
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
79
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
82
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
83
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
84
+ | `observation.state` | `float32` | `7` | Copy of the state field in source robot's RLDS dataset |
85
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
86
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
87
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
88
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
89
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
90
+ | `observation.xarm7.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.xarm7.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.xarm7.ee_error` | `float32` | `7` | The eef difference between the augmented xarm7 robot and the original robot |
93
+ | `observation.xarm7.ee_pose` | `float32` | `7` | The eef position of xarm7 robot |
94
+ | `observation.xarm7.joints` | `float32` | `8` | The joint position of xarm7 robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/](https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @misc{googleblog_rt1_2022,
115
+ author = {Keerthana Gopalakrishnan and Kanishka Rao},
116
+ title = {RT-1: Robotics Transformer for real-world control at scale},
117
+ howpublished = {Google Research Blog},
118
+ year = {2022},
119
+ month = {December},
120
+ url = {https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/}
121
+ }
122
+ ```
123
+
124
+ ## OXE-AugE Dataset Citation (ours)
125
+
126
+ ```bibtex
127
+ @misc{
128
+ ji2025oxeaug,
129
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
130
+ 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},
131
+ year = {2025},
132
+ note = {Manuscript}
133
+ }
134
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19c736dd4eb0837c265e940147b7979628943efed08bd94470fb85c329596a93
3
+ size 150437922
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25535e162ec8721d90b85365f50f8bda6a4689aea1d4b92d52537ea90eface35
3
+ size 29106169
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 5000,
5
+ "total_frames": 214072,
6
+ "total_tasks": 487,
7
+ "chunks_size": 1000,
8
+ "fps": 3,
9
+ "splits": {
10
+ "train": "0:5000"
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.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 3
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 3
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 3
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 3
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 3
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 256,
54
+ 320,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 256,
59
+ "video.width": 320,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 3,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 3
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 3
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 3
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 3
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 3
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 256,
107
+ 320,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 256,
112
+ "video.width": 320,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 3,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 3
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 3
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 3
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 3
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 3
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 256,
160
+ 320,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 256,
165
+ "video.width": 320,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 3,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 3
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 3
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 3
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 3
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 3
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 256,
213
+ 320,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 256,
218
+ "video.width": 320,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 3,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 3
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 3
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 3
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 3
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 3
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 256,
266
+ 320,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 256,
271
+ "video.width": 320,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 3,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.xarm7.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 8
284
+ ],
285
+ "fps": 3
286
+ },
287
+ "observation.xarm7.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 3
293
+ },
294
+ "observation.xarm7.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 3
300
+ },
301
+ "observation.xarm7.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 3
307
+ },
308
+ "observation.xarm7.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 3
314
+ },
315
+ "observation.images.xarm7": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 256,
319
+ 320,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 256,
324
+ "video.width": 320,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 3,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.jaco.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 7
337
+ ],
338
+ "fps": 3
339
+ },
340
+ "observation.jaco.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 3
346
+ },
347
+ "observation.jaco.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 3
353
+ },
354
+ "observation.jaco.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 3
360
+ },
361
+ "observation.jaco.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 3
367
+ },
368
+ "observation.images.jaco": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 256,
372
+ 320,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 256,
377
+ "video.width": 320,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 3,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 256,
390
+ 320,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 256,
395
+ "video.width": 320,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 3,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "string",
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "fps": 3
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 7
415
+ ],
416
+ "fps": 3
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 3
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 3
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 3
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 3
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 3
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 3
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 3
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,1973 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.panda.base_position": {
3
+ "min": [
4
+ -0.125,
5
+ 0.375,
6
+ -0.125
7
+ ],
8
+ "max": [
9
+ -0.125,
10
+ 0.375,
11
+ -0.125
12
+ ],
13
+ "mean": [
14
+ -0.125,
15
+ 0.375,
16
+ -0.125
17
+ ],
18
+ "std": [
19
+ 0.0,
20
+ 0.0,
21
+ 0.0
22
+ ],
23
+ "count": [
24
+ 214072
25
+ ]
26
+ },
27
+ "observation.kuka_iiwa.base_position": {
28
+ "min": [
29
+ 0.0,
30
+ 0.6000000238418579,
31
+ -0.30000001192092896
32
+ ],
33
+ "max": [
34
+ 0.0,
35
+ 0.6000000238418579,
36
+ -0.30000001192092896
37
+ ],
38
+ "mean": [
39
+ 0.0,
40
+ 0.6000000905097834,
41
+ -0.3000000452548917
42
+ ],
43
+ "std": [
44
+ 0.0,
45
+ 4.3202978439551737e-07,
46
+ 2.1601489219775869e-07
47
+ ],
48
+ "count": [
49
+ 214072
50
+ ]
51
+ },
52
+ "observation.kinova3.base_position": {
53
+ "min": [
54
+ 0.0,
55
+ 0.30000001192092896,
56
+ -0.30000001192092896
57
+ ],
58
+ "max": [
59
+ 0.0,
60
+ 0.30000001192092896,
61
+ -0.30000001192092896
62
+ ],
63
+ "mean": [
64
+ 0.0,
65
+ 0.3000000452548917,
66
+ -0.3000000452548917
67
+ ],
68
+ "std": [
69
+ 0.0,
70
+ 2.1601489219775869e-07,
71
+ 2.1601489219775869e-07
72
+ ],
73
+ "count": [
74
+ 214072
75
+ ]
76
+ },
77
+ "observation.images.image": {
78
+ "min": [
79
+ [
80
+ [
81
+ 0.0
82
+ ]
83
+ ],
84
+ [
85
+ [
86
+ 0.0
87
+ ]
88
+ ],
89
+ [
90
+ [
91
+ 0.0
92
+ ]
93
+ ]
94
+ ],
95
+ "max": [
96
+ [
97
+ [
98
+ 1.0
99
+ ]
100
+ ],
101
+ [
102
+ [
103
+ 1.0
104
+ ]
105
+ ],
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ]
111
+ ],
112
+ "mean": [
113
+ [
114
+ [
115
+ 0.3965213537831619
116
+ ]
117
+ ],
118
+ [
119
+ [
120
+ 0.28694064636983957
121
+ ]
122
+ ],
123
+ [
124
+ [
125
+ 0.20743784175666904
126
+ ]
127
+ ]
128
+ ],
129
+ "std": [
130
+ [
131
+ [
132
+ 0.23808579328237559
133
+ ]
134
+ ],
135
+ [
136
+ [
137
+ 0.18711886146455384
138
+ ]
139
+ ],
140
+ [
141
+ [
142
+ 0.15471464090286058
143
+ ]
144
+ ]
145
+ ],
146
+ "count": [
147
+ 211861
148
+ ]
149
+ },
150
+ "observation.kinova3.joints": {
151
+ "min": [
152
+ -3.1090846061706543,
153
+ -2.177600145339966,
154
+ -3.017101526260376,
155
+ -2.569999933242798,
156
+ -4.3064866065979,
157
+ -1.747994303703308,
158
+ -4.9517998695373535,
159
+ 0.0
160
+ ],
161
+ "max": [
162
+ 3.078462600708008,
163
+ 2.240000009536743,
164
+ 2.815584182739258,
165
+ 2.569999933242798,
166
+ 2.7258732318878174,
167
+ 2.0899999141693115,
168
+ 2.429940700531006,
169
+ 1.0
170
+ ],
171
+ "mean": [
172
+ -0.1779907680781196,
173
+ 0.6307544608380123,
174
+ -0.06848796701275287,
175
+ 0.6799215845763545,
176
+ -0.6330159393486524,
177
+ 1.3887034574331631,
178
+ -1.8027313374123133,
179
+ 0.4247052823771293
180
+ ],
181
+ "std": [
182
+ 0.3079216931653226,
183
+ 0.38185103309048807,
184
+ 0.3519249953011035,
185
+ 0.8485966880099953,
186
+ 0.6192956933017117,
187
+ 0.5332714751770555,
188
+ 0.7098890536880726,
189
+ 0.45272693794071533
190
+ ],
191
+ "count": [
192
+ 214072
193
+ ]
194
+ },
195
+ "observation.kinova3.ee_error": {
196
+ "min": [
197
+ -0.022436589002609253,
198
+ -0.008268054574728012,
199
+ -0.013062343001365662,
200
+ -1.1551733016967773,
201
+ -1.7125297784805298,
202
+ -1.4093490839004517,
203
+ -1.2263380289077759
204
+ ],
205
+ "max": [
206
+ 0.0925208330154419,
207
+ 0.04514110088348389,
208
+ 0.042974114418029785,
209
+ 1.359940528869629,
210
+ 1.4106433391571045,
211
+ 1.4093151092529297,
212
+ 1.0638980865478516
213
+ ],
214
+ "mean": [
215
+ 0.0023052957984299703,
216
+ 0.0005450336347047811,
217
+ 0.0027009552284537894,
218
+ -0.01654614300206127,
219
+ 0.00010135546294167895,
220
+ -0.0023937740394591542,
221
+ 0.00040378589245555237
222
+ ],
223
+ "std": [
224
+ 0.004023354266922085,
225
+ 0.0016373372258857587,
226
+ 0.003713223899217027,
227
+ 0.1467565201256164,
228
+ 0.18210901778977517,
229
+ 0.1611823422848102,
230
+ 0.06768972557801341
231
+ ],
232
+ "count": [
233
+ 214072
234
+ ]
235
+ },
236
+ "observation.joints": {
237
+ "min": [
238
+ -1.8857543468475342,
239
+ -2.6600000858306885,
240
+ -1.9948755502700806,
241
+ -1.9041708707809448,
242
+ -2.9034745693206787,
243
+ -1.7899999618530273,
244
+ -4.400910377502441,
245
+ 0.0
246
+ ],
247
+ "max": [
248
+ 1.350000023841858,
249
+ 2.8157901763916016,
250
+ 2.2920427322387695,
251
+ 3.019434928894043,
252
+ 2.9176347255706787,
253
+ 1.7899999618530273,
254
+ 1.350000023841858,
255
+ 1.0
256
+ ],
257
+ "mean": [
258
+ -0.13974911770187506,
259
+ 0.5328082656584004,
260
+ 0.5491285671065447,
261
+ 1.1327142299321282,
262
+ 0.16652010257365257,
263
+ 1.0579908574590962,
264
+ -1.0280132221802258,
265
+ 0.4247052823771293
266
+ ],
267
+ "std": [
268
+ 0.35388418879037015,
269
+ 0.43792135237965324,
270
+ 0.392719860826964,
271
+ 0.5349498451074166,
272
+ 0.3758866311617334,
273
+ 0.5576448667397016,
274
+ 0.4944268620615959,
275
+ 0.45272693794071533
276
+ ],
277
+ "count": [
278
+ 214072
279
+ ]
280
+ },
281
+ "observation.images.panda": {
282
+ "min": [
283
+ [
284
+ [
285
+ 0.0
286
+ ]
287
+ ],
288
+ [
289
+ [
290
+ 0.0
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 0.0
296
+ ]
297
+ ]
298
+ ],
299
+ "max": [
300
+ [
301
+ [
302
+ 1.0
303
+ ]
304
+ ],
305
+ [
306
+ [
307
+ 1.0
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 1.0
313
+ ]
314
+ ]
315
+ ],
316
+ "mean": [
317
+ [
318
+ [
319
+ 0.4069571817011543
320
+ ]
321
+ ],
322
+ [
323
+ [
324
+ 0.3090745960278064
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.2483345599881836
330
+ ]
331
+ ]
332
+ ],
333
+ "std": [
334
+ [
335
+ [
336
+ 0.26465092879847335
337
+ ]
338
+ ],
339
+ [
340
+ [
341
+ 0.24617010115321175
342
+ ]
343
+ ],
344
+ [
345
+ [
346
+ 0.24062923829543714
347
+ ]
348
+ ]
349
+ ],
350
+ "count": [
351
+ 211861
352
+ ]
353
+ },
354
+ "observation.panda.joints": {
355
+ "min": [
356
+ -2.8973000049591064,
357
+ -1.7627999782562256,
358
+ -2.8973000049591064,
359
+ -3.0717999935150146,
360
+ -2.8973000049591064,
361
+ 0.1035577580332756,
362
+ -2.8973000049591064,
363
+ 0.0
364
+ ],
365
+ "max": [
366
+ 2.8973000049591064,
367
+ 1.7627999782562256,
368
+ 2.8973000049591064,
369
+ -0.0697999969124794,
370
+ 2.548680543899536,
371
+ 3.752500057220459,
372
+ 1.858742356300354,
373
+ 1.0
374
+ ],
375
+ "mean": [
376
+ 1.8903321364552594,
377
+ -0.6373608262523927,
378
+ -0.8919767547544583,
379
+ -1.5705810323657732,
380
+ -0.5497211999579629,
381
+ 2.068605907351027,
382
+ -2.775844528553883,
383
+ 0.4247052823771293
384
+ ],
385
+ "std": [
386
+ 0.9308644820023699,
387
+ 0.4297593265868317,
388
+ 0.7499222046647874,
389
+ 0.7280915029028432,
390
+ 0.6194141022097089,
391
+ 0.7677131449774836,
392
+ 0.2943681229791846,
393
+ 0.45272693794071533
394
+ ],
395
+ "count": [
396
+ 214072
397
+ ]
398
+ },
399
+ "observation.kinova3.base_orientation": {
400
+ "min": [
401
+ 0.0
402
+ ],
403
+ "max": [
404
+ 0.0
405
+ ],
406
+ "mean": [
407
+ 0.0
408
+ ],
409
+ "std": [
410
+ 0.0
411
+ ],
412
+ "count": [
413
+ 214072
414
+ ]
415
+ },
416
+ "observation.xarm7.base_position": {
417
+ "min": [
418
+ -0.30000001192092896,
419
+ 0.30000001192092896,
420
+ -0.30000001192092896
421
+ ],
422
+ "max": [
423
+ -0.30000001192092896,
424
+ 0.30000001192092896,
425
+ -0.30000001192092896
426
+ ],
427
+ "mean": [
428
+ -0.3000000452548917,
429
+ 0.3000000452548917,
430
+ -0.3000000452548917
431
+ ],
432
+ "std": [
433
+ 2.1601489219775869e-07,
434
+ 2.1601489219775869e-07,
435
+ 2.1601489219775869e-07
436
+ ],
437
+ "count": [
438
+ 214072
439
+ ]
440
+ },
441
+ "observation.kuka_iiwa.base_orientation": {
442
+ "min": [
443
+ 0.0
444
+ ],
445
+ "max": [
446
+ 0.0
447
+ ],
448
+ "mean": [
449
+ 0.0
450
+ ],
451
+ "std": [
452
+ 0.0
453
+ ],
454
+ "count": [
455
+ 214072
456
+ ]
457
+ },
458
+ "observation.jaco.base_position": {
459
+ "min": [
460
+ -0.30000001192092896,
461
+ -0.30000001192092896,
462
+ -0.6000000238418579
463
+ ],
464
+ "max": [
465
+ 0.0,
466
+ 0.44999998807907104,
467
+ 0.0
468
+ ],
469
+ "mean": [
470
+ -0.2985124619799964,
471
+ 0.2991914391622608,
472
+ -0.3000031108298503
473
+ ],
474
+ "std": [
475
+ 0.020621556216034773,
476
+ 0.0167889271986709,
477
+ 0.009177688004985744
478
+ ],
479
+ "count": [
480
+ 214072
481
+ ]
482
+ },
483
+ "observation.ur5e.joints": {
484
+ "min": [
485
+ -4.451101303100586,
486
+ -3.1867523193359375,
487
+ -2.667907238006592,
488
+ -6.28318977355957,
489
+ -2.6229958534240723,
490
+ -5.044768810272217,
491
+ 0.0
492
+ ],
493
+ "max": [
494
+ -0.7948172688484192,
495
+ 1.5653985738754272,
496
+ 3.084458589553833,
497
+ 5.049981594085693,
498
+ 1.4958863258361816,
499
+ 6.28318977355957,
500
+ 1.0
501
+ ],
502
+ "mean": [
503
+ -1.6806415152288463,
504
+ -1.3140784594082098,
505
+ 1.1358260517350036,
506
+ -1.745743336610091,
507
+ -0.9972609342289386,
508
+ 1.8439946505585374,
509
+ 0.4247052823771293
510
+ ],
511
+ "std": [
512
+ 0.228765555106993,
513
+ 0.4159948551982727,
514
+ 0.795004448333566,
515
+ 0.8663934163642169,
516
+ 0.3557848885423744,
517
+ 0.6576721930962095,
518
+ 0.45272693794071533
519
+ ],
520
+ "count": [
521
+ 214072
522
+ ]
523
+ },
524
+ "observation.ee_pose": {
525
+ "min": [
526
+ -0.16669559478759766,
527
+ -0.9709059596061707,
528
+ 0.04042496904730797,
529
+ -0.6798955202102661,
530
+ -0.7059564590454102,
531
+ -0.7060785293579102,
532
+ -0.6721583604812622
533
+ ],
534
+ "max": [
535
+ 1.024007797241211,
536
+ 0.3470682203769684,
537
+ 1.470138430595398,
538
+ 0.9147530198097229,
539
+ 0.9999349117279053,
540
+ 0.9996243715286255,
541
+ 0.7540119290351868
542
+ ],
543
+ "mean": [
544
+ 0.5578861563027645,
545
+ -0.08384195159119318,
546
+ 0.7722284838581884,
547
+ 0.19925027968869563,
548
+ -0.23372685662077222,
549
+ 0.4838944234743599,
550
+ 0.09036871491364216
551
+ ],
552
+ "std": [
553
+ 0.1237167028438133,
554
+ 0.11454998340188122,
555
+ 0.2451200074658126,
556
+ 0.28396581834619666,
557
+ 0.5195632061578302,
558
+ 0.5332214465415435,
559
+ 0.16865093809392157
560
+ ],
561
+ "count": [
562
+ 214072
563
+ ]
564
+ },
565
+ "observation.jaco.joints": {
566
+ "min": [
567
+ -7.917623043060303,
568
+ 0.8726649880409241,
569
+ 0.3316130042076111,
570
+ -9.118685722351074,
571
+ -12.444992065429688,
572
+ -5.927704334259033,
573
+ 0.0
574
+ ],
575
+ "max": [
576
+ 7.605101108551025,
577
+ 5.410520076751709,
578
+ 5.9515700340271,
579
+ 10.124642372131348,
580
+ 5.504261016845703,
581
+ 14.290255546569824,
582
+ 1.0
583
+ ],
584
+ "mean": [
585
+ -0.3397187102999467,
586
+ 3.1382591914437206,
587
+ 4.708775500319875,
588
+ 0.4292258442359389,
589
+ -2.3756076274937468,
590
+ 2.4450918421672903,
591
+ 0.4247052823771293
592
+ ],
593
+ "std": [
594
+ 0.9306257695017897,
595
+ 0.7225965573099419,
596
+ 0.7556395182720433,
597
+ 1.6152698801108885,
598
+ 1.6225136473654451,
599
+ 1.5079613367030662,
600
+ 0.45272693794071533
601
+ ],
602
+ "count": [
603
+ 214072
604
+ ]
605
+ },
606
+ "task_index": {
607
+ "min": [
608
+ 0
609
+ ],
610
+ "max": [
611
+ 486
612
+ ],
613
+ "mean": [
614
+ 132.86545648193132
615
+ ],
616
+ "std": [
617
+ 121.67717105998989
618
+ ],
619
+ "count": [
620
+ 214072
621
+ ]
622
+ },
623
+ "observation.kuka_iiwa.joints": {
624
+ "min": [
625
+ -2.6907362937927246,
626
+ -1.7748692035675049,
627
+ -2.81663179397583,
628
+ -2.094399929046631,
629
+ -2.3444325923919678,
630
+ -2.094399929046631,
631
+ -2.044121026992798,
632
+ 0.0
633
+ ],
634
+ "max": [
635
+ 2.5958683490753174,
636
+ 2.094399929046631,
637
+ 2.967060089111328,
638
+ 2.094399929046631,
639
+ 2.967060089111328,
640
+ 2.094399929046631,
641
+ 3.0543301105499268,
642
+ 1.0
643
+ ],
644
+ "mean": [
645
+ 0.6484326908700278,
646
+ 0.8521793070939773,
647
+ 0.15312660594128494,
648
+ -0.7498488379980718,
649
+ 0.4011194332607671,
650
+ 0.8667854979396254,
651
+ 2.1347245277763203,
652
+ 0.4247052823771293
653
+ ],
654
+ "std": [
655
+ 0.3294907464133714,
656
+ 0.43684190174502413,
657
+ 0.5338946883435856,
658
+ 0.7096122782038179,
659
+ 0.5744233614699731,
660
+ 0.6144218459963372,
661
+ 0.6222181247933201,
662
+ 0.45272693794071533
663
+ ],
664
+ "count": [
665
+ 214072
666
+ ]
667
+ },
668
+ "observation.images.kinova3": {
669
+ "min": [
670
+ [
671
+ [
672
+ 0.0
673
+ ]
674
+ ],
675
+ [
676
+ [
677
+ 0.0
678
+ ]
679
+ ],
680
+ [
681
+ [
682
+ 0.0
683
+ ]
684
+ ]
685
+ ],
686
+ "max": [
687
+ [
688
+ [
689
+ 1.0
690
+ ]
691
+ ],
692
+ [
693
+ [
694
+ 1.0
695
+ ]
696
+ ],
697
+ [
698
+ [
699
+ 1.0
700
+ ]
701
+ ]
702
+ ],
703
+ "mean": [
704
+ [
705
+ [
706
+ 0.38122384987480284
707
+ ]
708
+ ],
709
+ [
710
+ [
711
+ 0.27961156907066637
712
+ ]
713
+ ],
714
+ [
715
+ [
716
+ 0.21645858929785058
717
+ ]
718
+ ]
719
+ ],
720
+ "std": [
721
+ [
722
+ [
723
+ 0.2440976356528427
724
+ ]
725
+ ],
726
+ [
727
+ [
728
+ 0.21046790059804166
729
+ ]
730
+ ],
731
+ [
732
+ [
733
+ 0.19411374762096892
734
+ ]
735
+ ]
736
+ ],
737
+ "count": [
738
+ 211861
739
+ ]
740
+ },
741
+ "timestamp": {
742
+ "min": [
743
+ 0.0
744
+ ],
745
+ "max": [
746
+ 176.66666666666666
747
+ ],
748
+ "mean": [
749
+ 8.649708197864893
750
+ ],
751
+ "std": [
752
+ 8.429091282486976
753
+ ],
754
+ "count": [
755
+ 214072
756
+ ]
757
+ },
758
+ "index": {
759
+ "min": [
760
+ 0
761
+ ],
762
+ "max": [
763
+ 214071
764
+ ],
765
+ "mean": [
766
+ 107035.5
767
+ ],
768
+ "std": [
769
+ 61797.263412306536
770
+ ],
771
+ "count": [
772
+ 214072
773
+ ]
774
+ },
775
+ "observation.jaco.ee_pose": {
776
+ "min": [
777
+ -0.46668437123298645,
778
+ -0.6966637372970581,
779
+ -0.45343294739723206,
780
+ -0.6705279350280762,
781
+ -0.7065457701683044,
782
+ -0.7060685157775879,
783
+ -0.6191946864128113
784
+ ],
785
+ "max": [
786
+ 0.7978509664535522,
787
+ 0.6470415592193604,
788
+ 1.1475404500961304,
789
+ 0.9141115546226501,
790
+ 0.9999395608901978,
791
+ 0.9993144273757935,
792
+ 0.7434512972831726
793
+ ],
794
+ "mean": [
795
+ 0.2589600771660257,
796
+ 0.21449872028799566,
797
+ 0.4745628221901034,
798
+ 0.20434968847002544,
799
+ -0.23099407826653728,
800
+ 0.48108953225320433,
801
+ 0.08847269240398689
802
+ ],
803
+ "std": [
804
+ 0.12516877409117944,
805
+ 0.11560000188356569,
806
+ 0.239473187865736,
807
+ 0.2873142208135401,
808
+ 0.5190231213863226,
809
+ 0.5334412042685449,
810
+ 0.1706294389266248
811
+ ],
812
+ "count": [
813
+ 214072
814
+ ]
815
+ },
816
+ "observation.sawyer.joints": {
817
+ "min": [
818
+ -3.050299882888794,
819
+ -3.809499979019165,
820
+ -3.04259991645813,
821
+ -0.28997358679771423,
822
+ -2.976099967956543,
823
+ -2.976099967956543,
824
+ -4.712399959564209,
825
+ 0.0
826
+ ],
827
+ "max": [
828
+ 3.050299882888794,
829
+ 2.118947982788086,
830
+ 3.04259991645813,
831
+ 3.0439000129699707,
832
+ 2.976099967956543,
833
+ 2.976099967956543,
834
+ 3.472358465194702,
835
+ 1.0
836
+ ],
837
+ "mean": [
838
+ 0.5996257516384318,
839
+ -2.0577569548436,
840
+ -0.5318104387591827,
841
+ 1.9898523382424613,
842
+ 0.33977479170117575,
843
+ 1.251611077898122,
844
+ -1.2679197513542269,
845
+ 0.4247052823771293
846
+ ],
847
+ "std": [
848
+ 0.5315126475245461,
849
+ 0.7097857801121192,
850
+ 0.5321606553838761,
851
+ 0.44052003428088743,
852
+ 0.9917642935671451,
853
+ 0.546176122470204,
854
+ 0.7480867668469466,
855
+ 0.45272693794071533
856
+ ],
857
+ "count": [
858
+ 214072
859
+ ]
860
+ },
861
+ "observation.jaco.ee_error": {
862
+ "min": [
863
+ -0.15539976954460144,
864
+ -0.14785802364349365,
865
+ -0.27100878953933716,
866
+ -1.3232619762420654,
867
+ -1.7128782272338867,
868
+ -1.418149471282959,
869
+ -1.2260609865188599
870
+ ],
871
+ "max": [
872
+ 0.16552671790122986,
873
+ 0.136510968208313,
874
+ 0.10560435056686401,
875
+ 1.3408453464508057,
876
+ 1.4379321336746216,
877
+ 1.404224157333374,
878
+ 1.1087729930877686
879
+ ],
880
+ "mean": [
881
+ 0.000626829945249446,
882
+ 0.0006868713677878756,
883
+ -0.0021999620364853405,
884
+ 0.004108903485172255,
885
+ -0.014232203232981168,
886
+ 0.010893339281702275,
887
+ 0.004869090561200737
888
+ ],
889
+ "std": [
890
+ 0.00787041839850751,
891
+ 0.0065298454661275014,
892
+ 0.021762083866112173,
893
+ 0.11884004129418477,
894
+ 0.15292583728192016,
895
+ 0.1288747240437332,
896
+ 0.06464207828992956
897
+ ],
898
+ "count": [
899
+ 214072
900
+ ]
901
+ },
902
+ "observation.sawyer.base_orientation": {
903
+ "min": [
904
+ 0.0
905
+ ],
906
+ "max": [
907
+ 0.0
908
+ ],
909
+ "mean": [
910
+ 0.0
911
+ ],
912
+ "std": [
913
+ 0.0
914
+ ],
915
+ "count": [
916
+ 214072
917
+ ]
918
+ },
919
+ "observation.ur5e.base_position": {
920
+ "min": [
921
+ 0.0,
922
+ 0.30000001192092896,
923
+ -0.30000001192092896
924
+ ],
925
+ "max": [
926
+ 0.0,
927
+ 0.30000001192092896,
928
+ -0.30000001192092896
929
+ ],
930
+ "mean": [
931
+ 0.0,
932
+ 0.3000000452548917,
933
+ -0.3000000452548917
934
+ ],
935
+ "std": [
936
+ 0.0,
937
+ 2.1601489219775869e-07,
938
+ 2.1601489219775869e-07
939
+ ],
940
+ "count": [
941
+ 214072
942
+ ]
943
+ },
944
+ "observation.kinova3.ee_pose": {
945
+ "min": [
946
+ -0.16669918596744537,
947
+ -0.6970545649528503,
948
+ -0.25957486033439636,
949
+ -0.6926426887512207,
950
+ -0.7060294151306152,
951
+ -0.7059577703475952,
952
+ -0.6238180994987488
953
+ ],
954
+ "max": [
955
+ 0.9930582642555237,
956
+ 0.6407169699668884,
957
+ 1.1646480560302734,
958
+ 0.9148116707801819,
959
+ 0.9997435808181763,
960
+ 0.9986833333969116,
961
+ 0.7425781488418579
962
+ ],
963
+ "mean": [
964
+ 0.5557940334721767,
965
+ 0.21544916444733317,
966
+ 0.46966496890683945,
967
+ 0.22500473471985122,
968
+ -0.24532763846405387,
969
+ 0.494376645930189,
970
+ 0.09293799723781834
971
+ ],
972
+ "std": [
973
+ 0.12193835170344577,
974
+ 0.11385074699012226,
975
+ 0.2434585245043451,
976
+ 0.30777605952703974,
977
+ 0.4985057152483544,
978
+ 0.514124839855992,
979
+ 0.1690653091600063
980
+ ],
981
+ "count": [
982
+ 214072
983
+ ]
984
+ },
985
+ "observation.xarm7.base_orientation": {
986
+ "min": [
987
+ 0.0
988
+ ],
989
+ "max": [
990
+ 0.0
991
+ ],
992
+ "mean": [
993
+ 0.0
994
+ ],
995
+ "std": [
996
+ 0.0
997
+ ],
998
+ "count": [
999
+ 214072
1000
+ ]
1001
+ },
1002
+ "observation.images.jaco": {
1003
+ "min": [
1004
+ [
1005
+ [
1006
+ 0.0
1007
+ ]
1008
+ ],
1009
+ [
1010
+ [
1011
+ 0.0
1012
+ ]
1013
+ ],
1014
+ [
1015
+ [
1016
+ 0.0
1017
+ ]
1018
+ ]
1019
+ ],
1020
+ "max": [
1021
+ [
1022
+ [
1023
+ 1.0
1024
+ ]
1025
+ ],
1026
+ [
1027
+ [
1028
+ 1.0
1029
+ ]
1030
+ ],
1031
+ [
1032
+ [
1033
+ 1.0
1034
+ ]
1035
+ ]
1036
+ ],
1037
+ "mean": [
1038
+ [
1039
+ [
1040
+ 0.3504538966892064
1041
+ ]
1042
+ ],
1043
+ [
1044
+ [
1045
+ 0.24939622070077314
1046
+ ]
1047
+ ],
1048
+ [
1049
+ [
1050
+ 0.18641842945612463
1051
+ ]
1052
+ ]
1053
+ ],
1054
+ "std": [
1055
+ [
1056
+ [
1057
+ 0.23280548449263258
1058
+ ]
1059
+ ],
1060
+ [
1061
+ [
1062
+ 0.18175473552789506
1063
+ ]
1064
+ ],
1065
+ [
1066
+ [
1067
+ 0.15064645810749352
1068
+ ]
1069
+ ]
1070
+ ],
1071
+ "count": [
1072
+ 211861
1073
+ ]
1074
+ },
1075
+ "observation.panda.base_orientation": {
1076
+ "min": [
1077
+ 0.0
1078
+ ],
1079
+ "max": [
1080
+ 0.0
1081
+ ],
1082
+ "mean": [
1083
+ 0.0
1084
+ ],
1085
+ "std": [
1086
+ 0.0
1087
+ ],
1088
+ "count": [
1089
+ 214072
1090
+ ]
1091
+ },
1092
+ "observation.sawyer.ee_error": {
1093
+ "min": [
1094
+ -0.049841150641441345,
1095
+ -0.05389317870140076,
1096
+ -0.024266470223665237,
1097
+ -1.3470138311386108,
1098
+ -1.7125122547149658,
1099
+ -1.4087817668914795,
1100
+ -1.2260321378707886
1101
+ ],
1102
+ "max": [
1103
+ 0.09702226519584656,
1104
+ 0.14616051316261292,
1105
+ 0.24289238452911377,
1106
+ 1.3598912954330444,
1107
+ 1.408760905265808,
1108
+ 1.3686264753341675,
1109
+ 1.085679054260254
1110
+ ],
1111
+ "mean": [
1112
+ 1.7034237845728596e-05,
1113
+ 5.195581134379397e-05,
1114
+ 8.446413637193883e-05,
1115
+ 0.009327019109582125,
1116
+ -0.011022239097317324,
1117
+ 0.008004555640594633,
1118
+ 0.002299103326595252
1119
+ ],
1120
+ "std": [
1121
+ 0.001343156469063669,
1122
+ 0.0016497065712499565,
1123
+ 0.0032612156840417213,
1124
+ 0.10365071726092608,
1125
+ 0.12409275643770323,
1126
+ 0.0922804170990772,
1127
+ 0.04972706774580712
1128
+ ],
1129
+ "count": [
1130
+ 214072
1131
+ ]
1132
+ },
1133
+ "observation.sawyer.base_position": {
1134
+ "min": [
1135
+ -0.30000001192092896,
1136
+ 0.22499999403953552,
1137
+ -0.30000001192092896
1138
+ ],
1139
+ "max": [
1140
+ -0.30000001192092896,
1141
+ 0.30000001192092896,
1142
+ -0.07500000298023224
1143
+ ],
1144
+ "mean": [
1145
+ -0.3000000452548917,
1146
+ 0.299981476720394,
1147
+ -0.2999443396735339
1148
+ ],
1149
+ "std": [
1150
+ 2.1601489219775869e-07,
1151
+ 0.001179954794247774,
1152
+ 0.003539865626180279
1153
+ ],
1154
+ "count": [
1155
+ 214072
1156
+ ]
1157
+ },
1158
+ "observation.images.sawyer": {
1159
+ "min": [
1160
+ [
1161
+ [
1162
+ 0.0
1163
+ ]
1164
+ ],
1165
+ [
1166
+ [
1167
+ 0.0
1168
+ ]
1169
+ ],
1170
+ [
1171
+ [
1172
+ 0.0
1173
+ ]
1174
+ ]
1175
+ ],
1176
+ "max": [
1177
+ [
1178
+ [
1179
+ 1.0
1180
+ ]
1181
+ ],
1182
+ [
1183
+ [
1184
+ 1.0
1185
+ ]
1186
+ ],
1187
+ [
1188
+ [
1189
+ 1.0
1190
+ ]
1191
+ ]
1192
+ ],
1193
+ "mean": [
1194
+ [
1195
+ [
1196
+ 0.3697703361335673
1197
+ ]
1198
+ ],
1199
+ [
1200
+ [
1201
+ 0.24729260938035494
1202
+ ]
1203
+ ],
1204
+ [
1205
+ [
1206
+ 0.19045205321052908
1207
+ ]
1208
+ ]
1209
+ ],
1210
+ "std": [
1211
+ [
1212
+ [
1213
+ 0.23894562004931888
1214
+ ]
1215
+ ],
1216
+ [
1217
+ [
1218
+ 0.1853262303737397
1219
+ ]
1220
+ ],
1221
+ [
1222
+ [
1223
+ 0.15816068435604733
1224
+ ]
1225
+ ]
1226
+ ],
1227
+ "count": [
1228
+ 211861
1229
+ ]
1230
+ },
1231
+ "observation.xarm7.ee_pose": {
1232
+ "min": [
1233
+ -0.46344026923179626,
1234
+ -0.6970375180244446,
1235
+ -0.25956469774246216,
1236
+ -0.6876266598701477,
1237
+ -0.7059447169303894,
1238
+ -0.7060573101043701,
1239
+ -0.6782884001731873
1240
+ ],
1241
+ "max": [
1242
+ 0.7445000410079956,
1243
+ 0.647056519985199,
1244
+ 1.14271080493927,
1245
+ 0.914692223072052,
1246
+ 0.999934732913971,
1247
+ 0.9996263384819031,
1248
+ 0.8984694480895996
1249
+ ],
1250
+ "mean": [
1251
+ 0.2581719474717694,
1252
+ 0.21599014101650887,
1253
+ 0.4722469339797458,
1254
+ 0.19686237015650215,
1255
+ -0.23298825277212237,
1256
+ 0.4825804827299316,
1257
+ 0.0901043110740662
1258
+ ],
1259
+ "std": [
1260
+ 0.12401720105565077,
1261
+ 0.11445498399140643,
1262
+ 0.24502932326640076,
1263
+ 0.2854561261911007,
1264
+ 0.5198456450731668,
1265
+ 0.5341067199197567,
1266
+ 0.17018899095869755
1267
+ ],
1268
+ "count": [
1269
+ 214072
1270
+ ]
1271
+ },
1272
+ "observation.ur5e.ee_error": {
1273
+ "min": [
1274
+ -0.01849144697189331,
1275
+ -0.01909179985523224,
1276
+ -0.0033566057682037354,
1277
+ -1.0723443031311035,
1278
+ -1.7125424146652222,
1279
+ -1.40859055519104,
1280
+ -1.2266038656234741
1281
+ ],
1282
+ "max": [
1283
+ 0.08095061779022217,
1284
+ 0.03992253541946411,
1285
+ 0.05169689655303955,
1286
+ 1.3598593473434448,
1287
+ 1.4079842567443848,
1288
+ 1.4093085527420044,
1289
+ 1.0417735576629639
1290
+ ],
1291
+ "mean": [
1292
+ 0.00068882226509825,
1293
+ 0.00017526241613813106,
1294
+ 0.0007361768871374491,
1295
+ 0.008417824541213433,
1296
+ -0.009857543089436076,
1297
+ 0.006967911361700914,
1298
+ 0.001654061630138548
1299
+ ],
1300
+ "std": [
1301
+ 0.0027961318359640288,
1302
+ 0.0010049873740687245,
1303
+ 0.002460381043142535,
1304
+ 0.10740125115678668,
1305
+ 0.13175649971178882,
1306
+ 0.10182885370895324,
1307
+ 0.05046018666378667
1308
+ ],
1309
+ "count": [
1310
+ 214072
1311
+ ]
1312
+ },
1313
+ "observation.ur5e.base_orientation": {
1314
+ "min": [
1315
+ 0.0
1316
+ ],
1317
+ "max": [
1318
+ 0.0
1319
+ ],
1320
+ "mean": [
1321
+ 0.0
1322
+ ],
1323
+ "std": [
1324
+ 0.0
1325
+ ],
1326
+ "count": [
1327
+ 214072
1328
+ ]
1329
+ },
1330
+ "observation.images.ur5e": {
1331
+ "min": [
1332
+ [
1333
+ [
1334
+ 0.0
1335
+ ]
1336
+ ],
1337
+ [
1338
+ [
1339
+ 0.0
1340
+ ]
1341
+ ],
1342
+ [
1343
+ [
1344
+ 0.0
1345
+ ]
1346
+ ]
1347
+ ],
1348
+ "max": [
1349
+ [
1350
+ [
1351
+ 1.0
1352
+ ]
1353
+ ],
1354
+ [
1355
+ [
1356
+ 1.0
1357
+ ]
1358
+ ],
1359
+ [
1360
+ [
1361
+ 1.0
1362
+ ]
1363
+ ]
1364
+ ],
1365
+ "mean": [
1366
+ [
1367
+ [
1368
+ 0.35905143045041776
1369
+ ]
1370
+ ],
1371
+ [
1372
+ [
1373
+ 0.26108981803957826
1374
+ ]
1375
+ ],
1376
+ [
1377
+ [
1378
+ 0.2002931187649733
1379
+ ]
1380
+ ]
1381
+ ],
1382
+ "std": [
1383
+ [
1384
+ [
1385
+ 0.2326254505316441
1386
+ ]
1387
+ ],
1388
+ [
1389
+ [
1390
+ 0.19044639231512797
1391
+ ]
1392
+ ],
1393
+ [
1394
+ [
1395
+ 0.17016457162917814
1396
+ ]
1397
+ ]
1398
+ ],
1399
+ "count": [
1400
+ 211861
1401
+ ]
1402
+ },
1403
+ "observation.kuka_iiwa.ee_error": {
1404
+ "min": [
1405
+ -0.049728602170944214,
1406
+ -0.020635247230529785,
1407
+ -0.06650874018669128,
1408
+ -1.2137227058410645,
1409
+ -1.7125147581100464,
1410
+ -1.4034810066223145,
1411
+ -1.226637363433838
1412
+ ],
1413
+ "max": [
1414
+ 0.19313210248947144,
1415
+ 0.16071933507919312,
1416
+ 0.07379710674285889,
1417
+ 1.3599200248718262,
1418
+ 1.5294371843338013,
1419
+ 1.4142942428588867,
1420
+ 1.085575819015503
1421
+ ],
1422
+ "mean": [
1423
+ 0.004361381245568288,
1424
+ 0.0037735558186154745,
1425
+ 0.002323768610812761,
1426
+ -0.007532238921776997,
1427
+ 0.0005991487747746129,
1428
+ 0.0015539616338850774,
1429
+ -0.006017466422575136
1430
+ ],
1431
+ "std": [
1432
+ 0.01218350004971741,
1433
+ 0.010817808079694841,
1434
+ 0.005388944386870668,
1435
+ 0.1503376335305963,
1436
+ 0.17352275027321398,
1437
+ 0.14731533560570348,
1438
+ 0.06594746259096897
1439
+ ],
1440
+ "count": [
1441
+ 214072
1442
+ ]
1443
+ },
1444
+ "observation.xarm7.ee_error": {
1445
+ "min": [
1446
+ -0.19053401052951813,
1447
+ -0.09775502979755402,
1448
+ -0.2360919713973999,
1449
+ -1.1450226306915283,
1450
+ -1.712498426437378,
1451
+ -1.408718466758728,
1452
+ -1.226708173751831
1453
+ ],
1454
+ "max": [
1455
+ 0.05185088515281677,
1456
+ 0.06011269986629486,
1457
+ 0.07093187421560287,
1458
+ 1.3600659370422363,
1459
+ 1.4093677997589111,
1460
+ 1.5267984867095947,
1461
+ 1.0856506824493408
1462
+ ],
1463
+ "mean": [
1464
+ -7.262324624555013e-05,
1465
+ 4.057989983708172e-06,
1466
+ 0.00011899041585413853,
1467
+ 0.011596222902289647,
1468
+ -0.012238027723572154,
1469
+ 0.009402390940810119,
1470
+ 0.00323747257468476
1471
+ ],
1472
+ "std": [
1473
+ 0.0025092863119753365,
1474
+ 0.0020949007197340356,
1475
+ 0.002796628857384653,
1476
+ 0.10949001506996216,
1477
+ 0.13318579272107364,
1478
+ 0.10503861236771328,
1479
+ 0.05587625864467529
1480
+ ],
1481
+ "count": [
1482
+ 214072
1483
+ ]
1484
+ },
1485
+ "observation.sawyer.ee_pose": {
1486
+ "min": [
1487
+ -0.4666866958141327,
1488
+ -0.6970401406288147,
1489
+ -0.25956475734710693,
1490
+ -0.6799033880233765,
1491
+ -0.7058933973312378,
1492
+ -0.7060580253601074,
1493
+ -0.623978853225708
1494
+ ],
1495
+ "max": [
1496
+ 0.7445088624954224,
1497
+ 0.647068977355957,
1498
+ 1.1700681447982788,
1499
+ 0.9844381809234619,
1500
+ 0.9999341368675232,
1501
+ 0.9996302723884583,
1502
+ 0.7426804900169373
1503
+ ],
1504
+ "mean": [
1505
+ 0.2580822900068597,
1506
+ 0.21592367288410233,
1507
+ 0.47233716731325087,
1508
+ 0.1991315734964541,
1509
+ -0.23420404396361386,
1510
+ 0.48397831660754287,
1511
+ 0.09104267993850758
1512
+ ],
1513
+ "std": [
1514
+ 0.12410168254340365,
1515
+ 0.11446539049636921,
1516
+ 0.24519264398828133,
1517
+ 0.28332971941101054,
1518
+ 0.519480386085174,
1519
+ 0.5331414677738356,
1520
+ 0.16910315630360412
1521
+ ],
1522
+ "count": [
1523
+ 214072
1524
+ ]
1525
+ },
1526
+ "observation.panda.ee_error": {
1527
+ "min": [
1528
+ -0.10106614232063293,
1529
+ -0.05317412316799164,
1530
+ -0.0782209038734436,
1531
+ -1.2565420866012573,
1532
+ -1.7077760696411133,
1533
+ -1.4731638431549072,
1534
+ -1.3270647525787354
1535
+ ],
1536
+ "max": [
1537
+ 0.1669740080833435,
1538
+ 0.18088692426681519,
1539
+ 0.11957144737243652,
1540
+ 1.3597991466522217,
1541
+ 1.6349847316741943,
1542
+ 1.4093713760375977,
1543
+ 1.0857124328613281
1544
+ ],
1545
+ "mean": [
1546
+ 0.003294521839178709,
1547
+ 0.002786291888597584,
1548
+ 0.0029994324171077743,
1549
+ -0.02134355210717996,
1550
+ 0.04283325504801743,
1551
+ -0.02917031579006881,
1552
+ -0.0025347549480622526
1553
+ ],
1554
+ "std": [
1555
+ 0.010491449233028522,
1556
+ 0.011161212594471252,
1557
+ 0.0077514371837496725,
1558
+ 0.17334773338143328,
1559
+ 0.273938562993742,
1560
+ 0.25362887948049967,
1561
+ 0.07903862433592093
1562
+ ],
1563
+ "count": [
1564
+ 214072
1565
+ ]
1566
+ },
1567
+ "frame_index": {
1568
+ "min": [
1569
+ 0
1570
+ ],
1571
+ "max": [
1572
+ 530
1573
+ ],
1574
+ "mean": [
1575
+ 25.94912459359468
1576
+ ],
1577
+ "std": [
1578
+ 25.287273847460927
1579
+ ],
1580
+ "count": [
1581
+ 214072
1582
+ ]
1583
+ },
1584
+ "observation.images.xarm7": {
1585
+ "min": [
1586
+ [
1587
+ [
1588
+ 0.0
1589
+ ]
1590
+ ],
1591
+ [
1592
+ [
1593
+ 0.0
1594
+ ]
1595
+ ],
1596
+ [
1597
+ [
1598
+ 0.0
1599
+ ]
1600
+ ]
1601
+ ],
1602
+ "max": [
1603
+ [
1604
+ [
1605
+ 1.0
1606
+ ]
1607
+ ],
1608
+ [
1609
+ [
1610
+ 1.0
1611
+ ]
1612
+ ],
1613
+ [
1614
+ [
1615
+ 1.0
1616
+ ]
1617
+ ]
1618
+ ],
1619
+ "mean": [
1620
+ [
1621
+ [
1622
+ 0.40009164396023134
1623
+ ]
1624
+ ],
1625
+ [
1626
+ [
1627
+ 0.29967178678743556
1628
+ ]
1629
+ ],
1630
+ [
1631
+ [
1632
+ 0.23734115726802127
1633
+ ]
1634
+ ]
1635
+ ],
1636
+ "std": [
1637
+ [
1638
+ [
1639
+ 0.2597387647726697
1640
+ ]
1641
+ ],
1642
+ [
1643
+ [
1644
+ 0.2372633528185013
1645
+ ]
1646
+ ],
1647
+ [
1648
+ [
1649
+ 0.22874330057982303
1650
+ ]
1651
+ ]
1652
+ ],
1653
+ "count": [
1654
+ 211861
1655
+ ]
1656
+ },
1657
+ "observation.state": {
1658
+ "min": [
1659
+ -0.16669465601444244,
1660
+ -0.9970501065254211,
1661
+ 0.04042479023337364,
1662
+ -0.8562405705451965,
1663
+ -0.7060381174087524,
1664
+ -0.6239547729492188,
1665
+ -0.4999282658100128
1666
+ ],
1667
+ "max": [
1668
+ 1.0445054769515991,
1669
+ 0.3470665514469147,
1670
+ 1.4700685739517212,
1671
+ 0.9999330639839172,
1672
+ 0.9996304512023926,
1673
+ 0.7427833676338196,
1674
+ 0.9147742986679077
1675
+ ],
1676
+ "mean": [
1677
+ 0.5580993285066796,
1678
+ -0.08400580088667314,
1679
+ 0.7723659326131407,
1680
+ -0.24522628270712152,
1681
+ 0.4919828712640079,
1682
+ 0.09334178357271684,
1683
+ 0.20845859135266034
1684
+ ],
1685
+ "std": [
1686
+ 0.12414812465926132,
1687
+ 0.114545859456051,
1688
+ 0.2452119643299889,
1689
+ 0.5144594069011834,
1690
+ 0.5259600180327856,
1691
+ 0.16715114359243247,
1692
+ 0.2764187454539676
1693
+ ],
1694
+ "count": [
1695
+ 214072
1696
+ ]
1697
+ },
1698
+ "observation.kuka_iiwa.ee_pose": {
1699
+ "min": [
1700
+ -0.17247973382472992,
1701
+ -0.39704740047454834,
1702
+ -0.25956952571868896,
1703
+ -0.6799321174621582,
1704
+ -0.7060554623603821,
1705
+ -0.7059425115585327,
1706
+ -0.6236768960952759
1707
+ ],
1708
+ "max": [
1709
+ 0.9687404036521912,
1710
+ 0.8799610137939453,
1711
+ 1.170050024986267,
1712
+ 0.9147413372993469,
1713
+ 0.9999116063117981,
1714
+ 0.9939969778060913,
1715
+ 0.7426208257675171
1716
+ ],
1717
+ "mean": [
1718
+ 0.5537379459860841,
1719
+ 0.5122206441062707,
1720
+ 0.4700421563295795,
1721
+ 0.21599083088514243,
1722
+ -0.24582543044059812,
1723
+ 0.4904289113689809,
1724
+ 0.0993592492309324
1725
+ ],
1726
+ "std": [
1727
+ 0.11809863595853438,
1728
+ 0.10927875835615007,
1729
+ 0.2437322773012974,
1730
+ 0.31002628646568137,
1731
+ 0.5018529983350093,
1732
+ 0.5165755259949086,
1733
+ 0.16643929439015126
1734
+ ],
1735
+ "count": [
1736
+ 214072
1737
+ ]
1738
+ },
1739
+ "observation.panda.ee_pose": {
1740
+ "min": [
1741
+ -0.29169419407844543,
1742
+ -0.6217553615570068,
1743
+ -0.0845670998096466,
1744
+ -0.6869428753852844,
1745
+ -0.7058149576187134,
1746
+ -0.7061207890510559,
1747
+ -0.6280742287635803
1748
+ ],
1749
+ "max": [
1750
+ 0.8424506783485413,
1751
+ 0.7079194188117981,
1752
+ 1.225541114807129,
1753
+ 0.8971225619316101,
1754
+ 0.9812703132629395,
1755
+ 0.9992207288742065,
1756
+ 0.8411661982536316
1757
+ ],
1758
+ "mean": [
1759
+ 0.42980480715812025,
1760
+ 0.28820790773124105,
1761
+ 0.6443665043753235,
1762
+ 0.2298021442890477,
1763
+ -0.2880595370249739,
1764
+ 0.5211531906062126,
1765
+ 0.0958765382382956
1766
+ ],
1767
+ "std": [
1768
+ 0.11963065487380714,
1769
+ 0.10980072459410278,
1770
+ 0.24319137133479263,
1771
+ 0.2922201904879942,
1772
+ 0.4672383066331037,
1773
+ 0.49975580893275084,
1774
+ 0.1730883579209731
1775
+ ],
1776
+ "count": [
1777
+ 214072
1778
+ ]
1779
+ },
1780
+ "observation.ur5e.ee_pose": {
1781
+ "min": [
1782
+ -0.16669566929340363,
1783
+ -0.6970495581626892,
1784
+ -0.2595692574977875,
1785
+ -0.6798714399337769,
1786
+ -0.7060314416885376,
1787
+ -0.7059783935546875,
1788
+ -0.623868465423584
1789
+ ],
1790
+ "max": [
1791
+ 1.0039194822311401,
1792
+ 0.6438466310501099,
1793
+ 1.1523246765136719,
1794
+ 0.914691150188446,
1795
+ 0.9999369978904724,
1796
+ 0.9996302723884583,
1797
+ 0.7426829934120178
1798
+ ],
1799
+ "mean": [
1800
+ 0.5574105055763632,
1801
+ 0.21581893580175043,
1802
+ 0.4716297486063193,
1803
+ 0.2000407681058443,
1804
+ -0.23536874055386792,
1805
+ 0.4850149626589949,
1806
+ 0.09168772182118591
1807
+ ],
1808
+ "std": [
1809
+ 0.12316447984779902,
1810
+ 0.11424367645006678,
1811
+ 0.24473222653567445,
1812
+ 0.2876621007749544,
1813
+ 0.5171272145656055,
1814
+ 0.5314892447640014,
1815
+ 0.1681910813221193
1816
+ ],
1817
+ "count": [
1818
+ 214072
1819
+ ]
1820
+ },
1821
+ "observation.xarm7.joints": {
1822
+ "min": [
1823
+ -6.28318977355957,
1824
+ -2.059000015258789,
1825
+ -6.070078372955322,
1826
+ -0.1919800043106079,
1827
+ -5.75541353225708,
1828
+ -1.6929700374603271,
1829
+ -6.28318977355957,
1830
+ 0.0
1831
+ ],
1832
+ "max": [
1833
+ 6.28318977355957,
1834
+ 2.094399929046631,
1835
+ 6.28318977355957,
1836
+ 3.927000045776367,
1837
+ 5.434657573699951,
1838
+ 3.141590118408203,
1839
+ 6.28318977355957,
1840
+ 1.0
1841
+ ],
1842
+ "mean": [
1843
+ 0.5561434975439251,
1844
+ -0.5707303692877044,
1845
+ -0.06505726080983236,
1846
+ 1.2453518991749237,
1847
+ 0.28162958032191193,
1848
+ 1.176879137799405,
1849
+ -0.856747943919511,
1850
+ 0.4247052823771293
1851
+ ],
1852
+ "std": [
1853
+ 0.6177155268908926,
1854
+ 0.6237509705172382,
1855
+ 0.7194875028465062,
1856
+ 0.8132983318195472,
1857
+ 0.7509357216996766,
1858
+ 0.8202673915664498,
1859
+ 0.7307714735883739,
1860
+ 0.45272693794071533
1861
+ ],
1862
+ "count": [
1863
+ 214072
1864
+ ]
1865
+ },
1866
+ "episode_index": {
1867
+ "min": [
1868
+ 0
1869
+ ],
1870
+ "max": [
1871
+ 4999
1872
+ ],
1873
+ "mean": [
1874
+ 2497.7051319182333
1875
+ ],
1876
+ "std": [
1877
+ 1448.1915497480247
1878
+ ],
1879
+ "count": [
1880
+ 214072
1881
+ ]
1882
+ },
1883
+ "observation.images.kuka_iiwa": {
1884
+ "min": [
1885
+ [
1886
+ [
1887
+ 0.0
1888
+ ]
1889
+ ],
1890
+ [
1891
+ [
1892
+ 0.0
1893
+ ]
1894
+ ],
1895
+ [
1896
+ [
1897
+ 0.0
1898
+ ]
1899
+ ]
1900
+ ],
1901
+ "max": [
1902
+ [
1903
+ [
1904
+ 1.0
1905
+ ]
1906
+ ],
1907
+ [
1908
+ [
1909
+ 1.0
1910
+ ]
1911
+ ],
1912
+ [
1913
+ [
1914
+ 1.0
1915
+ ]
1916
+ ]
1917
+ ],
1918
+ "mean": [
1919
+ [
1920
+ [
1921
+ 0.38040528797398565
1922
+ ]
1923
+ ],
1924
+ [
1925
+ [
1926
+ 0.26690979359788475
1927
+ ]
1928
+ ],
1929
+ [
1930
+ [
1931
+ 0.191382749246067
1932
+ ]
1933
+ ]
1934
+ ],
1935
+ "std": [
1936
+ [
1937
+ [
1938
+ 0.2464294978089056
1939
+ ]
1940
+ ],
1941
+ [
1942
+ [
1943
+ 0.19105335137276416
1944
+ ]
1945
+ ],
1946
+ [
1947
+ [
1948
+ 0.16126115572791008
1949
+ ]
1950
+ ]
1951
+ ],
1952
+ "count": [
1953
+ 211861
1954
+ ]
1955
+ },
1956
+ "observation.jaco.base_orientation": {
1957
+ "min": [
1958
+ 0.0
1959
+ ],
1960
+ "max": [
1961
+ 0.0
1962
+ ],
1963
+ "mean": [
1964
+ 0.0
1965
+ ],
1966
+ "std": [
1967
+ 0.0
1968
+ ],
1969
+ "count": [
1970
+ 214072
1971
+ ]
1972
+ }
1973
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4cd073c15d4c6e2b7e488d6ee4d1fc2cd03b3fd6511bad75632feca1c0b12a
3
+ size 10428
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:95207b7b16d3b2a8a8757de4f72c2b6e68ab067d335f9abd13ac40f507b52d3f
3
+ size 522217953
videos/observation.images.image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b913b1a57562eec428a465a16bbefee93f8d742db3d1bcfe40b6820709438aa
3
+ size 522425002
videos/observation.images.image/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e14e051d26ce1312f9bde8a525a28f422f10be5415b3dd14118a404644ffa6
3
+ size 150093825
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:eb7047236e438d557ff234d117f60d7987aeee904ff4883876b6c2cdaedd7010
3
+ size 522365766
videos/observation.images.jaco/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a040a7c4a70850ec798f85f629a6c02f462542ccc74b72faa7bb42dbd6cddabb
3
+ size 522461471
videos/observation.images.jaco/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adafc4399b84afe266bfe816771dcbf2b1f927608d482cdd7acecc1985ed1f76
3
+ size 140807189
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:95379872107b5a26f868f0352def7f6c58bd918c955dce7c5c4ec849e9a85848
3
+ size 522456815
videos/observation.images.kinova3/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ef1b56c1e92ed17d4779493668e7c14cb70c22f7c72b28f04ba207e7cc94a1
3
+ size 522309898
videos/observation.images.kinova3/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faa2a8e7ba6b6e5109488a660dae8b47f7c8addc217092732fd068de8d106d06
3
+ size 145831094
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:49cc7318423ca6f3b6133ee7358ef37472b0e219916a0039771913ed8260ef8c
3
+ size 522411010
videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1fc8370dcda015b5fb0b2137779ee159215b14fcb71917e6d55f09ec9311534
3
+ size 522468226
videos/observation.images.kuka_iiwa/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a31dc58eea0adfd9f35ac7c477e8e3b8cfafe9c5c72965d23946a3427f6604
3
+ size 118751910
videos/observation.images.panda/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634c9d610955909c73c19f62928857abf1fdebc15ef916179f0ba9b4c92d7de0
3
+ size 522398598
videos/observation.images.panda/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:371e94ecf26d75e69e432f68a5fd80d7e3bdbc93acdc933563744132248c13ae
3
+ size 522577792
videos/observation.images.panda/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16984a919039cf4368a4872ec0b343523ffd1595e2550a7cb376f030eedc7acc
3
+ size 218084095
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:7dbe737484a3a5e1dc6f0979d787fb89b64f6f762bec06bfed93dd99e4bed910
3
+ size 522516986
videos/observation.images.sawyer/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:439a7760175aca0c853abb8ccc555fa58c42354d332390265c44716dd711264f
3
+ size 522355687
videos/observation.images.sawyer/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd15191a670b7c8b267d125e1ed10f85d1811d3188665ec32a623c13386e74af
3
+ size 191012465
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:a0b23e4580148aa8a179b11984fe47e3ea6ee47b8b9d5ae90cce3f93fc94bd74
3
+ size 522429159
videos/observation.images.ur5e/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a97f001900aa8f68030e07da49b13707ba646e935dc1f0d09a1aca76189962
3
+ size 522350423
videos/observation.images.ur5e/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd464750cadb61dbd6fbd247d8bfddadcbe84812ed2adfb0e1717ed0ee905c34
3
+ size 149540232
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:c75a15d96235ba97c917ae9975ccb3319f59fe18565d002a98571fe15ee0f714
3
+ size 522444229
videos/observation.images.xarm7/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18c896c40235f321188f4fcf1891a423ceb77edfae8ceabd4385efd74d1a36dc
3
+ size 522452311
videos/observation.images.xarm7/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec288b5e49d9070cb1f8f63669f40eaef181a0ecbc88d6b0320d610cf3a8ad7
3
+ size 156437024