GuanhuaJi commited on
Commit
b31a5ba
·
verified ·
1 Parent(s): 0bc18f2

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_64000_65000_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", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 15895
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
+ # language_table_train_64000_65000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 15,895
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e 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` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e 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://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
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
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ 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},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
README.md.bak ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_64000_65000_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", "panda", "sawyer", "ur5e"]
10
+ fps: 10
11
+ total_episodes: 1000
12
+ total_frames: 15895
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
+ # language_table_train_64000_65000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: google_robot, images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e
28
+ - **FPS**: 10
29
+ - **Episodes**: 1,000
30
+ - **Frames**: 15,895
31
+ - **Splits**:
32
+ - `train`: `0:1000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.google_robot` | `video` | `360×640×3` | Augmented image for google_robot robot |
46
+ | `observation.images.image` | `video` | `360×640×3` | Source robot's image from original dataset |
47
+ | `observation.images.jaco` | `video` | `360×640×3` | Augmented image for jaco robot |
48
+ | `observation.images.kinova3` | `video` | `360×640×3` | Augmented image for kinova3 robot |
49
+ | `observation.images.kuka_iiwa` | `video` | `360×640×3` | Augmented image for kuka_iiwa robot |
50
+ | `observation.images.panda` | `video` | `360×640×3` | Augmented image for panda robot |
51
+ | `observation.images.sawyer` | `video` | `360×640×3` | Augmented image for sawyer robot |
52
+ | `observation.images.ur5e` | `video` | `360×640×3` | Augmented image for ur5e 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` | `int32` | `512` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.google_robot.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.google_robot.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.google_robot.ee_error` | `float32` | `7` | The eef difference between the augmented google_robot robot and the original robot |
61
+ | `observation.google_robot.ee_pose` | `float32` | `7` | The eef position of google_robot robot |
62
+ | `observation.google_robot.joints` | `float32` | `8` | The joint position of google_robot robot |
63
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
64
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
65
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
66
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
67
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
68
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
69
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
72
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
73
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
74
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
77
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
78
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
79
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
82
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
83
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
84
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
85
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
86
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
87
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
88
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
89
+ | `observation.state` | `float32` | `2` | Copy of the state field in source robot's RLDS dataset |
90
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
93
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
94
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e 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://arxiv.org/abs/2210.06407](https://arxiv.org/abs/2210.06407)
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
+ @article{lynch2022interactive,
115
+ title = {Interactive Language: Talking to Robots in Real Time},
116
+ author = {Corey Lynch and Ayzaan Wahid and Jonathan Tompson and Tianli Ding and James Betker and Robert Baruch and Travis Armstrong and Pete Florence},
117
+ journal = {arXiv preprint arXiv:2210.06407},
118
+ year = {2022},
119
+ url = {https://arxiv.org/abs/2210.06407}
120
+ }
121
+ ```
122
+
123
+ ## OXE-AugE Dataset Citation (ours)
124
+
125
+ ```bibtex
126
+ @misc{
127
+ ji2025oxeaug,
128
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
129
+ 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},
130
+ year = {2025},
131
+ note = {Manuscript}
132
+ }
133
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65081b6e37fba8db5bf387dd4582f9b022673a6e4fc8e81792f68a8ef510bbb
3
+ size 13380000
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c658719b2e32059ee8cb6afda965f0425044fd4f04dec8c5d4cb0439660dca94
3
+ size 5494709
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 1000,
5
+ "total_frames": 15895,
6
+ "total_tasks": 955,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:1000"
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": 10
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 10
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 10
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 10
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 10
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 360,
54
+ 640,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 360,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 10
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 10
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 10
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 10
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 10
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 10,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 10
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 10
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 10
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 10
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 10
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 360,
160
+ 640,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 360,
165
+ "video.width": 640,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 10,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 10
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 10
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 10
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 10
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 10
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 360,
213
+ 640,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 10,
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": 10
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 10
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 10
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 10
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 10
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 360,
266
+ 640,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 360,
271
+ "video.width": 640,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 10,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.jaco.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 7
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "observation.jaco.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 10
293
+ },
294
+ "observation.jaco.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 10
300
+ },
301
+ "observation.jaco.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 10
307
+ },
308
+ "observation.jaco.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 10
314
+ },
315
+ "observation.images.jaco": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 360,
319
+ 640,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 360,
324
+ "video.width": 640,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 10,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.google_robot.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 8
337
+ ],
338
+ "fps": 10
339
+ },
340
+ "observation.google_robot.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 10
346
+ },
347
+ "observation.google_robot.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 10
353
+ },
354
+ "observation.google_robot.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 10
360
+ },
361
+ "observation.google_robot.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 10
367
+ },
368
+ "observation.images.google_robot": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 360,
372
+ 640,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 360,
377
+ "video.width": 640,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 10,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 360,
390
+ 640,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 360,
395
+ "video.width": 640,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 10,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "int32",
406
+ "shape": [
407
+ 512
408
+ ],
409
+ "fps": 10
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 2
415
+ ],
416
+ "fps": 10
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 10
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 10
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 10
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 10
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 10
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 10
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 10
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,4014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.kinova3.joints": {
3
+ "min": [
4
+ -1.1966930627822876,
5
+ 0.83608078956604,
6
+ -1.5154565572738647,
7
+ 0.6526914238929749,
8
+ -1.5978953838348389,
9
+ -1.58420991897583,
10
+ -0.7140876054763794,
11
+ 1.0
12
+ ],
13
+ "max": [
14
+ 1.1570374965667725,
15
+ 1.6516321897506714,
16
+ 0.13666535913944244,
17
+ 2.569999933242798,
18
+ 0.4629378020763397,
19
+ 1.149306058883667,
20
+ 1.7447665929794312,
21
+ 1.0
22
+ ],
23
+ "mean": [
24
+ -0.060430850138355745,
25
+ 0.9241993401177314,
26
+ -0.033862890837804055,
27
+ 1.9182880013271786,
28
+ -0.013490075906727378,
29
+ 0.2955921104232067,
30
+ -0.06458444861506686,
31
+ 1.0
32
+ ],
33
+ "std": [
34
+ 0.3838261719216679,
35
+ 0.10368840489562967,
36
+ 0.15323475598759995,
37
+ 0.3652945162154037,
38
+ 0.22890830982335753,
39
+ 0.3354539862860879,
40
+ 0.28460129394838796,
41
+ 0.0
42
+ ],
43
+ "count": [
44
+ 15895
45
+ ]
46
+ },
47
+ "observation.kuka_iiwa.base_position": {
48
+ "min": [
49
+ 0.05000000074505806,
50
+ 0.0,
51
+ 0.0
52
+ ],
53
+ "max": [
54
+ 0.05000000074505806,
55
+ 0.0,
56
+ 0.0
57
+ ],
58
+ "mean": [
59
+ 0.04999999982586407,
60
+ 0.0,
61
+ 0.0
62
+ ],
63
+ "std": [
64
+ 1.3965614079083814e-08,
65
+ 0.0,
66
+ 0.0
67
+ ],
68
+ "count": [
69
+ 15895
70
+ ]
71
+ },
72
+ "observation.google_robot.base_orientation": {
73
+ "min": [
74
+ 0.0
75
+ ],
76
+ "max": [
77
+ 0.0
78
+ ],
79
+ "mean": [
80
+ 0.0
81
+ ],
82
+ "std": [
83
+ 0.0
84
+ ],
85
+ "count": [
86
+ 15895
87
+ ]
88
+ },
89
+ "observation.panda.ee_pose": {
90
+ "min": [
91
+ 0.1909893900156021,
92
+ -0.3061789274215698,
93
+ 0.07808481156826019,
94
+ -0.016208497807383537,
95
+ -3.0436944143730216e-05,
96
+ 0.9990382790565491,
97
+ -0.022659722715616226
98
+ ],
99
+ "max": [
100
+ 0.6190478801727295,
101
+ 0.3455311357975006,
102
+ 0.0864313468337059,
103
+ 0.00830998457968235,
104
+ 0.03874129429459572,
105
+ 1.0,
106
+ 0.00200245575979352
107
+ ],
108
+ "mean": [
109
+ 0.39961309860003147,
110
+ 0.009325799879622164,
111
+ 0.08500248044494864,
112
+ -4.6162379817206714e-05,
113
+ 0.00014776520825903294,
114
+ 0.9999984596689829,
115
+ -0.00015947852155460672
116
+ ],
117
+ "std": [
118
+ 0.10577454910192341,
119
+ 0.13914944634546483,
120
+ 0.00010174556910607896,
121
+ 0.0007297143245365567,
122
+ 0.0011796517654930714,
123
+ 2.2478454792180726e-05,
124
+ 0.001064020530185273
125
+ ],
126
+ "count": [
127
+ 15895
128
+ ]
129
+ },
130
+ "observation.ur5e.base_position": {
131
+ "min": [
132
+ 0.0,
133
+ 0.0,
134
+ 0.0
135
+ ],
136
+ "max": [
137
+ 0.0,
138
+ 0.0,
139
+ 0.0
140
+ ],
141
+ "mean": [
142
+ 0.0,
143
+ 0.0,
144
+ 0.0
145
+ ],
146
+ "std": [
147
+ 0.0,
148
+ 0.0,
149
+ 0.0
150
+ ],
151
+ "count": [
152
+ 15895
153
+ ]
154
+ },
155
+ "observation.panda.ee_error": {
156
+ "min": [
157
+ -0.0049710869789123535,
158
+ -0.002763412892818451,
159
+ -0.0014313384890556335,
160
+ -0.00830998457968235,
161
+ -0.03874129429459572,
162
+ 0.0,
163
+ -0.00200245575979352
164
+ ],
165
+ "max": [
166
+ 0.0009652376174926758,
167
+ 0.0016121864318847656,
168
+ 0.006915196776390076,
169
+ 0.016208497807383537,
170
+ 3.0436944143730216e-05,
171
+ 0.0009617209434509277,
172
+ 0.022659722715616226
173
+ ],
174
+ "mean": [
175
+ -2.4704428686114284e-06,
176
+ -5.081255433573848e-06,
177
+ -2.4726900466234338e-06,
178
+ 4.6162379817206714e-05,
179
+ -0.00014776520825903294,
180
+ 1.5485882768425669e-06,
181
+ 0.00015947852155460672
182
+ ],
183
+ "std": [
184
+ 9.000400234301344e-05,
185
+ 7.662348406124854e-05,
186
+ 0.00010174550706100967,
187
+ 0.0007297143245365567,
188
+ 0.0011796517654930714,
189
+ 2.248022534520992e-05,
190
+ 0.001064020530185273
191
+ ],
192
+ "count": [
193
+ 15895
194
+ ]
195
+ },
196
+ "observation.images.kuka_iiwa": {
197
+ "min": [
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ],
208
+ [
209
+ [
210
+ 0.0
211
+ ]
212
+ ]
213
+ ],
214
+ "max": [
215
+ [
216
+ [
217
+ 1.0
218
+ ]
219
+ ],
220
+ [
221
+ [
222
+ 1.0
223
+ ]
224
+ ],
225
+ [
226
+ [
227
+ 1.0
228
+ ]
229
+ ]
230
+ ],
231
+ "mean": [
232
+ [
233
+ [
234
+ 0.4274221543407476
235
+ ]
236
+ ],
237
+ [
238
+ [
239
+ 0.512216984126494
240
+ ]
241
+ ],
242
+ [
243
+ [
244
+ 0.5357710381342432
245
+ ]
246
+ ]
247
+ ],
248
+ "std": [
249
+ [
250
+ [
251
+ 0.2974756191529453
252
+ ]
253
+ ],
254
+ [
255
+ [
256
+ 0.19821504142974294
257
+ ]
258
+ ],
259
+ [
260
+ [
261
+ 0.16932802845619252
262
+ ]
263
+ ]
264
+ ],
265
+ "count": [
266
+ 15895
267
+ ]
268
+ },
269
+ "observation.images.google_robot": {
270
+ "min": [
271
+ [
272
+ [
273
+ 0.0
274
+ ]
275
+ ],
276
+ [
277
+ [
278
+ 0.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 0.0
284
+ ]
285
+ ]
286
+ ],
287
+ "max": [
288
+ [
289
+ [
290
+ 1.0
291
+ ]
292
+ ],
293
+ [
294
+ [
295
+ 1.0
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 1.0
301
+ ]
302
+ ]
303
+ ],
304
+ "mean": [
305
+ [
306
+ [
307
+ 0.4328430167747076
308
+ ]
309
+ ],
310
+ [
311
+ [
312
+ 0.5273665873402588
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.5582529424957217
318
+ ]
319
+ ]
320
+ ],
321
+ "std": [
322
+ [
323
+ [
324
+ 0.295881417892166
325
+ ]
326
+ ],
327
+ [
328
+ [
329
+ 0.191795360641721
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.1445743685898843
335
+ ]
336
+ ]
337
+ ],
338
+ "count": [
339
+ 15895
340
+ ]
341
+ },
342
+ "episode_index": {
343
+ "min": [
344
+ 0
345
+ ],
346
+ "max": [
347
+ 999
348
+ ],
349
+ "mean": [
350
+ 496.624661843347
351
+ ],
352
+ "std": [
353
+ 285.92532573885654
354
+ ],
355
+ "count": [
356
+ 15895
357
+ ]
358
+ },
359
+ "observation.panda.base_position": {
360
+ "min": [
361
+ 0.0,
362
+ 0.0,
363
+ 0.0
364
+ ],
365
+ "max": [
366
+ 0.0,
367
+ 0.0,
368
+ 0.0
369
+ ],
370
+ "mean": [
371
+ 0.0,
372
+ 0.0,
373
+ 0.0
374
+ ],
375
+ "std": [
376
+ 0.0,
377
+ 0.0,
378
+ 0.0
379
+ ],
380
+ "count": [
381
+ 15895
382
+ ]
383
+ },
384
+ "observation.jaco.ee_pose": {
385
+ "min": [
386
+ 0.1909804493188858,
387
+ -0.3050626218318939,
388
+ 0.08202844858169556,
389
+ -0.05091800540685654,
390
+ -9.510869858786464e-05,
391
+ 0.9927025437355042,
392
+ -0.012943089939653873
393
+ ],
394
+ "max": [
395
+ 0.6190394163131714,
396
+ 0.3455282151699066,
397
+ 0.08737443387508392,
398
+ 0.1204998567700386,
399
+ 0.00014492194168269634,
400
+ 1.0,
401
+ 0.051590967923402786
402
+ ],
403
+ "mean": [
404
+ 0.3996042630336089,
405
+ 0.009317219457062492,
406
+ 0.08499732496379193,
407
+ 0.00017471693581066857,
408
+ 1.2802568790286887e-05,
409
+ 0.9999910342014597,
410
+ 0.0001131500674811988
411
+ ],
412
+ "std": [
413
+ 0.10577449274700244,
414
+ 0.1391502132872116,
415
+ 0.00012862799146270523,
416
+ 0.003962184942864325,
417
+ 1.9018652955262846e-05,
418
+ 0.00015679019043629019,
419
+ 0.001480697066501807
420
+ ],
421
+ "count": [
422
+ 15895
423
+ ]
424
+ },
425
+ "observation.sawyer.base_position": {
426
+ "min": [
427
+ 0.05000000074505806,
428
+ 0.0,
429
+ 0.0
430
+ ],
431
+ "max": [
432
+ 0.05000000074505806,
433
+ 0.0,
434
+ 0.0
435
+ ],
436
+ "mean": [
437
+ 0.04999999982586407,
438
+ 0.0,
439
+ 0.0
440
+ ],
441
+ "std": [
442
+ 1.3965614079083814e-08,
443
+ 0.0,
444
+ 0.0
445
+ ],
446
+ "count": [
447
+ 15895
448
+ ]
449
+ },
450
+ "observation.jaco.joints": {
451
+ "min": [
452
+ -0.8986126184463501,
453
+ 1.6732653379440308,
454
+ 3.3552985191345215,
455
+ -3.4124186038970947,
456
+ -1.7569153308868408,
457
+ -1.9159637689590454,
458
+ 1.0
459
+ ],
460
+ "max": [
461
+ 1.1853001117706299,
462
+ 2.2721340656280518,
463
+ 5.917171001434326,
464
+ 1.5131123065948486,
465
+ 1.0155389308929443,
466
+ 2.8846607208251953,
467
+ 1.0
468
+ ],
469
+ "mean": [
470
+ 0.13723729580582786,
471
+ 2.18683642690082,
472
+ 4.987082086069924,
473
+ 0.10052755584077142,
474
+ -0.3937015096836975,
475
+ 0.24226666864988544,
476
+ 1.0
477
+ ],
478
+ "std": [
479
+ 0.3567972701718755,
480
+ 0.09092851016929322,
481
+ 0.425704729080259,
482
+ 0.2573015571096998,
483
+ 0.4073799583357843,
484
+ 0.3803469575035666,
485
+ 0.0
486
+ ],
487
+ "count": [
488
+ 15895
489
+ ]
490
+ },
491
+ "observation.jaco.ee_error": {
492
+ "min": [
493
+ -0.002913758158683777,
494
+ -0.0007513836026191711,
495
+ -0.002374425530433655,
496
+ -0.1204998567700386,
497
+ -0.00014492194168269634,
498
+ 0.0,
499
+ -0.051590967923402786
500
+ ],
501
+ "max": [
502
+ 0.00434952974319458,
503
+ 0.0019014477729797363,
504
+ 0.002971559762954712,
505
+ 0.05091800540685654,
506
+ 9.510869858786464e-05,
507
+ 0.00729745626449585,
508
+ 0.012943089939653873
509
+ ],
510
+ "mean": [
511
+ 6.366010451819523e-06,
512
+ 3.4991309630952343e-06,
513
+ 2.6830564082012098e-06,
514
+ -0.00017471693581066857,
515
+ -1.2802568790286887e-05,
516
+ 8.974333245574291e-06,
517
+ -0.0001131500674811988
518
+ ],
519
+ "std": [
520
+ 0.00015696312966594655,
521
+ 5.745752765456698e-05,
522
+ 0.00012862820072423158,
523
+ 0.003962184942864325,
524
+ 1.9018652955262846e-05,
525
+ 0.00015679132080151728,
526
+ 0.001480697066501807
527
+ ],
528
+ "count": [
529
+ 15895
530
+ ]
531
+ },
532
+ "observation.state": {
533
+ "min": [
534
+ 0.19089506566524506,
535
+ -0.3051176369190216
536
+ ],
537
+ "max": [
538
+ 0.6190624833106995,
539
+ 0.34561026096343994
540
+ ],
541
+ "mean": [
542
+ 0.3997918595070357,
543
+ 0.008884224853904337
544
+ ],
545
+ "std": [
546
+ 0.1063657689591649,
547
+ 0.13979272682188998
548
+ ],
549
+ "count": [
550
+ 15895
551
+ ]
552
+ },
553
+ "observation.google_robot.base_position": {
554
+ "min": [
555
+ 0.05000000074505806,
556
+ 0.0,
557
+ 0.0
558
+ ],
559
+ "max": [
560
+ 0.05000000074505806,
561
+ 0.0,
562
+ 0.0
563
+ ],
564
+ "mean": [
565
+ 0.04999999982586407,
566
+ 0.0,
567
+ 0.0
568
+ ],
569
+ "std": [
570
+ 1.3965614079083814e-08,
571
+ 0.0,
572
+ 0.0
573
+ ],
574
+ "count": [
575
+ 15895
576
+ ]
577
+ },
578
+ "observation.sawyer.joints": {
579
+ "min": [
580
+ -1.398170828819275,
581
+ -0.8804937601089478,
582
+ -0.16436149179935455,
583
+ 1.240783452987671,
584
+ -0.770128607749939,
585
+ -0.2080812007188797,
586
+ -0.5471038222312927,
587
+ 1.0
588
+ ],
589
+ "max": [
590
+ 0.5553066730499268,
591
+ -0.4536190629005432,
592
+ 0.17657698690891266,
593
+ 2.510206937789917,
594
+ 0.07797078788280487,
595
+ 0.7845427989959717,
596
+ 0.6947388648986816,
597
+ 1.0
598
+ ],
599
+ "mean": [
600
+ -0.3663580646842732,
601
+ -0.7860335899396826,
602
+ 0.044310999670103685,
603
+ 2.093194062539563,
604
+ -0.21228319235747642,
605
+ 0.268284360204658,
606
+ 0.04822546134012169,
607
+ 1.0
608
+ ],
609
+ "std": [
610
+ 0.33980870286788256,
611
+ 0.07481585432075677,
612
+ 0.04871595753424693,
613
+ 0.2515969798773162,
614
+ 0.17921970229905493,
615
+ 0.1851066362729828,
616
+ 0.24030531945636818,
617
+ 0.0
618
+ ],
619
+ "count": [
620
+ 15895
621
+ ]
622
+ },
623
+ "frame_index": {
624
+ "min": [
625
+ 0
626
+ ],
627
+ "max": [
628
+ 47
629
+ ],
630
+ "mean": [
631
+ 9.875243787354513
632
+ ],
633
+ "std": [
634
+ 8.506680417699135
635
+ ],
636
+ "count": [
637
+ 15895
638
+ ]
639
+ },
640
+ "observation.panda.joints": {
641
+ "min": [
642
+ -1.9449750185012817,
643
+ 0.46809083223342896,
644
+ -0.7461186647415161,
645
+ -3.0717999935150146,
646
+ -2.1414897441864014,
647
+ 1.8855500221252441,
648
+ -2.8973000049591064,
649
+ 1.0
650
+ ],
651
+ "max": [
652
+ 1.0481748580932617,
653
+ 1.5879409313201904,
654
+ 1.2614531517028809,
655
+ -1.4786258935928345,
656
+ 0.28648099303245544,
657
+ 3.752500057220459,
658
+ -1.7712610960006714,
659
+ 1.0
660
+ ],
661
+ "mean": [
662
+ -0.11223415757957929,
663
+ 0.592919820209613,
664
+ 0.05763436627711215,
665
+ -2.502282997271144,
666
+ -0.4468407074793981,
667
+ 3.0576829414841664,
668
+ -2.784563717807603,
669
+ 1.0
670
+ ],
671
+ "std": [
672
+ 0.49367222500969704,
673
+ 0.12954252745857148,
674
+ 0.2446178716300968,
675
+ 0.3127571167169784,
676
+ 0.319366873852064,
677
+ 0.27098466420008965,
678
+ 0.1569875023773809,
679
+ 0.0
680
+ ],
681
+ "count": [
682
+ 15895
683
+ ]
684
+ },
685
+ "observation.images.image": {
686
+ "min": [
687
+ [
688
+ [
689
+ 0.0
690
+ ]
691
+ ],
692
+ [
693
+ [
694
+ 0.0
695
+ ]
696
+ ],
697
+ [
698
+ [
699
+ 0.0
700
+ ]
701
+ ]
702
+ ],
703
+ "max": [
704
+ [
705
+ [
706
+ 1.0
707
+ ]
708
+ ],
709
+ [
710
+ [
711
+ 1.0
712
+ ]
713
+ ],
714
+ [
715
+ [
716
+ 1.0
717
+ ]
718
+ ]
719
+ ],
720
+ "mean": [
721
+ [
722
+ [
723
+ 0.428142942536841
724
+ ]
725
+ ],
726
+ [
727
+ [
728
+ 0.5393565066843214
729
+ ]
730
+ ],
731
+ [
732
+ [
733
+ 0.5650638331205405
734
+ ]
735
+ ]
736
+ ],
737
+ "std": [
738
+ [
739
+ [
740
+ 0.3015128449655683
741
+ ]
742
+ ],
743
+ [
744
+ [
745
+ 0.19578813835885683
746
+ ]
747
+ ],
748
+ [
749
+ [
750
+ 0.15163566122620908
751
+ ]
752
+ ]
753
+ ],
754
+ "count": [
755
+ 15895
756
+ ]
757
+ },
758
+ "observation.images.sawyer": {
759
+ "min": [
760
+ [
761
+ [
762
+ 0.0
763
+ ]
764
+ ],
765
+ [
766
+ [
767
+ 0.0
768
+ ]
769
+ ],
770
+ [
771
+ [
772
+ 0.0
773
+ ]
774
+ ]
775
+ ],
776
+ "max": [
777
+ [
778
+ [
779
+ 1.0
780
+ ]
781
+ ],
782
+ [
783
+ [
784
+ 1.0
785
+ ]
786
+ ],
787
+ [
788
+ [
789
+ 1.0
790
+ ]
791
+ ]
792
+ ],
793
+ "mean": [
794
+ [
795
+ [
796
+ 0.41583031795326186
797
+ ]
798
+ ],
799
+ [
800
+ [
801
+ 0.4990138163472019
802
+ ]
803
+ ],
804
+ [
805
+ [
806
+ 0.5292432764958769
807
+ ]
808
+ ]
809
+ ],
810
+ "std": [
811
+ [
812
+ [
813
+ 0.29643389468589637
814
+ ]
815
+ ],
816
+ [
817
+ [
818
+ 0.21312661864371457
819
+ ]
820
+ ],
821
+ [
822
+ [
823
+ 0.17798504171744267
824
+ ]
825
+ ]
826
+ ],
827
+ "count": [
828
+ 15895
829
+ ]
830
+ },
831
+ "observation.google_robot.ee_pose": {
832
+ "min": [
833
+ 0.2409854233264923,
834
+ -0.30506452918052673,
835
+ 0.08498585224151611,
836
+ -0.0001951158046722412,
837
+ -0.0023541999980807304,
838
+ 0.9999845623970032,
839
+ -0.0002189803635701537
840
+ ],
841
+ "max": [
842
+ 0.669042706489563,
843
+ 0.3455275297164917,
844
+ 0.08718670904636383,
845
+ 0.003931393381208181,
846
+ 0.00012473454989958555,
847
+ 1.0,
848
+ 0.003149831434711814
849
+ ],
850
+ "mean": [
851
+ 0.4496074450122894,
852
+ 0.009321785918877118,
853
+ 0.08500155902773227,
854
+ 7.241537040553763e-05,
855
+ 5.302197283273322e-05,
856
+ 0.9999999988562808,
857
+ 7.015014246233132e-06
858
+ ],
859
+ "std": [
860
+ 0.10578486946926036,
861
+ 0.13915383030077538,
862
+ 1.7472140132769434e-05,
863
+ 9.504597363316761e-05,
864
+ 3.171344664884718e-05,
865
+ 1.2305116044474612e-07,
866
+ 7.054820777522e-05
867
+ ],
868
+ "count": [
869
+ 15895
870
+ ]
871
+ },
872
+ "observation.panda.base_orientation": {
873
+ "min": [
874
+ 0.0
875
+ ],
876
+ "max": [
877
+ 0.0
878
+ ],
879
+ "mean": [
880
+ 0.0
881
+ ],
882
+ "std": [
883
+ 0.0
884
+ ],
885
+ "count": [
886
+ 15895
887
+ ]
888
+ },
889
+ "observation.sawyer.base_orientation": {
890
+ "min": [
891
+ 0.0
892
+ ],
893
+ "max": [
894
+ 0.0
895
+ ],
896
+ "mean": [
897
+ 0.0
898
+ ],
899
+ "std": [
900
+ 0.0
901
+ ],
902
+ "count": [
903
+ 15895
904
+ ]
905
+ },
906
+ "observation.ur5e.base_orientation": {
907
+ "min": [
908
+ 0.0
909
+ ],
910
+ "max": [
911
+ 0.0
912
+ ],
913
+ "mean": [
914
+ 0.0
915
+ ],
916
+ "std": [
917
+ 0.0
918
+ ],
919
+ "count": [
920
+ 15895
921
+ ]
922
+ },
923
+ "observation.sawyer.ee_pose": {
924
+ "min": [
925
+ 0.24098548293113708,
926
+ -0.30506834387779236,
927
+ 0.08499766886234283,
928
+ -0.00014953514619264752,
929
+ -3.473700417089276e-05,
930
+ 1.0,
931
+ -7.45407523936592e-05
932
+ ],
933
+ "max": [
934
+ 0.669056236743927,
935
+ 0.3455345034599304,
936
+ 0.08500389009714127,
937
+ -2.0244482584530488e-05,
938
+ 2.7355135898687877e-05,
939
+ 1.0,
940
+ 1.2163239262008574e-05
941
+ ],
942
+ "mean": [
943
+ 0.44961447493109025,
944
+ 0.009321475597670843,
945
+ 0.08500128491058331,
946
+ -8.019428181823577e-05,
947
+ -2.4113392953185784e-06,
948
+ 1.0,
949
+ -5.23917617117137e-05
950
+ ],
951
+ "std": [
952
+ 0.10578803077032511,
953
+ 0.1391559350199941,
954
+ 7.951540198041485e-07,
955
+ 1.970181966405006e-05,
956
+ 1.2015269353648143e-05,
957
+ 0.0,
958
+ 1.5490156404155868e-05
959
+ ],
960
+ "count": [
961
+ 15895
962
+ ]
963
+ },
964
+ "task_index": {
965
+ "min": [
966
+ 0
967
+ ],
968
+ "max": [
969
+ 954
970
+ ],
971
+ "mean": [
972
+ 466.899213589179
973
+ ],
974
+ "std": [
975
+ 272.345296036213
976
+ ],
977
+ "count": [
978
+ 15895
979
+ ]
980
+ },
981
+ "observation.kinova3.ee_pose": {
982
+ "min": [
983
+ 0.19098952412605286,
984
+ -0.30507126450538635,
985
+ 0.0839063972234726,
986
+ -0.0598953478038311,
987
+ -3.57046264980454e-05,
988
+ 0.9982046484947205,
989
+ -0.012052848935127258
990
+ ],
991
+ "max": [
992
+ 0.6190598607063293,
993
+ 0.34553611278533936,
994
+ 0.08500883728265762,
995
+ -5.3978030337020755e-05,
996
+ 8.723229984752834e-05,
997
+ 1.0,
998
+ 0.012562002055346966
999
+ ],
1000
+ "mean": [
1001
+ 0.3996627538346314,
1002
+ 0.009319994454836408,
1003
+ 0.0849973734570172,
1004
+ -0.0005178131258451564,
1005
+ -3.2295819024049166e-06,
1006
+ 0.9999929617057997,
1007
+ 1.91021604827562e-05
1008
+ ],
1009
+ "std": [
1010
+ 0.10570523123480605,
1011
+ 0.13916070260632585,
1012
+ 6.67542989927517e-05,
1013
+ 0.003654643128440528,
1014
+ 1.4229110272272947e-05,
1015
+ 8.899939917106776e-05,
1016
+ 0.0006850486932709024
1017
+ ],
1018
+ "count": [
1019
+ 15895
1020
+ ]
1021
+ },
1022
+ "observation.kuka_iiwa.joints": {
1023
+ "min": [
1024
+ -0.9632109999656677,
1025
+ 0.9374123811721802,
1026
+ -0.07842210680246353,
1027
+ -2.094399929046631,
1028
+ -0.44952091574668884,
1029
+ 0.11002162098884583,
1030
+ -0.5509255528450012,
1031
+ 1.0
1032
+ ],
1033
+ "max": [
1034
+ 0.9917196035385132,
1035
+ 1.3823909759521484,
1036
+ 0.1398352086544037,
1037
+ -0.7944373488426208,
1038
+ 0.29706481099128723,
1039
+ 0.9651708602905273,
1040
+ 0.7092124223709106,
1041
+ 1.0
1042
+ ],
1043
+ "mean": [
1044
+ -0.006209164926673562,
1045
+ 1.0191887419191537,
1046
+ 0.031161326411578424,
1047
+ -1.798774361227923,
1048
+ -0.07475402700402874,
1049
+ 0.3758415066144046,
1050
+ 0.07936700382532852,
1051
+ 1.0
1052
+ ],
1053
+ "std": [
1054
+ 0.3372447786137061,
1055
+ 0.07646391414736234,
1056
+ 0.03209506524772408,
1057
+ 0.2746408642900027,
1058
+ 0.09596960911255464,
1059
+ 0.17074342068378043,
1060
+ 0.2362029787517414,
1061
+ 0.0
1062
+ ],
1063
+ "count": [
1064
+ 15895
1065
+ ]
1066
+ },
1067
+ "observation.ee_pose": {
1068
+ "min": [
1069
+ 0.1909778118133545,
1070
+ -0.3050696551799774,
1071
+ 0.08494804799556732,
1072
+ -0.00014925173309165984,
1073
+ -0.0013384498888626695,
1074
+ 0.9922962188720703,
1075
+ -0.02465164288878441
1076
+ ],
1077
+ "max": [
1078
+ 0.6190459728240967,
1079
+ 0.34553393721580505,
1080
+ 0.08711358159780502,
1081
+ 0.12141068279743195,
1082
+ 0.0002557751431595534,
1083
+ 1.0,
1084
+ 0.000601581996306777
1085
+ ],
1086
+ "mean": [
1087
+ 0.3996056582847831,
1088
+ 0.009314412978179615,
1089
+ 0.08499724535390467,
1090
+ 7.340229157958592e-05,
1091
+ -0.00011294081861640989,
1092
+ 0.9999994951473463,
1093
+ 0.0001371752906862911
1094
+ ],
1095
+ "std": [
1096
+ 0.10578333507031515,
1097
+ 0.13915410749556376,
1098
+ 1.7497009751062705e-05,
1099
+ 0.0009798312869325543,
1100
+ 5.0459150091725275e-05,
1101
+ 6.11308836323631e-05,
1102
+ 0.00021362751705067626
1103
+ ],
1104
+ "count": [
1105
+ 15895
1106
+ ]
1107
+ },
1108
+ "observation.kuka_iiwa.ee_error": {
1109
+ "min": [
1110
+ -0.043488115072250366,
1111
+ -0.01680392026901245,
1112
+ -9.700655937194824e-06,
1113
+ -5.987028998788446e-05,
1114
+ -2.3283821064978838e-05,
1115
+ 0.0,
1116
+ -0.1169634535908699
1117
+ ],
1118
+ "max": [
1119
+ 8.64267349243164e-06,
1120
+ 0.01676902174949646,
1121
+ 0.02375234290957451,
1122
+ 0.30822595953941345,
1123
+ 3.698762884596363e-05,
1124
+ 0.04870098829269409,
1125
+ 0.11700838059186935
1126
+ ],
1127
+ "mean": [
1128
+ -0.003435086972590245,
1129
+ 4.0826970543801866e-05,
1130
+ 0.0016292747587806663,
1131
+ 0.023475051120932983,
1132
+ 5.531200341909503e-06,
1133
+ 0.0020741894607454858,
1134
+ -0.0002912016967207347
1135
+ ],
1136
+ "std": [
1137
+ 0.008175983927506007,
1138
+ 0.0027309389825940444,
1139
+ 0.004034343150096078,
1140
+ 0.056562757433796726,
1141
+ 1.183403479465237e-05,
1142
+ 0.00650997246427618,
1143
+ 0.01874005165874958
1144
+ ],
1145
+ "count": [
1146
+ 15895
1147
+ ]
1148
+ },
1149
+ "observation.joints": {
1150
+ "min": [
1151
+ -1.2422237396240234,
1152
+ 0.34065771102905273,
1153
+ -0.536823034286499,
1154
+ 0.31737303733825684,
1155
+ -2.1196022033691406,
1156
+ -1.389116644859314,
1157
+ -3.0386900901794434,
1158
+ 1.0
1159
+ ],
1160
+ "max": [
1161
+ 1.5902549028396606,
1162
+ 1.6588966846466064,
1163
+ 1.4386682510375977,
1164
+ 2.6750457286834717,
1165
+ 2.342883586883545,
1166
+ 1.0054471492767334,
1167
+ 3.4995086193084717,
1168
+ 1.0
1169
+ ],
1170
+ "mean": [
1171
+ 0.47445169504261125,
1172
+ 0.636077753758423,
1173
+ -0.35518901018884597,
1174
+ 0.8756211108664891,
1175
+ 0.869333117054708,
1176
+ 0.3507728670823636,
1177
+ 2.2574893566151393,
1178
+ 1.0
1179
+ ],
1180
+ "std": [
1181
+ 0.35705725241765257,
1182
+ 0.18218237489408534,
1183
+ 0.29353660422967,
1184
+ 0.3520585746667832,
1185
+ 0.5214792399905471,
1186
+ 0.2664100429828432,
1187
+ 0.9888028139264312,
1188
+ 0.0
1189
+ ],
1190
+ "count": [
1191
+ 15895
1192
+ ]
1193
+ },
1194
+ "observation.google_robot.ee_error": {
1195
+ "min": [
1196
+ -1.284480094909668e-05,
1197
+ -0.0008051395416259766,
1198
+ -0.002186700701713562,
1199
+ -0.003931393381208181,
1200
+ -0.00012473454989958555,
1201
+ 0.0,
1202
+ -0.003149831434711814
1203
+ ],
1204
+ "max": [
1205
+ 0.001169741153717041,
1206
+ 7.408857345581055e-05,
1207
+ 1.4156103134155273e-05,
1208
+ 0.0001951158046722412,
1209
+ 0.0023541999980807304,
1210
+ 1.5437602996826172e-05,
1211
+ 0.0002189803635701537
1212
+ ],
1213
+ "mean": [
1214
+ 3.1914031135466613e-06,
1215
+ -1.0676081865410137e-06,
1216
+ -1.551623833595053e-06,
1217
+ -7.241537040553763e-05,
1218
+ -5.302197283273322e-05,
1219
+ 1.8299507040789952e-09,
1220
+ -7.015014246233132e-06
1221
+ ],
1222
+ "std": [
1223
+ 1.0510063064957181e-05,
1224
+ 7.022600067644209e-06,
1225
+ 1.7472099007939178e-05,
1226
+ 9.504597363316761e-05,
1227
+ 3.171344664884718e-05,
1228
+ 1.231899129504831e-07,
1229
+ 7.054820777522e-05
1230
+ ],
1231
+ "count": [
1232
+ 15895
1233
+ ]
1234
+ },
1235
+ "observation.ur5e.joints": {
1236
+ "min": [
1237
+ -4.269559383392334,
1238
+ -1.2956701517105103,
1239
+ 1.5503472089767456,
1240
+ -3.5864875316619873,
1241
+ -1.57158362865448,
1242
+ -5.839771747589111,
1243
+ 1.0
1244
+ ],
1245
+ "max": [
1246
+ 3.8270351886749268,
1247
+ -0.7647230625152588,
1248
+ 3.0767807960510254,
1249
+ -2.356473922729492,
1250
+ -1.5705808401107788,
1251
+ 2.2560133934020996,
1252
+ 1.0
1253
+ ],
1254
+ "mean": [
1255
+ 2.7889669129967727,
1256
+ -1.1342436940462268,
1257
+ 2.3831439954674294,
1258
+ -2.819653204800611,
1259
+ -1.5706993423493714,
1260
+ 1.2180487763772936,
1261
+ 1.0
1262
+ ],
1263
+ "std": [
1264
+ 0.5244174948529768,
1265
+ 0.1144578098135876,
1266
+ 0.29266936066187993,
1267
+ 0.18300918667238988,
1268
+ 3.958040444328383e-05,
1269
+ 0.5243650561563997,
1270
+ 0.0
1271
+ ],
1272
+ "count": [
1273
+ 15895
1274
+ ]
1275
+ },
1276
+ "observation.kinova3.base_position": {
1277
+ "min": [
1278
+ 0.0,
1279
+ 0.0,
1280
+ 0.0
1281
+ ],
1282
+ "max": [
1283
+ 0.0,
1284
+ 0.0,
1285
+ 0.0
1286
+ ],
1287
+ "mean": [
1288
+ 0.0,
1289
+ 0.0,
1290
+ 0.0
1291
+ ],
1292
+ "std": [
1293
+ 0.0,
1294
+ 0.0,
1295
+ 0.0
1296
+ ],
1297
+ "count": [
1298
+ 15895
1299
+ ]
1300
+ },
1301
+ "observation.google_robot.joints": {
1302
+ "min": [
1303
+ -0.11069931089878082,
1304
+ 1.522871971130371,
1305
+ 0.720986545085907,
1306
+ -2.049999952316284,
1307
+ -1.8043389320373535,
1308
+ -0.43425002694129944,
1309
+ -2.4946916103363037,
1310
+ 1.0
1311
+ ],
1312
+ "max": [
1313
+ 1.2139956951141357,
1314
+ 2.091710090637207,
1315
+ 3.444880247116089,
1316
+ -0.33793848752975464,
1317
+ -0.6304965019226074,
1318
+ 1.350098967552185,
1319
+ 0.7386828660964966,
1320
+ 1.0
1321
+ ],
1322
+ "mean": [
1323
+ 0.5472411908524623,
1324
+ 1.5851819484929088,
1325
+ 2.5014976895354235,
1326
+ -1.5469142644688108,
1327
+ -1.4832154928306696,
1328
+ 0.6669346004225004,
1329
+ -1.0633533278756142,
1330
+ 1.0
1331
+ ],
1332
+ "std": [
1333
+ 0.2520142411151246,
1334
+ 0.06426575112951882,
1335
+ 0.23069628720228977,
1336
+ 0.2770483616888621,
1337
+ 0.2923225219762811,
1338
+ 0.21692446288849979,
1339
+ 0.506621673796832,
1340
+ 0.0
1341
+ ],
1342
+ "count": [
1343
+ 15895
1344
+ ]
1345
+ },
1346
+ "observation.kinova3.ee_error": {
1347
+ "min": [
1348
+ -0.007076933979988098,
1349
+ -0.0014476962387561798,
1350
+ -8.828938007354736e-06,
1351
+ 5.3978030337020755e-05,
1352
+ -8.723229984752834e-05,
1353
+ 0.0,
1354
+ -0.012562002055346966
1355
+ ],
1356
+ "max": [
1357
+ -1.7881393432617188e-06,
1358
+ 0.0014679878950119019,
1359
+ 0.0010936111211776733,
1360
+ 0.0598953478038311,
1361
+ 3.57046264980454e-05,
1362
+ 0.001795351505279541,
1363
+ 0.012052848935127258
1364
+ ],
1365
+ "mean": [
1366
+ -5.2124852929933954e-05,
1367
+ 7.240862009151225e-07,
1368
+ 2.6347278344344846e-06,
1369
+ 0.0005178131258451564,
1370
+ 3.2295819024049166e-06,
1371
+ 7.039186680857018e-06,
1372
+ -1.91021604827562e-05
1373
+ ],
1374
+ "std": [
1375
+ 0.00043380501797667164,
1376
+ 8.121076321312415e-05,
1377
+ 6.675403023260363e-05,
1378
+ 0.003654643128440528,
1379
+ 1.4229110272272947e-05,
1380
+ 8.899991977055255e-05,
1381
+ 0.0006850486932709024
1382
+ ],
1383
+ "count": [
1384
+ 15895
1385
+ ]
1386
+ },
1387
+ "timestamp": {
1388
+ "min": [
1389
+ 0.0
1390
+ ],
1391
+ "max": [
1392
+ 4.7
1393
+ ],
1394
+ "mean": [
1395
+ 0.9875243787354512
1396
+ ],
1397
+ "std": [
1398
+ 0.8506680417699135
1399
+ ],
1400
+ "count": [
1401
+ 15895
1402
+ ]
1403
+ },
1404
+ "observation.ur5e.ee_pose": {
1405
+ "min": [
1406
+ 0.19097323715686798,
1407
+ -0.30507299304008484,
1408
+ 0.08500015735626221,
1409
+ -0.0004856395535171032,
1410
+ -0.00011280066246399656,
1411
+ 0.9999998211860657,
1412
+ -0.0002199950540671125
1413
+ ],
1414
+ "max": [
1415
+ 0.619052529335022,
1416
+ 0.3455239236354828,
1417
+ 0.08503830432891846,
1418
+ 3.630424180300906e-05,
1419
+ 0.00029198857373557985,
1420
+ 1.0,
1421
+ 0.0002627540088724345
1422
+ ],
1423
+ "mean": [
1424
+ 0.399608800480785,
1425
+ 0.009310431246824161,
1426
+ 0.08500129936925643,
1427
+ -5.2709335685499866e-06,
1428
+ -6.090243871038915e-05,
1429
+ 1.0,
1430
+ 5.238001441121935e-05
1431
+ ],
1432
+ "std": [
1433
+ 0.10578912422466147,
1434
+ 0.13915397120572748,
1435
+ 2.231920680771389e-06,
1436
+ 2.3445881157376767e-05,
1437
+ 2.6218252148974835e-05,
1438
+ 4.485089386229144e-09,
1439
+ 2.4110583383372322e-05
1440
+ ],
1441
+ "count": [
1442
+ 15895
1443
+ ]
1444
+ },
1445
+ "observation.kinova3.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
+ 15895
1460
+ ]
1461
+ },
1462
+ "observation.kuka_iiwa.ee_pose": {
1463
+ "min": [
1464
+ 0.24104569852352142,
1465
+ -0.3050667941570282,
1466
+ 0.06124766543507576,
1467
+ -0.30822595953941345,
1468
+ -3.698762884596363e-05,
1469
+ 0.9512990117073059,
1470
+ -0.11700838059186935
1471
+ ],
1472
+ "max": [
1473
+ 0.6690503358840942,
1474
+ 0.3455311059951782,
1475
+ 0.08500970900058746,
1476
+ 5.987028998788446e-05,
1477
+ 2.3283821064978838e-05,
1478
+ 1.0,
1479
+ 0.1169634535908699
1480
+ ],
1481
+ "mean": [
1482
+ 0.45304572678054794,
1483
+ 0.009279891608663993,
1484
+ 0.08337073396140204,
1485
+ -0.023475051120932983,
1486
+ -5.531200341909503e-06,
1487
+ 0.9979258127128526,
1488
+ 0.0002912016967207347
1489
+ ],
1490
+ "std": [
1491
+ 0.10095270358454606,
1492
+ 0.139977586905985,
1493
+ 0.0040343437111619584,
1494
+ 0.056562757433796726,
1495
+ 1.183403479465237e-05,
1496
+ 0.006509971058585472,
1497
+ 0.01874005165874958
1498
+ ],
1499
+ "count": [
1500
+ 15895
1501
+ ]
1502
+ },
1503
+ "observation.images.ur5e": {
1504
+ "min": [
1505
+ [
1506
+ [
1507
+ 0.0
1508
+ ]
1509
+ ],
1510
+ [
1511
+ [
1512
+ 0.0
1513
+ ]
1514
+ ],
1515
+ [
1516
+ [
1517
+ 0.0
1518
+ ]
1519
+ ]
1520
+ ],
1521
+ "max": [
1522
+ [
1523
+ [
1524
+ 1.0
1525
+ ]
1526
+ ],
1527
+ [
1528
+ [
1529
+ 1.0
1530
+ ]
1531
+ ],
1532
+ [
1533
+ [
1534
+ 1.0
1535
+ ]
1536
+ ]
1537
+ ],
1538
+ "mean": [
1539
+ [
1540
+ [
1541
+ 0.4182132294688526
1542
+ ]
1543
+ ],
1544
+ [
1545
+ [
1546
+ 0.5139564022750058
1547
+ ]
1548
+ ],
1549
+ [
1550
+ [
1551
+ 0.5457539915403432
1552
+ ]
1553
+ ]
1554
+ ],
1555
+ "std": [
1556
+ [
1557
+ [
1558
+ 0.2969101756138658
1559
+ ]
1560
+ ],
1561
+ [
1562
+ [
1563
+ 0.2016699478827348
1564
+ ]
1565
+ ],
1566
+ [
1567
+ [
1568
+ 0.161088190694659
1569
+ ]
1570
+ ]
1571
+ ],
1572
+ "count": [
1573
+ 15895
1574
+ ]
1575
+ },
1576
+ "observation.ur5e.ee_error": {
1577
+ "min": [
1578
+ -6.99460506439209e-05,
1579
+ -5.557015538215637e-05,
1580
+ -3.8295984268188477e-05,
1581
+ -3.630424180300906e-05,
1582
+ -0.00029198857373557985,
1583
+ 0.0,
1584
+ -0.0002627540088724345
1585
+ ],
1586
+ "max": [
1587
+ 9.685754776000977e-06,
1588
+ 2.3603439331054688e-05,
1589
+ -1.4901161193847656e-07,
1590
+ 0.0004856395535171032,
1591
+ 0.00011280066246399656,
1592
+ 1.7881393432617188e-07,
1593
+ 0.0002199950540671125
1594
+ ],
1595
+ "mean": [
1596
+ 1.8276023423697855e-06,
1597
+ 1.0287457338747644e-05,
1598
+ -1.2915336554289344e-06,
1599
+ 5.2709335685499866e-06,
1600
+ 6.090243871038915e-05,
1601
+ 2.849923302208839e-10,
1602
+ -5.238001441121935e-05
1603
+ ],
1604
+ "std": [
1605
+ 3.635835757650224e-06,
1606
+ 4.182026052124381e-06,
1607
+ 2.2316292987331554e-06,
1608
+ 2.3445881157376767e-05,
1609
+ 2.6218252148974835e-05,
1610
+ 4.476025568811558e-09,
1611
+ 2.4110583383372322e-05
1612
+ ],
1613
+ "count": [
1614
+ 15895
1615
+ ]
1616
+ },
1617
+ "observation.jaco.base_orientation": {
1618
+ "min": [
1619
+ 0.0
1620
+ ],
1621
+ "max": [
1622
+ 0.0
1623
+ ],
1624
+ "mean": [
1625
+ 0.0
1626
+ ],
1627
+ "std": [
1628
+ 0.0
1629
+ ],
1630
+ "count": [
1631
+ 15895
1632
+ ]
1633
+ },
1634
+ "observation.images.kinova3": {
1635
+ "min": [
1636
+ [
1637
+ [
1638
+ 0.0
1639
+ ]
1640
+ ],
1641
+ [
1642
+ [
1643
+ 0.0
1644
+ ]
1645
+ ],
1646
+ [
1647
+ [
1648
+ 0.0
1649
+ ]
1650
+ ]
1651
+ ],
1652
+ "max": [
1653
+ [
1654
+ [
1655
+ 1.0
1656
+ ]
1657
+ ],
1658
+ [
1659
+ [
1660
+ 1.0
1661
+ ]
1662
+ ],
1663
+ [
1664
+ [
1665
+ 1.0
1666
+ ]
1667
+ ]
1668
+ ],
1669
+ "mean": [
1670
+ [
1671
+ [
1672
+ 0.4313941191719077
1673
+ ]
1674
+ ],
1675
+ [
1676
+ [
1677
+ 0.5259058930782823
1678
+ ]
1679
+ ],
1680
+ [
1681
+ [
1682
+ 0.5571243076672139
1683
+ ]
1684
+ ]
1685
+ ],
1686
+ "std": [
1687
+ [
1688
+ [
1689
+ 0.2957337367127364
1690
+ ]
1691
+ ],
1692
+ [
1693
+ [
1694
+ 0.1923258688734477
1695
+ ]
1696
+ ],
1697
+ [
1698
+ [
1699
+ 0.14539657146111343
1700
+ ]
1701
+ ]
1702
+ ],
1703
+ "count": [
1704
+ 15895
1705
+ ]
1706
+ },
1707
+ "observation.jaco.base_position": {
1708
+ "min": [
1709
+ 0.0,
1710
+ 0.0,
1711
+ 0.0
1712
+ ],
1713
+ "max": [
1714
+ 0.0,
1715
+ 0.0,
1716
+ 0.0
1717
+ ],
1718
+ "mean": [
1719
+ 0.0,
1720
+ 0.0,
1721
+ 0.0
1722
+ ],
1723
+ "std": [
1724
+ 0.0,
1725
+ 0.0,
1726
+ 0.0
1727
+ ],
1728
+ "count": [
1729
+ 15895
1730
+ ]
1731
+ },
1732
+ "observation.images.jaco": {
1733
+ "min": [
1734
+ [
1735
+ [
1736
+ 0.0
1737
+ ]
1738
+ ],
1739
+ [
1740
+ [
1741
+ 0.0
1742
+ ]
1743
+ ],
1744
+ [
1745
+ [
1746
+ 0.0
1747
+ ]
1748
+ ]
1749
+ ],
1750
+ "max": [
1751
+ [
1752
+ [
1753
+ 1.0
1754
+ ]
1755
+ ],
1756
+ [
1757
+ [
1758
+ 1.0
1759
+ ]
1760
+ ],
1761
+ [
1762
+ [
1763
+ 1.0
1764
+ ]
1765
+ ]
1766
+ ],
1767
+ "mean": [
1768
+ [
1769
+ [
1770
+ 0.41277780411140325
1771
+ ]
1772
+ ],
1773
+ [
1774
+ [
1775
+ 0.5078913989443244
1776
+ ]
1777
+ ],
1778
+ [
1779
+ [
1780
+ 0.5391035941201833
1781
+ ]
1782
+ ]
1783
+ ],
1784
+ "std": [
1785
+ [
1786
+ [
1787
+ 0.30031527607108083
1788
+ ]
1789
+ ],
1790
+ [
1791
+ [
1792
+ 0.2071165355859989
1793
+ ]
1794
+ ],
1795
+ [
1796
+ [
1797
+ 0.16753682643362824
1798
+ ]
1799
+ ]
1800
+ ],
1801
+ "count": [
1802
+ 15895
1803
+ ]
1804
+ },
1805
+ "natural_language_instruction": {
1806
+ "min": [
1807
+ 97,
1808
+ 97,
1809
+ 97,
1810
+ 32,
1811
+ 32,
1812
+ 32,
1813
+ 32,
1814
+ 32,
1815
+ 32,
1816
+ 32,
1817
+ 32,
1818
+ 32,
1819
+ 32,
1820
+ 32,
1821
+ 32,
1822
+ 32,
1823
+ 32,
1824
+ 32,
1825
+ 0,
1826
+ 0,
1827
+ 0,
1828
+ 0,
1829
+ 0,
1830
+ 0,
1831
+ 0,
1832
+ 0,
1833
+ 0,
1834
+ 0,
1835
+ 0,
1836
+ 0,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ 0,
1841
+ 0,
1842
+ 0,
1843
+ 0,
1844
+ 0,
1845
+ 0,
1846
+ 0,
1847
+ 0,
1848
+ 0,
1849
+ 0,
1850
+ 0,
1851
+ 0,
1852
+ 0,
1853
+ 0,
1854
+ 0,
1855
+ 0,
1856
+ 0,
1857
+ 0,
1858
+ 0,
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 0,
1863
+ 0,
1864
+ 0,
1865
+ 0,
1866
+ 0,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 0,
1871
+ 0,
1872
+ 0,
1873
+ 0,
1874
+ 0,
1875
+ 0,
1876
+ 0,
1877
+ 0,
1878
+ 0,
1879
+ 0,
1880
+ 0,
1881
+ 0,
1882
+ 0,
1883
+ 0,
1884
+ 0,
1885
+ 0,
1886
+ 0,
1887
+ 0,
1888
+ 0,
1889
+ 0,
1890
+ 0,
1891
+ 0,
1892
+ 0,
1893
+ 0,
1894
+ 0,
1895
+ 0,
1896
+ 0,
1897
+ 0,
1898
+ 0,
1899
+ 0,
1900
+ 0,
1901
+ 0,
1902
+ 0,
1903
+ 0,
1904
+ 0,
1905
+ 0,
1906
+ 0,
1907
+ 0,
1908
+ 0,
1909
+ 0,
1910
+ 0,
1911
+ 0,
1912
+ 0,
1913
+ 0,
1914
+ 0,
1915
+ 0,
1916
+ 0,
1917
+ 0,
1918
+ 0,
1919
+ 0,
1920
+ 0,
1921
+ 0,
1922
+ 0,
1923
+ 0,
1924
+ 0,
1925
+ 0,
1926
+ 0,
1927
+ 0,
1928
+ 0,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ 0,
1933
+ 0,
1934
+ 0,
1935
+ 0,
1936
+ 0,
1937
+ 0,
1938
+ 0,
1939
+ 0,
1940
+ 0,
1941
+ 0,
1942
+ 0,
1943
+ 0,
1944
+ 0,
1945
+ 0,
1946
+ 0,
1947
+ 0,
1948
+ 0,
1949
+ 0,
1950
+ 0,
1951
+ 0,
1952
+ 0,
1953
+ 0,
1954
+ 0,
1955
+ 0,
1956
+ 0,
1957
+ 0,
1958
+ 0,
1959
+ 0,
1960
+ 0,
1961
+ 0,
1962
+ 0,
1963
+ 0,
1964
+ 0,
1965
+ 0,
1966
+ 0,
1967
+ 0,
1968
+ 0,
1969
+ 0,
1970
+ 0,
1971
+ 0,
1972
+ 0,
1973
+ 0,
1974
+ 0,
1975
+ 0,
1976
+ 0,
1977
+ 0,
1978
+ 0,
1979
+ 0,
1980
+ 0,
1981
+ 0,
1982
+ 0,
1983
+ 0,
1984
+ 0,
1985
+ 0,
1986
+ 0,
1987
+ 0,
1988
+ 0,
1989
+ 0,
1990
+ 0,
1991
+ 0,
1992
+ 0,
1993
+ 0,
1994
+ 0,
1995
+ 0,
1996
+ 0,
1997
+ 0,
1998
+ 0,
1999
+ 0,
2000
+ 0,
2001
+ 0,
2002
+ 0,
2003
+ 0,
2004
+ 0,
2005
+ 0,
2006
+ 0,
2007
+ 0,
2008
+ 0,
2009
+ 0,
2010
+ 0,
2011
+ 0,
2012
+ 0,
2013
+ 0,
2014
+ 0,
2015
+ 0,
2016
+ 0,
2017
+ 0,
2018
+ 0,
2019
+ 0,
2020
+ 0,
2021
+ 0,
2022
+ 0,
2023
+ 0,
2024
+ 0,
2025
+ 0,
2026
+ 0,
2027
+ 0,
2028
+ 0,
2029
+ 0,
2030
+ 0,
2031
+ 0,
2032
+ 0,
2033
+ 0,
2034
+ 0,
2035
+ 0,
2036
+ 0,
2037
+ 0,
2038
+ 0,
2039
+ 0,
2040
+ 0,
2041
+ 0,
2042
+ 0,
2043
+ 0,
2044
+ 0,
2045
+ 0,
2046
+ 0,
2047
+ 0,
2048
+ 0,
2049
+ 0,
2050
+ 0,
2051
+ 0,
2052
+ 0,
2053
+ 0,
2054
+ 0,
2055
+ 0,
2056
+ 0,
2057
+ 0,
2058
+ 0,
2059
+ 0,
2060
+ 0,
2061
+ 0,
2062
+ 0,
2063
+ 0,
2064
+ 0,
2065
+ 0,
2066
+ 0,
2067
+ 0,
2068
+ 0,
2069
+ 0,
2070
+ 0,
2071
+ 0,
2072
+ 0,
2073
+ 0,
2074
+ 0,
2075
+ 0,
2076
+ 0,
2077
+ 0,
2078
+ 0,
2079
+ 0,
2080
+ 0,
2081
+ 0,
2082
+ 0,
2083
+ 0,
2084
+ 0,
2085
+ 0,
2086
+ 0,
2087
+ 0,
2088
+ 0,
2089
+ 0,
2090
+ 0,
2091
+ 0,
2092
+ 0,
2093
+ 0,
2094
+ 0,
2095
+ 0,
2096
+ 0,
2097
+ 0,
2098
+ 0,
2099
+ 0,
2100
+ 0,
2101
+ 0,
2102
+ 0,
2103
+ 0,
2104
+ 0,
2105
+ 0,
2106
+ 0,
2107
+ 0,
2108
+ 0,
2109
+ 0,
2110
+ 0,
2111
+ 0,
2112
+ 0,
2113
+ 0,
2114
+ 0,
2115
+ 0,
2116
+ 0,
2117
+ 0,
2118
+ 0,
2119
+ 0,
2120
+ 0,
2121
+ 0,
2122
+ 0,
2123
+ 0,
2124
+ 0,
2125
+ 0,
2126
+ 0,
2127
+ 0,
2128
+ 0,
2129
+ 0,
2130
+ 0,
2131
+ 0,
2132
+ 0,
2133
+ 0,
2134
+ 0,
2135
+ 0,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ 0,
2144
+ 0,
2145
+ 0,
2146
+ 0,
2147
+ 0,
2148
+ 0,
2149
+ 0,
2150
+ 0,
2151
+ 0,
2152
+ 0,
2153
+ 0,
2154
+ 0,
2155
+ 0,
2156
+ 0,
2157
+ 0,
2158
+ 0,
2159
+ 0,
2160
+ 0,
2161
+ 0,
2162
+ 0,
2163
+ 0,
2164
+ 0,
2165
+ 0,
2166
+ 0,
2167
+ 0,
2168
+ 0,
2169
+ 0,
2170
+ 0,
2171
+ 0,
2172
+ 0,
2173
+ 0,
2174
+ 0,
2175
+ 0,
2176
+ 0,
2177
+ 0,
2178
+ 0,
2179
+ 0,
2180
+ 0,
2181
+ 0,
2182
+ 0,
2183
+ 0,
2184
+ 0,
2185
+ 0,
2186
+ 0,
2187
+ 0,
2188
+ 0,
2189
+ 0,
2190
+ 0,
2191
+ 0,
2192
+ 0,
2193
+ 0,
2194
+ 0,
2195
+ 0,
2196
+ 0,
2197
+ 0,
2198
+ 0,
2199
+ 0,
2200
+ 0,
2201
+ 0,
2202
+ 0,
2203
+ 0,
2204
+ 0,
2205
+ 0,
2206
+ 0,
2207
+ 0,
2208
+ 0,
2209
+ 0,
2210
+ 0,
2211
+ 0,
2212
+ 0,
2213
+ 0,
2214
+ 0,
2215
+ 0,
2216
+ 0,
2217
+ 0,
2218
+ 0,
2219
+ 0,
2220
+ 0,
2221
+ 0,
2222
+ 0,
2223
+ 0,
2224
+ 0,
2225
+ 0,
2226
+ 0,
2227
+ 0,
2228
+ 0,
2229
+ 0,
2230
+ 0,
2231
+ 0,
2232
+ 0,
2233
+ 0,
2234
+ 0,
2235
+ 0,
2236
+ 0,
2237
+ 0,
2238
+ 0,
2239
+ 0,
2240
+ 0,
2241
+ 0,
2242
+ 0,
2243
+ 0,
2244
+ 0,
2245
+ 0,
2246
+ 0,
2247
+ 0,
2248
+ 0,
2249
+ 0,
2250
+ 0,
2251
+ 0,
2252
+ 0,
2253
+ 0,
2254
+ 0,
2255
+ 0,
2256
+ 0,
2257
+ 0,
2258
+ 0,
2259
+ 0,
2260
+ 0,
2261
+ 0,
2262
+ 0,
2263
+ 0,
2264
+ 0,
2265
+ 0,
2266
+ 0,
2267
+ 0,
2268
+ 0,
2269
+ 0,
2270
+ 0,
2271
+ 0,
2272
+ 0,
2273
+ 0,
2274
+ 0,
2275
+ 0,
2276
+ 0,
2277
+ 0,
2278
+ 0,
2279
+ 0,
2280
+ 0,
2281
+ 0,
2282
+ 0,
2283
+ 0,
2284
+ 0,
2285
+ 0,
2286
+ 0,
2287
+ 0,
2288
+ 0,
2289
+ 0,
2290
+ 0,
2291
+ 0,
2292
+ 0,
2293
+ 0,
2294
+ 0,
2295
+ 0,
2296
+ 0,
2297
+ 0,
2298
+ 0,
2299
+ 0,
2300
+ 0,
2301
+ 0,
2302
+ 0,
2303
+ 0,
2304
+ 0,
2305
+ 0,
2306
+ 0,
2307
+ 0,
2308
+ 0,
2309
+ 0,
2310
+ 0,
2311
+ 0,
2312
+ 0,
2313
+ 0,
2314
+ 0,
2315
+ 0,
2316
+ 0,
2317
+ 0,
2318
+ 0
2319
+ ],
2320
+ "max": [
2321
+ 116,
2322
+ 117,
2323
+ 118,
2324
+ 117,
2325
+ 116,
2326
+ 121,
2327
+ 121,
2328
+ 121,
2329
+ 121,
2330
+ 121,
2331
+ 121,
2332
+ 122,
2333
+ 121,
2334
+ 121,
2335
+ 121,
2336
+ 120,
2337
+ 121,
2338
+ 119,
2339
+ 121,
2340
+ 121,
2341
+ 121,
2342
+ 121,
2343
+ 121,
2344
+ 122,
2345
+ 122,
2346
+ 121,
2347
+ 122,
2348
+ 122,
2349
+ 121,
2350
+ 121,
2351
+ 121,
2352
+ 121,
2353
+ 121,
2354
+ 121,
2355
+ 121,
2356
+ 121,
2357
+ 121,
2358
+ 121,
2359
+ 121,
2360
+ 121,
2361
+ 121,
2362
+ 121,
2363
+ 121,
2364
+ 121,
2365
+ 121,
2366
+ 121,
2367
+ 122,
2368
+ 122,
2369
+ 121,
2370
+ 121,
2371
+ 122,
2372
+ 121,
2373
+ 121,
2374
+ 121,
2375
+ 121,
2376
+ 121,
2377
+ 121,
2378
+ 120,
2379
+ 120,
2380
+ 120,
2381
+ 120,
2382
+ 119,
2383
+ 120,
2384
+ 120,
2385
+ 120,
2386
+ 120,
2387
+ 119,
2388
+ 119,
2389
+ 116,
2390
+ 117,
2391
+ 116,
2392
+ 115,
2393
+ 105,
2394
+ 117,
2395
+ 111,
2396
+ 112,
2397
+ 32,
2398
+ 114,
2399
+ 105,
2400
+ 103,
2401
+ 104,
2402
+ 116,
2403
+ 0,
2404
+ 0,
2405
+ 0,
2406
+ 0,
2407
+ 0,
2408
+ 0,
2409
+ 0,
2410
+ 0,
2411
+ 0,
2412
+ 0,
2413
+ 0,
2414
+ 0,
2415
+ 0,
2416
+ 0,
2417
+ 0,
2418
+ 0,
2419
+ 0,
2420
+ 0,
2421
+ 0,
2422
+ 0,
2423
+ 0,
2424
+ 0,
2425
+ 0,
2426
+ 0,
2427
+ 0,
2428
+ 0,
2429
+ 0,
2430
+ 0,
2431
+ 0,
2432
+ 0,
2433
+ 0,
2434
+ 0,
2435
+ 0,
2436
+ 0,
2437
+ 0,
2438
+ 0,
2439
+ 0,
2440
+ 0,
2441
+ 0,
2442
+ 0,
2443
+ 0,
2444
+ 0,
2445
+ 0,
2446
+ 0,
2447
+ 0,
2448
+ 0,
2449
+ 0,
2450
+ 0,
2451
+ 0,
2452
+ 0,
2453
+ 0,
2454
+ 0,
2455
+ 0,
2456
+ 0,
2457
+ 0,
2458
+ 0,
2459
+ 0,
2460
+ 0,
2461
+ 0,
2462
+ 0,
2463
+ 0,
2464
+ 0,
2465
+ 0,
2466
+ 0,
2467
+ 0,
2468
+ 0,
2469
+ 0,
2470
+ 0,
2471
+ 0,
2472
+ 0,
2473
+ 0,
2474
+ 0,
2475
+ 0,
2476
+ 0,
2477
+ 0,
2478
+ 0,
2479
+ 0,
2480
+ 0,
2481
+ 0,
2482
+ 0,
2483
+ 0,
2484
+ 0,
2485
+ 0,
2486
+ 0,
2487
+ 0,
2488
+ 0,
2489
+ 0,
2490
+ 0,
2491
+ 0,
2492
+ 0,
2493
+ 0,
2494
+ 0,
2495
+ 0,
2496
+ 0,
2497
+ 0,
2498
+ 0,
2499
+ 0,
2500
+ 0,
2501
+ 0,
2502
+ 0,
2503
+ 0,
2504
+ 0,
2505
+ 0,
2506
+ 0,
2507
+ 0,
2508
+ 0,
2509
+ 0,
2510
+ 0,
2511
+ 0,
2512
+ 0,
2513
+ 0,
2514
+ 0,
2515
+ 0,
2516
+ 0,
2517
+ 0,
2518
+ 0,
2519
+ 0,
2520
+ 0,
2521
+ 0,
2522
+ 0,
2523
+ 0,
2524
+ 0,
2525
+ 0,
2526
+ 0,
2527
+ 0,
2528
+ 0,
2529
+ 0,
2530
+ 0,
2531
+ 0,
2532
+ 0,
2533
+ 0,
2534
+ 0,
2535
+ 0,
2536
+ 0,
2537
+ 0,
2538
+ 0,
2539
+ 0,
2540
+ 0,
2541
+ 0,
2542
+ 0,
2543
+ 0,
2544
+ 0,
2545
+ 0,
2546
+ 0,
2547
+ 0,
2548
+ 0,
2549
+ 0,
2550
+ 0,
2551
+ 0,
2552
+ 0,
2553
+ 0,
2554
+ 0,
2555
+ 0,
2556
+ 0,
2557
+ 0,
2558
+ 0,
2559
+ 0,
2560
+ 0,
2561
+ 0,
2562
+ 0,
2563
+ 0,
2564
+ 0,
2565
+ 0,
2566
+ 0,
2567
+ 0,
2568
+ 0,
2569
+ 0,
2570
+ 0,
2571
+ 0,
2572
+ 0,
2573
+ 0,
2574
+ 0,
2575
+ 0,
2576
+ 0,
2577
+ 0,
2578
+ 0,
2579
+ 0,
2580
+ 0,
2581
+ 0,
2582
+ 0,
2583
+ 0,
2584
+ 0,
2585
+ 0,
2586
+ 0,
2587
+ 0,
2588
+ 0,
2589
+ 0,
2590
+ 0,
2591
+ 0,
2592
+ 0,
2593
+ 0,
2594
+ 0,
2595
+ 0,
2596
+ 0,
2597
+ 0,
2598
+ 0,
2599
+ 0,
2600
+ 0,
2601
+ 0,
2602
+ 0,
2603
+ 0,
2604
+ 0,
2605
+ 0,
2606
+ 0,
2607
+ 0,
2608
+ 0,
2609
+ 0,
2610
+ 0,
2611
+ 0,
2612
+ 0,
2613
+ 0,
2614
+ 0,
2615
+ 0,
2616
+ 0,
2617
+ 0,
2618
+ 0,
2619
+ 0,
2620
+ 0,
2621
+ 0,
2622
+ 0,
2623
+ 0,
2624
+ 0,
2625
+ 0,
2626
+ 0,
2627
+ 0,
2628
+ 0,
2629
+ 0,
2630
+ 0,
2631
+ 0,
2632
+ 0,
2633
+ 0,
2634
+ 0,
2635
+ 0,
2636
+ 0,
2637
+ 0,
2638
+ 0,
2639
+ 0,
2640
+ 0,
2641
+ 0,
2642
+ 0,
2643
+ 0,
2644
+ 0,
2645
+ 0,
2646
+ 0,
2647
+ 0,
2648
+ 0,
2649
+ 0,
2650
+ 0,
2651
+ 0,
2652
+ 0,
2653
+ 0,
2654
+ 0,
2655
+ 0,
2656
+ 0,
2657
+ 0,
2658
+ 0,
2659
+ 0,
2660
+ 0,
2661
+ 0,
2662
+ 0,
2663
+ 0,
2664
+ 0,
2665
+ 0,
2666
+ 0,
2667
+ 0,
2668
+ 0,
2669
+ 0,
2670
+ 0,
2671
+ 0,
2672
+ 0,
2673
+ 0,
2674
+ 0,
2675
+ 0,
2676
+ 0,
2677
+ 0,
2678
+ 0,
2679
+ 0,
2680
+ 0,
2681
+ 0,
2682
+ 0,
2683
+ 0,
2684
+ 0,
2685
+ 0,
2686
+ 0,
2687
+ 0,
2688
+ 0,
2689
+ 0,
2690
+ 0,
2691
+ 0,
2692
+ 0,
2693
+ 0,
2694
+ 0,
2695
+ 0,
2696
+ 0,
2697
+ 0,
2698
+ 0,
2699
+ 0,
2700
+ 0,
2701
+ 0,
2702
+ 0,
2703
+ 0,
2704
+ 0,
2705
+ 0,
2706
+ 0,
2707
+ 0,
2708
+ 0,
2709
+ 0,
2710
+ 0,
2711
+ 0,
2712
+ 0,
2713
+ 0,
2714
+ 0,
2715
+ 0,
2716
+ 0,
2717
+ 0,
2718
+ 0,
2719
+ 0,
2720
+ 0,
2721
+ 0,
2722
+ 0,
2723
+ 0,
2724
+ 0,
2725
+ 0,
2726
+ 0,
2727
+ 0,
2728
+ 0,
2729
+ 0,
2730
+ 0,
2731
+ 0,
2732
+ 0,
2733
+ 0,
2734
+ 0,
2735
+ 0,
2736
+ 0,
2737
+ 0,
2738
+ 0,
2739
+ 0,
2740
+ 0,
2741
+ 0,
2742
+ 0,
2743
+ 0,
2744
+ 0,
2745
+ 0,
2746
+ 0,
2747
+ 0,
2748
+ 0,
2749
+ 0,
2750
+ 0,
2751
+ 0,
2752
+ 0,
2753
+ 0,
2754
+ 0,
2755
+ 0,
2756
+ 0,
2757
+ 0,
2758
+ 0,
2759
+ 0,
2760
+ 0,
2761
+ 0,
2762
+ 0,
2763
+ 0,
2764
+ 0,
2765
+ 0,
2766
+ 0,
2767
+ 0,
2768
+ 0,
2769
+ 0,
2770
+ 0,
2771
+ 0,
2772
+ 0,
2773
+ 0,
2774
+ 0,
2775
+ 0,
2776
+ 0,
2777
+ 0,
2778
+ 0,
2779
+ 0,
2780
+ 0,
2781
+ 0,
2782
+ 0,
2783
+ 0,
2784
+ 0,
2785
+ 0,
2786
+ 0,
2787
+ 0,
2788
+ 0,
2789
+ 0,
2790
+ 0,
2791
+ 0,
2792
+ 0,
2793
+ 0,
2794
+ 0,
2795
+ 0,
2796
+ 0,
2797
+ 0,
2798
+ 0,
2799
+ 0,
2800
+ 0,
2801
+ 0,
2802
+ 0,
2803
+ 0,
2804
+ 0,
2805
+ 0,
2806
+ 0,
2807
+ 0,
2808
+ 0,
2809
+ 0,
2810
+ 0,
2811
+ 0,
2812
+ 0,
2813
+ 0,
2814
+ 0,
2815
+ 0,
2816
+ 0,
2817
+ 0,
2818
+ 0,
2819
+ 0,
2820
+ 0,
2821
+ 0,
2822
+ 0,
2823
+ 0,
2824
+ 0,
2825
+ 0,
2826
+ 0,
2827
+ 0,
2828
+ 0,
2829
+ 0,
2830
+ 0,
2831
+ 0,
2832
+ 0
2833
+ ],
2834
+ "mean": [
2835
+ 111.25102233406732,
2836
+ 111.24454230890217,
2837
+ 111.15596099402327,
2838
+ 101.5615602390689,
2839
+ 58.92123309216735,
2840
+ 88.19326832337212,
2841
+ 107.890531613715,
2842
+ 103.53406731676628,
2843
+ 62.74469959106637,
2844
+ 86.3986788298207,
2845
+ 100.40276816608997,
2846
+ 104.5525636992765,
2847
+ 91.60427807486631,
2848
+ 88.64806542938031,
2849
+ 92.02227115445109,
2850
+ 91.55092796476879,
2851
+ 99.96300723497956,
2852
+ 93.89411764705882,
2853
+ 94.51412393834539,
2854
+ 93.95778546712803,
2855
+ 97.57508650519031,
2856
+ 90.25662157911293,
2857
+ 91.65813148788928,
2858
+ 93.74885184020133,
2859
+ 94.1830764391318,
2860
+ 90.56143441333752,
2861
+ 89.4325259515571,
2862
+ 92.79968543567159,
2863
+ 89.5277131173325,
2864
+ 88.71815036174898,
2865
+ 86.07266435986159,
2866
+ 89.25850896508337,
2867
+ 84.91601132431582,
2868
+ 82.8414595784838,
2869
+ 81.59911921988046,
2870
+ 79.34463667820069,
2871
+ 75.42692670651148,
2872
+ 70.98917898710286,
2873
+ 68.81207927021076,
2874
+ 64.77766593268323,
2875
+ 61.77653350110098,
2876
+ 58.595973576596414,
2877
+ 54.110097514941806,
2878
+ 52.16376218936772,
2879
+ 45.446555520603965,
2880
+ 42.7472790185593,
2881
+ 37.72066687637622,
2882
+ 34.123372129600504,
2883
+ 31.851966027052534,
2884
+ 26.911984900912238,
2885
+ 26.864359861591694,
2886
+ 23.352689525007865,
2887
+ 22.07379679144385,
2888
+ 20.040327146901543,
2889
+ 17.191318024536017,
2890
+ 16.508210128971374,
2891
+ 13.388046555520605,
2892
+ 11.596602705253224,
2893
+ 10.582698961937716,
2894
+ 9.622774457376533,
2895
+ 8.284051588549858,
2896
+ 7.287323057565272,
2897
+ 6.117584145957848,
2898
+ 5.7701793016671905,
2899
+ 3.5035545769109784,
2900
+ 3.132242843661529,
2901
+ 3.271028625353885,
2902
+ 2.526643598615917,
2903
+ 1.568543567159484,
2904
+ 1.154576910978295,
2905
+ 0.8992765020446681,
2906
+ 0.4702736709657125,
2907
+ 0.48877005347593583,
2908
+ 0.6500157282164203,
2909
+ 0.530670022019503,
2910
+ 0.32312047813777917,
2911
+ 0.034224598930481284,
2912
+ 0.12192513368983957,
2913
+ 0.11229946524064172,
2914
+ 0.11016042780748662,
2915
+ 0.11122994652406418,
2916
+ 0.12406417112299466,
2917
+ 0.0,
2918
+ 0.0,
2919
+ 0.0,
2920
+ 0.0,
2921
+ 0.0,
2922
+ 0.0,
2923
+ 0.0,
2924
+ 0.0,
2925
+ 0.0,
2926
+ 0.0,
2927
+ 0.0,
2928
+ 0.0,
2929
+ 0.0,
2930
+ 0.0,
2931
+ 0.0,
2932
+ 0.0,
2933
+ 0.0,
2934
+ 0.0,
2935
+ 0.0,
2936
+ 0.0,
2937
+ 0.0,
2938
+ 0.0,
2939
+ 0.0,
2940
+ 0.0,
2941
+ 0.0,
2942
+ 0.0,
2943
+ 0.0,
2944
+ 0.0,
2945
+ 0.0,
2946
+ 0.0,
2947
+ 0.0,
2948
+ 0.0,
2949
+ 0.0,
2950
+ 0.0,
2951
+ 0.0,
2952
+ 0.0,
2953
+ 0.0,
2954
+ 0.0,
2955
+ 0.0,
2956
+ 0.0,
2957
+ 0.0,
2958
+ 0.0,
2959
+ 0.0,
2960
+ 0.0,
2961
+ 0.0,
2962
+ 0.0,
2963
+ 0.0,
2964
+ 0.0,
2965
+ 0.0,
2966
+ 0.0,
2967
+ 0.0,
2968
+ 0.0,
2969
+ 0.0,
2970
+ 0.0,
2971
+ 0.0,
2972
+ 0.0,
2973
+ 0.0,
2974
+ 0.0,
2975
+ 0.0,
2976
+ 0.0,
2977
+ 0.0,
2978
+ 0.0,
2979
+ 0.0,
2980
+ 0.0,
2981
+ 0.0,
2982
+ 0.0,
2983
+ 0.0,
2984
+ 0.0,
2985
+ 0.0,
2986
+ 0.0,
2987
+ 0.0,
2988
+ 0.0,
2989
+ 0.0,
2990
+ 0.0,
2991
+ 0.0,
2992
+ 0.0,
2993
+ 0.0,
2994
+ 0.0,
2995
+ 0.0,
2996
+ 0.0,
2997
+ 0.0,
2998
+ 0.0,
2999
+ 0.0,
3000
+ 0.0,
3001
+ 0.0,
3002
+ 0.0,
3003
+ 0.0,
3004
+ 0.0,
3005
+ 0.0,
3006
+ 0.0,
3007
+ 0.0,
3008
+ 0.0,
3009
+ 0.0,
3010
+ 0.0,
3011
+ 0.0,
3012
+ 0.0,
3013
+ 0.0,
3014
+ 0.0,
3015
+ 0.0,
3016
+ 0.0,
3017
+ 0.0,
3018
+ 0.0,
3019
+ 0.0,
3020
+ 0.0,
3021
+ 0.0,
3022
+ 0.0,
3023
+ 0.0,
3024
+ 0.0,
3025
+ 0.0,
3026
+ 0.0,
3027
+ 0.0,
3028
+ 0.0,
3029
+ 0.0,
3030
+ 0.0,
3031
+ 0.0,
3032
+ 0.0,
3033
+ 0.0,
3034
+ 0.0,
3035
+ 0.0,
3036
+ 0.0,
3037
+ 0.0,
3038
+ 0.0,
3039
+ 0.0,
3040
+ 0.0,
3041
+ 0.0,
3042
+ 0.0,
3043
+ 0.0,
3044
+ 0.0,
3045
+ 0.0,
3046
+ 0.0,
3047
+ 0.0,
3048
+ 0.0,
3049
+ 0.0,
3050
+ 0.0,
3051
+ 0.0,
3052
+ 0.0,
3053
+ 0.0,
3054
+ 0.0,
3055
+ 0.0,
3056
+ 0.0,
3057
+ 0.0,
3058
+ 0.0,
3059
+ 0.0,
3060
+ 0.0,
3061
+ 0.0,
3062
+ 0.0,
3063
+ 0.0,
3064
+ 0.0,
3065
+ 0.0,
3066
+ 0.0,
3067
+ 0.0,
3068
+ 0.0,
3069
+ 0.0,
3070
+ 0.0,
3071
+ 0.0,
3072
+ 0.0,
3073
+ 0.0,
3074
+ 0.0,
3075
+ 0.0,
3076
+ 0.0,
3077
+ 0.0,
3078
+ 0.0,
3079
+ 0.0,
3080
+ 0.0,
3081
+ 0.0,
3082
+ 0.0,
3083
+ 0.0,
3084
+ 0.0,
3085
+ 0.0,
3086
+ 0.0,
3087
+ 0.0,
3088
+ 0.0,
3089
+ 0.0,
3090
+ 0.0,
3091
+ 0.0,
3092
+ 0.0,
3093
+ 0.0,
3094
+ 0.0,
3095
+ 0.0,
3096
+ 0.0,
3097
+ 0.0,
3098
+ 0.0,
3099
+ 0.0,
3100
+ 0.0,
3101
+ 0.0,
3102
+ 0.0,
3103
+ 0.0,
3104
+ 0.0,
3105
+ 0.0,
3106
+ 0.0,
3107
+ 0.0,
3108
+ 0.0,
3109
+ 0.0,
3110
+ 0.0,
3111
+ 0.0,
3112
+ 0.0,
3113
+ 0.0,
3114
+ 0.0,
3115
+ 0.0,
3116
+ 0.0,
3117
+ 0.0,
3118
+ 0.0,
3119
+ 0.0,
3120
+ 0.0,
3121
+ 0.0,
3122
+ 0.0,
3123
+ 0.0,
3124
+ 0.0,
3125
+ 0.0,
3126
+ 0.0,
3127
+ 0.0,
3128
+ 0.0,
3129
+ 0.0,
3130
+ 0.0,
3131
+ 0.0,
3132
+ 0.0,
3133
+ 0.0,
3134
+ 0.0,
3135
+ 0.0,
3136
+ 0.0,
3137
+ 0.0,
3138
+ 0.0,
3139
+ 0.0,
3140
+ 0.0,
3141
+ 0.0,
3142
+ 0.0,
3143
+ 0.0,
3144
+ 0.0,
3145
+ 0.0,
3146
+ 0.0,
3147
+ 0.0,
3148
+ 0.0,
3149
+ 0.0,
3150
+ 0.0,
3151
+ 0.0,
3152
+ 0.0,
3153
+ 0.0,
3154
+ 0.0,
3155
+ 0.0,
3156
+ 0.0,
3157
+ 0.0,
3158
+ 0.0,
3159
+ 0.0,
3160
+ 0.0,
3161
+ 0.0,
3162
+ 0.0,
3163
+ 0.0,
3164
+ 0.0,
3165
+ 0.0,
3166
+ 0.0,
3167
+ 0.0,
3168
+ 0.0,
3169
+ 0.0,
3170
+ 0.0,
3171
+ 0.0,
3172
+ 0.0,
3173
+ 0.0,
3174
+ 0.0,
3175
+ 0.0,
3176
+ 0.0,
3177
+ 0.0,
3178
+ 0.0,
3179
+ 0.0,
3180
+ 0.0,
3181
+ 0.0,
3182
+ 0.0,
3183
+ 0.0,
3184
+ 0.0,
3185
+ 0.0,
3186
+ 0.0,
3187
+ 0.0,
3188
+ 0.0,
3189
+ 0.0,
3190
+ 0.0,
3191
+ 0.0,
3192
+ 0.0,
3193
+ 0.0,
3194
+ 0.0,
3195
+ 0.0,
3196
+ 0.0,
3197
+ 0.0,
3198
+ 0.0,
3199
+ 0.0,
3200
+ 0.0,
3201
+ 0.0,
3202
+ 0.0,
3203
+ 0.0,
3204
+ 0.0,
3205
+ 0.0,
3206
+ 0.0,
3207
+ 0.0,
3208
+ 0.0,
3209
+ 0.0,
3210
+ 0.0,
3211
+ 0.0,
3212
+ 0.0,
3213
+ 0.0,
3214
+ 0.0,
3215
+ 0.0,
3216
+ 0.0,
3217
+ 0.0,
3218
+ 0.0,
3219
+ 0.0,
3220
+ 0.0,
3221
+ 0.0,
3222
+ 0.0,
3223
+ 0.0,
3224
+ 0.0,
3225
+ 0.0,
3226
+ 0.0,
3227
+ 0.0,
3228
+ 0.0,
3229
+ 0.0,
3230
+ 0.0,
3231
+ 0.0,
3232
+ 0.0,
3233
+ 0.0,
3234
+ 0.0,
3235
+ 0.0,
3236
+ 0.0,
3237
+ 0.0,
3238
+ 0.0,
3239
+ 0.0,
3240
+ 0.0,
3241
+ 0.0,
3242
+ 0.0,
3243
+ 0.0,
3244
+ 0.0,
3245
+ 0.0,
3246
+ 0.0,
3247
+ 0.0,
3248
+ 0.0,
3249
+ 0.0,
3250
+ 0.0,
3251
+ 0.0,
3252
+ 0.0,
3253
+ 0.0,
3254
+ 0.0,
3255
+ 0.0,
3256
+ 0.0,
3257
+ 0.0,
3258
+ 0.0,
3259
+ 0.0,
3260
+ 0.0,
3261
+ 0.0,
3262
+ 0.0,
3263
+ 0.0,
3264
+ 0.0,
3265
+ 0.0,
3266
+ 0.0,
3267
+ 0.0,
3268
+ 0.0,
3269
+ 0.0,
3270
+ 0.0,
3271
+ 0.0,
3272
+ 0.0,
3273
+ 0.0,
3274
+ 0.0,
3275
+ 0.0,
3276
+ 0.0,
3277
+ 0.0,
3278
+ 0.0,
3279
+ 0.0,
3280
+ 0.0,
3281
+ 0.0,
3282
+ 0.0,
3283
+ 0.0,
3284
+ 0.0,
3285
+ 0.0,
3286
+ 0.0,
3287
+ 0.0,
3288
+ 0.0,
3289
+ 0.0,
3290
+ 0.0,
3291
+ 0.0,
3292
+ 0.0,
3293
+ 0.0,
3294
+ 0.0,
3295
+ 0.0,
3296
+ 0.0,
3297
+ 0.0,
3298
+ 0.0,
3299
+ 0.0,
3300
+ 0.0,
3301
+ 0.0,
3302
+ 0.0,
3303
+ 0.0,
3304
+ 0.0,
3305
+ 0.0,
3306
+ 0.0,
3307
+ 0.0,
3308
+ 0.0,
3309
+ 0.0,
3310
+ 0.0,
3311
+ 0.0,
3312
+ 0.0,
3313
+ 0.0,
3314
+ 0.0,
3315
+ 0.0,
3316
+ 0.0,
3317
+ 0.0,
3318
+ 0.0,
3319
+ 0.0,
3320
+ 0.0,
3321
+ 0.0,
3322
+ 0.0,
3323
+ 0.0,
3324
+ 0.0,
3325
+ 0.0,
3326
+ 0.0,
3327
+ 0.0,
3328
+ 0.0,
3329
+ 0.0,
3330
+ 0.0,
3331
+ 0.0,
3332
+ 0.0,
3333
+ 0.0,
3334
+ 0.0,
3335
+ 0.0,
3336
+ 0.0,
3337
+ 0.0,
3338
+ 0.0,
3339
+ 0.0,
3340
+ 0.0,
3341
+ 0.0,
3342
+ 0.0,
3343
+ 0.0,
3344
+ 0.0,
3345
+ 0.0,
3346
+ 0.0
3347
+ ],
3348
+ "std": [
3349
+ 2.6729738089146764,
3350
+ 4.435610877107809,
3351
+ 7.560898288660969,
3352
+ 5.335438938810452,
3353
+ 35.12678101534849,
3354
+ 37.8561109823059,
3355
+ 9.50234329805036,
3356
+ 7.863411284375213,
3357
+ 36.12170193662531,
3358
+ 35.78667930063935,
3359
+ 22.02700375692864,
3360
+ 14.063143079346258,
3361
+ 29.109400775900347,
3362
+ 32.68010687277856,
3363
+ 33.312559012846194,
3364
+ 32.71777428151224,
3365
+ 22.55544111219282,
3366
+ 27.674807783336213,
3367
+ 28.671357097004385,
3368
+ 29.20436896526324,
3369
+ 26.79989592860319,
3370
+ 32.97601122291118,
3371
+ 32.968411474848345,
3372
+ 30.97470115703468,
3373
+ 30.791978022049108,
3374
+ 33.82711049100756,
3375
+ 34.754713570786656,
3376
+ 32.638895928407656,
3377
+ 34.46611051420607,
3378
+ 35.95665255224932,
3379
+ 37.60093018923322,
3380
+ 36.5452270453519,
3381
+ 39.43180021910657,
3382
+ 41.11884621673515,
3383
+ 42.55165326045282,
3384
+ 43.555192596938994,
3385
+ 45.71903118896413,
3386
+ 47.76095724258099,
3387
+ 48.974642558819056,
3388
+ 49.63919284786335,
3389
+ 50.468585183315064,
3390
+ 51.646493207230655,
3391
+ 51.506450656426864,
3392
+ 51.88485007815528,
3393
+ 50.74414995107297,
3394
+ 51.2874914891897,
3395
+ 49.93805647802305,
3396
+ 48.684637870646824,
3397
+ 47.964707768544805,
3398
+ 44.558162835063065,
3399
+ 46.04099924870137,
3400
+ 43.16507799872749,
3401
+ 42.503687782096215,
3402
+ 40.88681401451888,
3403
+ 38.67543883610885,
3404
+ 38.541409471015214,
3405
+ 34.443279621639036,
3406
+ 32.56677358175653,
3407
+ 31.414086959978153,
3408
+ 30.568465593611375,
3409
+ 28.05008833533088,
3410
+ 26.59978784041025,
3411
+ 24.429942636341252,
3412
+ 24.243752048069876,
3413
+ 18.67609633574468,
3414
+ 17.690740990710932,
3415
+ 18.2616859364634,
3416
+ 16.43615282311484,
3417
+ 12.501986182017196,
3418
+ 11.122767698689124,
3419
+ 9.491340539969089,
3420
+ 6.8614092607637645,
3421
+ 6.772386922461514,
3422
+ 8.616669789985462,
3423
+ 7.333003121660042,
3424
+ 5.817938510103638,
3425
+ 1.0459521225196857,
3426
+ 3.72620443647638,
3427
+ 3.4320304020177543,
3428
+ 3.3666583943603245,
3429
+ 3.399344398189023,
3430
+ 3.7915764441338964,
3431
+ 0.0,
3432
+ 0.0,
3433
+ 0.0,
3434
+ 0.0,
3435
+ 0.0,
3436
+ 0.0,
3437
+ 0.0,
3438
+ 0.0,
3439
+ 0.0,
3440
+ 0.0,
3441
+ 0.0,
3442
+ 0.0,
3443
+ 0.0,
3444
+ 0.0,
3445
+ 0.0,
3446
+ 0.0,
3447
+ 0.0,
3448
+ 0.0,
3449
+ 0.0,
3450
+ 0.0,
3451
+ 0.0,
3452
+ 0.0,
3453
+ 0.0,
3454
+ 0.0,
3455
+ 0.0,
3456
+ 0.0,
3457
+ 0.0,
3458
+ 0.0,
3459
+ 0.0,
3460
+ 0.0,
3461
+ 0.0,
3462
+ 0.0,
3463
+ 0.0,
3464
+ 0.0,
3465
+ 0.0,
3466
+ 0.0,
3467
+ 0.0,
3468
+ 0.0,
3469
+ 0.0,
3470
+ 0.0,
3471
+ 0.0,
3472
+ 0.0,
3473
+ 0.0,
3474
+ 0.0,
3475
+ 0.0,
3476
+ 0.0,
3477
+ 0.0,
3478
+ 0.0,
3479
+ 0.0,
3480
+ 0.0,
3481
+ 0.0,
3482
+ 0.0,
3483
+ 0.0,
3484
+ 0.0,
3485
+ 0.0,
3486
+ 0.0,
3487
+ 0.0,
3488
+ 0.0,
3489
+ 0.0,
3490
+ 0.0,
3491
+ 0.0,
3492
+ 0.0,
3493
+ 0.0,
3494
+ 0.0,
3495
+ 0.0,
3496
+ 0.0,
3497
+ 0.0,
3498
+ 0.0,
3499
+ 0.0,
3500
+ 0.0,
3501
+ 0.0,
3502
+ 0.0,
3503
+ 0.0,
3504
+ 0.0,
3505
+ 0.0,
3506
+ 0.0,
3507
+ 0.0,
3508
+ 0.0,
3509
+ 0.0,
3510
+ 0.0,
3511
+ 0.0,
3512
+ 0.0,
3513
+ 0.0,
3514
+ 0.0,
3515
+ 0.0,
3516
+ 0.0,
3517
+ 0.0,
3518
+ 0.0,
3519
+ 0.0,
3520
+ 0.0,
3521
+ 0.0,
3522
+ 0.0,
3523
+ 0.0,
3524
+ 0.0,
3525
+ 0.0,
3526
+ 0.0,
3527
+ 0.0,
3528
+ 0.0,
3529
+ 0.0,
3530
+ 0.0,
3531
+ 0.0,
3532
+ 0.0,
3533
+ 0.0,
3534
+ 0.0,
3535
+ 0.0,
3536
+ 0.0,
3537
+ 0.0,
3538
+ 0.0,
3539
+ 0.0,
3540
+ 0.0,
3541
+ 0.0,
3542
+ 0.0,
3543
+ 0.0,
3544
+ 0.0,
3545
+ 0.0,
3546
+ 0.0,
3547
+ 0.0,
3548
+ 0.0,
3549
+ 0.0,
3550
+ 0.0,
3551
+ 0.0,
3552
+ 0.0,
3553
+ 0.0,
3554
+ 0.0,
3555
+ 0.0,
3556
+ 0.0,
3557
+ 0.0,
3558
+ 0.0,
3559
+ 0.0,
3560
+ 0.0,
3561
+ 0.0,
3562
+ 0.0,
3563
+ 0.0,
3564
+ 0.0,
3565
+ 0.0,
3566
+ 0.0,
3567
+ 0.0,
3568
+ 0.0,
3569
+ 0.0,
3570
+ 0.0,
3571
+ 0.0,
3572
+ 0.0,
3573
+ 0.0,
3574
+ 0.0,
3575
+ 0.0,
3576
+ 0.0,
3577
+ 0.0,
3578
+ 0.0,
3579
+ 0.0,
3580
+ 0.0,
3581
+ 0.0,
3582
+ 0.0,
3583
+ 0.0,
3584
+ 0.0,
3585
+ 0.0,
3586
+ 0.0,
3587
+ 0.0,
3588
+ 0.0,
3589
+ 0.0,
3590
+ 0.0,
3591
+ 0.0,
3592
+ 0.0,
3593
+ 0.0,
3594
+ 0.0,
3595
+ 0.0,
3596
+ 0.0,
3597
+ 0.0,
3598
+ 0.0,
3599
+ 0.0,
3600
+ 0.0,
3601
+ 0.0,
3602
+ 0.0,
3603
+ 0.0,
3604
+ 0.0,
3605
+ 0.0,
3606
+ 0.0,
3607
+ 0.0,
3608
+ 0.0,
3609
+ 0.0,
3610
+ 0.0,
3611
+ 0.0,
3612
+ 0.0,
3613
+ 0.0,
3614
+ 0.0,
3615
+ 0.0,
3616
+ 0.0,
3617
+ 0.0,
3618
+ 0.0,
3619
+ 0.0,
3620
+ 0.0,
3621
+ 0.0,
3622
+ 0.0,
3623
+ 0.0,
3624
+ 0.0,
3625
+ 0.0,
3626
+ 0.0,
3627
+ 0.0,
3628
+ 0.0,
3629
+ 0.0,
3630
+ 0.0,
3631
+ 0.0,
3632
+ 0.0,
3633
+ 0.0,
3634
+ 0.0,
3635
+ 0.0,
3636
+ 0.0,
3637
+ 0.0,
3638
+ 0.0,
3639
+ 0.0,
3640
+ 0.0,
3641
+ 0.0,
3642
+ 0.0,
3643
+ 0.0,
3644
+ 0.0,
3645
+ 0.0,
3646
+ 0.0,
3647
+ 0.0,
3648
+ 0.0,
3649
+ 0.0,
3650
+ 0.0,
3651
+ 0.0,
3652
+ 0.0,
3653
+ 0.0,
3654
+ 0.0,
3655
+ 0.0,
3656
+ 0.0,
3657
+ 0.0,
3658
+ 0.0,
3659
+ 0.0,
3660
+ 0.0,
3661
+ 0.0,
3662
+ 0.0,
3663
+ 0.0,
3664
+ 0.0,
3665
+ 0.0,
3666
+ 0.0,
3667
+ 0.0,
3668
+ 0.0,
3669
+ 0.0,
3670
+ 0.0,
3671
+ 0.0,
3672
+ 0.0,
3673
+ 0.0,
3674
+ 0.0,
3675
+ 0.0,
3676
+ 0.0,
3677
+ 0.0,
3678
+ 0.0,
3679
+ 0.0,
3680
+ 0.0,
3681
+ 0.0,
3682
+ 0.0,
3683
+ 0.0,
3684
+ 0.0,
3685
+ 0.0,
3686
+ 0.0,
3687
+ 0.0,
3688
+ 0.0,
3689
+ 0.0,
3690
+ 0.0,
3691
+ 0.0,
3692
+ 0.0,
3693
+ 0.0,
3694
+ 0.0,
3695
+ 0.0,
3696
+ 0.0,
3697
+ 0.0,
3698
+ 0.0,
3699
+ 0.0,
3700
+ 0.0,
3701
+ 0.0,
3702
+ 0.0,
3703
+ 0.0,
3704
+ 0.0,
3705
+ 0.0,
3706
+ 0.0,
3707
+ 0.0,
3708
+ 0.0,
3709
+ 0.0,
3710
+ 0.0,
3711
+ 0.0,
3712
+ 0.0,
3713
+ 0.0,
3714
+ 0.0,
3715
+ 0.0,
3716
+ 0.0,
3717
+ 0.0,
3718
+ 0.0,
3719
+ 0.0,
3720
+ 0.0,
3721
+ 0.0,
3722
+ 0.0,
3723
+ 0.0,
3724
+ 0.0,
3725
+ 0.0,
3726
+ 0.0,
3727
+ 0.0,
3728
+ 0.0,
3729
+ 0.0,
3730
+ 0.0,
3731
+ 0.0,
3732
+ 0.0,
3733
+ 0.0,
3734
+ 0.0,
3735
+ 0.0,
3736
+ 0.0,
3737
+ 0.0,
3738
+ 0.0,
3739
+ 0.0,
3740
+ 0.0,
3741
+ 0.0,
3742
+ 0.0,
3743
+ 0.0,
3744
+ 0.0,
3745
+ 0.0,
3746
+ 0.0,
3747
+ 0.0,
3748
+ 0.0,
3749
+ 0.0,
3750
+ 0.0,
3751
+ 0.0,
3752
+ 0.0,
3753
+ 0.0,
3754
+ 0.0,
3755
+ 0.0,
3756
+ 0.0,
3757
+ 0.0,
3758
+ 0.0,
3759
+ 0.0,
3760
+ 0.0,
3761
+ 0.0,
3762
+ 0.0,
3763
+ 0.0,
3764
+ 0.0,
3765
+ 0.0,
3766
+ 0.0,
3767
+ 0.0,
3768
+ 0.0,
3769
+ 0.0,
3770
+ 0.0,
3771
+ 0.0,
3772
+ 0.0,
3773
+ 0.0,
3774
+ 0.0,
3775
+ 0.0,
3776
+ 0.0,
3777
+ 0.0,
3778
+ 0.0,
3779
+ 0.0,
3780
+ 0.0,
3781
+ 0.0,
3782
+ 0.0,
3783
+ 0.0,
3784
+ 0.0,
3785
+ 0.0,
3786
+ 0.0,
3787
+ 0.0,
3788
+ 0.0,
3789
+ 0.0,
3790
+ 0.0,
3791
+ 0.0,
3792
+ 0.0,
3793
+ 0.0,
3794
+ 0.0,
3795
+ 0.0,
3796
+ 0.0,
3797
+ 0.0,
3798
+ 0.0,
3799
+ 0.0,
3800
+ 0.0,
3801
+ 0.0,
3802
+ 0.0,
3803
+ 0.0,
3804
+ 0.0,
3805
+ 0.0,
3806
+ 0.0,
3807
+ 0.0,
3808
+ 0.0,
3809
+ 0.0,
3810
+ 0.0,
3811
+ 0.0,
3812
+ 0.0,
3813
+ 0.0,
3814
+ 0.0,
3815
+ 0.0,
3816
+ 0.0,
3817
+ 0.0,
3818
+ 0.0,
3819
+ 0.0,
3820
+ 0.0,
3821
+ 0.0,
3822
+ 0.0,
3823
+ 0.0,
3824
+ 0.0,
3825
+ 0.0,
3826
+ 0.0,
3827
+ 0.0,
3828
+ 0.0,
3829
+ 0.0,
3830
+ 0.0,
3831
+ 0.0,
3832
+ 0.0,
3833
+ 0.0,
3834
+ 0.0,
3835
+ 0.0,
3836
+ 0.0,
3837
+ 0.0,
3838
+ 0.0,
3839
+ 0.0,
3840
+ 0.0,
3841
+ 0.0,
3842
+ 0.0,
3843
+ 0.0,
3844
+ 0.0,
3845
+ 0.0,
3846
+ 0.0,
3847
+ 0.0,
3848
+ 0.0,
3849
+ 0.0,
3850
+ 0.0,
3851
+ 0.0,
3852
+ 0.0,
3853
+ 0.0,
3854
+ 0.0,
3855
+ 0.0,
3856
+ 0.0,
3857
+ 0.0,
3858
+ 0.0,
3859
+ 0.0,
3860
+ 0.0
3861
+ ],
3862
+ "count": [
3863
+ 15895
3864
+ ]
3865
+ },
3866
+ "index": {
3867
+ "min": [
3868
+ 0
3869
+ ],
3870
+ "max": [
3871
+ 15894
3872
+ ],
3873
+ "mean": [
3874
+ 7947.0
3875
+ ],
3876
+ "std": [
3877
+ 4588.491255303861
3878
+ ],
3879
+ "count": [
3880
+ 15895
3881
+ ]
3882
+ },
3883
+ "observation.sawyer.ee_error": {
3884
+ "min": [
3885
+ -7.316470146179199e-06,
3886
+ -1.6987323760986328e-06,
3887
+ -3.8817524909973145e-06,
3888
+ 2.0244482584530488e-05,
3889
+ -2.7355135898687877e-05,
3890
+ 0.0,
3891
+ -1.2163239262008574e-05
3892
+ ],
3893
+ "max": [
3894
+ 4.172325134277344e-07,
3895
+ 1.1622905731201172e-06,
3896
+ 2.339482307434082e-06,
3897
+ 0.00014953514619264752,
3898
+ 3.473700417089276e-05,
3899
+ 0.0,
3900
+ 7.45407523936592e-05
3901
+ ],
3902
+ "mean": [
3903
+ -3.836862921602682e-06,
3904
+ -7.57329646162076e-07,
3905
+ -1.276914672852522e-06,
3906
+ 8.019428181823577e-05,
3907
+ 2.4113392953185784e-06,
3908
+ 0.0,
3909
+ 5.23917617117137e-05
3910
+ ],
3911
+ "std": [
3912
+ 1.1071686840555025e-06,
3913
+ 2.5471034018216195e-07,
3914
+ 7.949318523866768e-07,
3915
+ 1.970181966405006e-05,
3916
+ 1.2015269353648143e-05,
3917
+ 0.0,
3918
+ 1.5490156404155868e-05
3919
+ ],
3920
+ "count": [
3921
+ 15895
3922
+ ]
3923
+ },
3924
+ "observation.kuka_iiwa.base_orientation": {
3925
+ "min": [
3926
+ 0.0
3927
+ ],
3928
+ "max": [
3929
+ 0.0
3930
+ ],
3931
+ "mean": [
3932
+ 0.0
3933
+ ],
3934
+ "std": [
3935
+ 0.0
3936
+ ],
3937
+ "count": [
3938
+ 15895
3939
+ ]
3940
+ },
3941
+ "observation.images.panda": {
3942
+ "min": [
3943
+ [
3944
+ [
3945
+ 0.0
3946
+ ]
3947
+ ],
3948
+ [
3949
+ [
3950
+ 0.0
3951
+ ]
3952
+ ],
3953
+ [
3954
+ [
3955
+ 0.0
3956
+ ]
3957
+ ]
3958
+ ],
3959
+ "max": [
3960
+ [
3961
+ [
3962
+ 1.0
3963
+ ]
3964
+ ],
3965
+ [
3966
+ [
3967
+ 1.0
3968
+ ]
3969
+ ],
3970
+ [
3971
+ [
3972
+ 1.0
3973
+ ]
3974
+ ]
3975
+ ],
3976
+ "mean": [
3977
+ [
3978
+ [
3979
+ 0.4377950112427622
3980
+ ]
3981
+ ],
3982
+ [
3983
+ [
3984
+ 0.5311329150450155
3985
+ ]
3986
+ ],
3987
+ [
3988
+ [
3989
+ 0.5616421455891428
3990
+ ]
3991
+ ]
3992
+ ],
3993
+ "std": [
3994
+ [
3995
+ [
3996
+ 0.2973364089069695
3997
+ ]
3998
+ ],
3999
+ [
4000
+ [
4001
+ 0.19389149683301019
4002
+ ]
4003
+ ],
4004
+ [
4005
+ [
4006
+ 0.14759006098369698
4007
+ ]
4008
+ ]
4009
+ ],
4010
+ "count": [
4011
+ 15895
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:568bd3c3b6a6f3aae70a34c87065c835e5e2e9137a5a72eb542e726fb54709e4
3
+ size 22869
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:d6977e9d10ecb22aa0ed43a4868aca795a369ed296fcbe6db7c3de2b2e7469cc
3
+ size 136119173
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:842e09afeebfd00c8a2317996c342fecfa8c1cb9384237c490e8a8506fed218b
3
+ size 175861742
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:c26c9434d6a76138a28f2ac3e2df39e91177b7e711cb26b012e1e3b399557a94
3
+ size 133376736
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:a3f39e5110b2bdfa11d14434505c97759e186da070fddab59c9af2c14ed84677
3
+ size 139052698
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:1afa401abe90bd5863f370c095549a1e582f8c26378f7cdae408b1d7b9ad4ea6
3
+ size 130649035
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:1852cc410964bcd4a4fae9ea6ed4f1e89bdd3ca5ef40dfe74a39ddfa711c1d04
3
+ size 138403156
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:7c9edb18537a870c5dd26f60b0f63b386e05556d192d2ee07e2e55971e4330ac
3
+ size 131663301
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:af0bc90c3347ab06c6ece42bfe68edab32f18706e39e8804d6af22114edfd763
3
+ size 136529269