GuanhuaJi commited on
Commit
c5b76db
·
verified ·
1 Parent(s): 55c759a

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "language_table_train_70000_75000_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: 5000
12
+ total_frames: 80047
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_70000_75000_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**: 5,000
30
+ - **Frames**: 80,047
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.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_70000_75000_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: 5000
12
+ total_frames: 80047
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_70000_75000_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**: 5,000
30
+ - **Frames**: 80,047
31
+ - **Splits**:
32
+ - `train`: `0:5000`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.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:1966b5d814770feb82bdffd15a8ec07a20c1f4be03fcede47faecaf4094e1a1b
3
+ size 62085326
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59eb00dc13f184bfe235ec85c76fd9da6586f651d4848ff2f079966f7febbf03
3
+ size 26945211
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 5000,
5
+ "total_frames": 80047,
6
+ "total_tasks": 4185,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:5000"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 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.2189503908157349,
5
+ 0.8360776305198669,
6
+ -1.5180857181549072,
7
+ 0.6689346432685852,
8
+ -1.6008375883102417,
9
+ -1.587997555732727,
10
+ -0.7203819751739502,
11
+ 1.0
12
+ ],
13
+ "max": [
14
+ 1.1712877750396729,
15
+ 1.655030608177185,
16
+ 0.13633713126182556,
17
+ 2.569999933242798,
18
+ 0.4641958475112915,
19
+ 1.1397169828414917,
20
+ 1.7581859827041626,
21
+ 1.0
22
+ ],
23
+ "mean": [
24
+ -0.037298338051369215,
25
+ 0.9260296260723667,
26
+ -0.03984538315693547,
27
+ 1.9194166066094156,
28
+ -0.010370526216178863,
29
+ 0.29146594266874326,
30
+ -0.048108496357048995,
31
+ 1.0
32
+ ],
33
+ "std": [
34
+ 0.3861812881818929,
35
+ 0.10880612871916173,
36
+ 0.16725397121985233,
37
+ 0.36957051662140517,
38
+ 0.24248183808203225,
39
+ 0.3474269891806597,
40
+ 0.2928441637369519,
41
+ 0.0
42
+ ],
43
+ "count": [
44
+ 80047
45
+ ]
46
+ },
47
+ "natural_language_instruction": {
48
+ "min": [
49
+ 97,
50
+ 97,
51
+ 32,
52
+ 32,
53
+ 32,
54
+ 32,
55
+ 32,
56
+ 32,
57
+ 32,
58
+ 32,
59
+ 32,
60
+ 32,
61
+ 32,
62
+ 32,
63
+ 32,
64
+ 32,
65
+ 0,
66
+ 0,
67
+ 0,
68
+ 0,
69
+ 0,
70
+ 0,
71
+ 0,
72
+ 0,
73
+ 0,
74
+ 0,
75
+ 0,
76
+ 0,
77
+ 0,
78
+ 0,
79
+ 0,
80
+ 0,
81
+ 0,
82
+ 0,
83
+ 0,
84
+ 0,
85
+ 0,
86
+ 0,
87
+ 0,
88
+ 0,
89
+ 0,
90
+ 0,
91
+ 0,
92
+ 0,
93
+ 0,
94
+ 0,
95
+ 0,
96
+ 0,
97
+ 0,
98
+ 0,
99
+ 0,
100
+ 0,
101
+ 0,
102
+ 0,
103
+ 0,
104
+ 0,
105
+ 0,
106
+ 0,
107
+ 0,
108
+ 0,
109
+ 0,
110
+ 0,
111
+ 0,
112
+ 0,
113
+ 0,
114
+ 0,
115
+ 0,
116
+ 0,
117
+ 0,
118
+ 0,
119
+ 0,
120
+ 0,
121
+ 0,
122
+ 0,
123
+ 0,
124
+ 0,
125
+ 0,
126
+ 0,
127
+ 0,
128
+ 0,
129
+ 0,
130
+ 0,
131
+ 0,
132
+ 0,
133
+ 0,
134
+ 0,
135
+ 0,
136
+ 0,
137
+ 0,
138
+ 0,
139
+ 0,
140
+ 0,
141
+ 0,
142
+ 0,
143
+ 0,
144
+ 0,
145
+ 0,
146
+ 0,
147
+ 0,
148
+ 0,
149
+ 0,
150
+ 0,
151
+ 0,
152
+ 0,
153
+ 0,
154
+ 0,
155
+ 0,
156
+ 0,
157
+ 0,
158
+ 0,
159
+ 0,
160
+ 0,
161
+ 0,
162
+ 0,
163
+ 0,
164
+ 0,
165
+ 0,
166
+ 0,
167
+ 0,
168
+ 0,
169
+ 0,
170
+ 0,
171
+ 0,
172
+ 0,
173
+ 0,
174
+ 0,
175
+ 0,
176
+ 0,
177
+ 0,
178
+ 0,
179
+ 0,
180
+ 0,
181
+ 0,
182
+ 0,
183
+ 0,
184
+ 0,
185
+ 0,
186
+ 0,
187
+ 0,
188
+ 0,
189
+ 0,
190
+ 0,
191
+ 0,
192
+ 0,
193
+ 0,
194
+ 0,
195
+ 0,
196
+ 0,
197
+ 0,
198
+ 0,
199
+ 0,
200
+ 0,
201
+ 0,
202
+ 0,
203
+ 0,
204
+ 0,
205
+ 0,
206
+ 0,
207
+ 0,
208
+ 0,
209
+ 0,
210
+ 0,
211
+ 0,
212
+ 0,
213
+ 0,
214
+ 0,
215
+ 0,
216
+ 0,
217
+ 0,
218
+ 0,
219
+ 0,
220
+ 0,
221
+ 0,
222
+ 0,
223
+ 0,
224
+ 0,
225
+ 0,
226
+ 0,
227
+ 0,
228
+ 0,
229
+ 0,
230
+ 0,
231
+ 0,
232
+ 0,
233
+ 0,
234
+ 0,
235
+ 0,
236
+ 0,
237
+ 0,
238
+ 0,
239
+ 0,
240
+ 0,
241
+ 0,
242
+ 0,
243
+ 0,
244
+ 0,
245
+ 0,
246
+ 0,
247
+ 0,
248
+ 0,
249
+ 0,
250
+ 0,
251
+ 0,
252
+ 0,
253
+ 0,
254
+ 0,
255
+ 0,
256
+ 0,
257
+ 0,
258
+ 0,
259
+ 0,
260
+ 0,
261
+ 0,
262
+ 0,
263
+ 0,
264
+ 0,
265
+ 0,
266
+ 0,
267
+ 0,
268
+ 0,
269
+ 0,
270
+ 0,
271
+ 0,
272
+ 0,
273
+ 0,
274
+ 0,
275
+ 0,
276
+ 0,
277
+ 0,
278
+ 0,
279
+ 0,
280
+ 0,
281
+ 0,
282
+ 0,
283
+ 0,
284
+ 0,
285
+ 0,
286
+ 0,
287
+ 0,
288
+ 0,
289
+ 0,
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 0,
294
+ 0,
295
+ 0,
296
+ 0,
297
+ 0,
298
+ 0,
299
+ 0,
300
+ 0,
301
+ 0,
302
+ 0,
303
+ 0,
304
+ 0,
305
+ 0,
306
+ 0,
307
+ 0,
308
+ 0,
309
+ 0,
310
+ 0,
311
+ 0,
312
+ 0,
313
+ 0,
314
+ 0,
315
+ 0,
316
+ 0,
317
+ 0,
318
+ 0,
319
+ 0,
320
+ 0,
321
+ 0,
322
+ 0,
323
+ 0,
324
+ 0,
325
+ 0,
326
+ 0,
327
+ 0,
328
+ 0,
329
+ 0,
330
+ 0,
331
+ 0,
332
+ 0,
333
+ 0,
334
+ 0,
335
+ 0,
336
+ 0,
337
+ 0,
338
+ 0,
339
+ 0,
340
+ 0,
341
+ 0,
342
+ 0,
343
+ 0,
344
+ 0,
345
+ 0,
346
+ 0,
347
+ 0,
348
+ 0,
349
+ 0,
350
+ 0,
351
+ 0,
352
+ 0,
353
+ 0,
354
+ 0,
355
+ 0,
356
+ 0,
357
+ 0,
358
+ 0,
359
+ 0,
360
+ 0,
361
+ 0,
362
+ 0,
363
+ 0,
364
+ 0,
365
+ 0,
366
+ 0,
367
+ 0,
368
+ 0,
369
+ 0,
370
+ 0,
371
+ 0,
372
+ 0,
373
+ 0,
374
+ 0,
375
+ 0,
376
+ 0,
377
+ 0,
378
+ 0,
379
+ 0,
380
+ 0,
381
+ 0,
382
+ 0,
383
+ 0,
384
+ 0,
385
+ 0,
386
+ 0,
387
+ 0,
388
+ 0,
389
+ 0,
390
+ 0,
391
+ 0,
392
+ 0,
393
+ 0,
394
+ 0,
395
+ 0,
396
+ 0,
397
+ 0,
398
+ 0,
399
+ 0,
400
+ 0,
401
+ 0,
402
+ 0,
403
+ 0,
404
+ 0,
405
+ 0,
406
+ 0,
407
+ 0,
408
+ 0,
409
+ 0,
410
+ 0,
411
+ 0,
412
+ 0,
413
+ 0,
414
+ 0,
415
+ 0,
416
+ 0,
417
+ 0,
418
+ 0,
419
+ 0,
420
+ 0,
421
+ 0,
422
+ 0,
423
+ 0,
424
+ 0,
425
+ 0,
426
+ 0,
427
+ 0,
428
+ 0,
429
+ 0,
430
+ 0,
431
+ 0,
432
+ 0,
433
+ 0,
434
+ 0,
435
+ 0,
436
+ 0,
437
+ 0,
438
+ 0,
439
+ 0,
440
+ 0,
441
+ 0,
442
+ 0,
443
+ 0,
444
+ 0,
445
+ 0,
446
+ 0,
447
+ 0,
448
+ 0,
449
+ 0,
450
+ 0,
451
+ 0,
452
+ 0,
453
+ 0,
454
+ 0,
455
+ 0,
456
+ 0,
457
+ 0,
458
+ 0,
459
+ 0,
460
+ 0,
461
+ 0,
462
+ 0,
463
+ 0,
464
+ 0,
465
+ 0,
466
+ 0,
467
+ 0,
468
+ 0,
469
+ 0,
470
+ 0,
471
+ 0,
472
+ 0,
473
+ 0,
474
+ 0,
475
+ 0,
476
+ 0,
477
+ 0,
478
+ 0,
479
+ 0,
480
+ 0,
481
+ 0,
482
+ 0,
483
+ 0,
484
+ 0,
485
+ 0,
486
+ 0,
487
+ 0,
488
+ 0,
489
+ 0,
490
+ 0,
491
+ 0,
492
+ 0,
493
+ 0,
494
+ 0,
495
+ 0,
496
+ 0,
497
+ 0,
498
+ 0,
499
+ 0,
500
+ 0,
501
+ 0,
502
+ 0,
503
+ 0,
504
+ 0,
505
+ 0,
506
+ 0,
507
+ 0,
508
+ 0,
509
+ 0,
510
+ 0,
511
+ 0,
512
+ 0,
513
+ 0,
514
+ 0,
515
+ 0,
516
+ 0,
517
+ 0,
518
+ 0,
519
+ 0,
520
+ 0,
521
+ 0,
522
+ 0,
523
+ 0,
524
+ 0,
525
+ 0,
526
+ 0,
527
+ 0,
528
+ 0,
529
+ 0,
530
+ 0,
531
+ 0,
532
+ 0,
533
+ 0,
534
+ 0,
535
+ 0,
536
+ 0,
537
+ 0,
538
+ 0,
539
+ 0,
540
+ 0,
541
+ 0,
542
+ 0,
543
+ 0,
544
+ 0,
545
+ 0,
546
+ 0,
547
+ 0,
548
+ 0,
549
+ 0,
550
+ 0,
551
+ 0,
552
+ 0,
553
+ 0,
554
+ 0,
555
+ 0,
556
+ 0,
557
+ 0,
558
+ 0,
559
+ 0,
560
+ 0
561
+ ],
562
+ "max": [
563
+ 116,
564
+ 117,
565
+ 118,
566
+ 117,
567
+ 121,
568
+ 121,
569
+ 121,
570
+ 121,
571
+ 121,
572
+ 121,
573
+ 121,
574
+ 121,
575
+ 121,
576
+ 121,
577
+ 121,
578
+ 121,
579
+ 121,
580
+ 121,
581
+ 122,
582
+ 122,
583
+ 122,
584
+ 121,
585
+ 122,
586
+ 122,
587
+ 122,
588
+ 122,
589
+ 122,
590
+ 122,
591
+ 122,
592
+ 122,
593
+ 122,
594
+ 122,
595
+ 122,
596
+ 122,
597
+ 121,
598
+ 122,
599
+ 121,
600
+ 122,
601
+ 121,
602
+ 121,
603
+ 121,
604
+ 121,
605
+ 121,
606
+ 122,
607
+ 121,
608
+ 121,
609
+ 121,
610
+ 121,
611
+ 122,
612
+ 121,
613
+ 121,
614
+ 121,
615
+ 121,
616
+ 121,
617
+ 121,
618
+ 121,
619
+ 121,
620
+ 121,
621
+ 120,
622
+ 121,
623
+ 120,
624
+ 121,
625
+ 120,
626
+ 120,
627
+ 121,
628
+ 120,
629
+ 121,
630
+ 117,
631
+ 121,
632
+ 117,
633
+ 121,
634
+ 121,
635
+ 119,
636
+ 117,
637
+ 116,
638
+ 120,
639
+ 119,
640
+ 114,
641
+ 111,
642
+ 121,
643
+ 114,
644
+ 116,
645
+ 116,
646
+ 115,
647
+ 119,
648
+ 101,
649
+ 111,
650
+ 111,
651
+ 114,
652
+ 114,
653
+ 107,
654
+ 115,
655
+ 0,
656
+ 0,
657
+ 0,
658
+ 0,
659
+ 0,
660
+ 0,
661
+ 0,
662
+ 0,
663
+ 0,
664
+ 0,
665
+ 0,
666
+ 0,
667
+ 0,
668
+ 0,
669
+ 0,
670
+ 0,
671
+ 0,
672
+ 0,
673
+ 0,
674
+ 0,
675
+ 0,
676
+ 0,
677
+ 0,
678
+ 0,
679
+ 0,
680
+ 0,
681
+ 0,
682
+ 0,
683
+ 0,
684
+ 0,
685
+ 0,
686
+ 0,
687
+ 0,
688
+ 0,
689
+ 0,
690
+ 0,
691
+ 0,
692
+ 0,
693
+ 0,
694
+ 0,
695
+ 0,
696
+ 0,
697
+ 0,
698
+ 0,
699
+ 0,
700
+ 0,
701
+ 0,
702
+ 0,
703
+ 0,
704
+ 0,
705
+ 0,
706
+ 0,
707
+ 0,
708
+ 0,
709
+ 0,
710
+ 0,
711
+ 0,
712
+ 0,
713
+ 0,
714
+ 0,
715
+ 0,
716
+ 0,
717
+ 0,
718
+ 0,
719
+ 0,
720
+ 0,
721
+ 0,
722
+ 0,
723
+ 0,
724
+ 0,
725
+ 0,
726
+ 0,
727
+ 0,
728
+ 0,
729
+ 0,
730
+ 0,
731
+ 0,
732
+ 0,
733
+ 0,
734
+ 0,
735
+ 0,
736
+ 0,
737
+ 0,
738
+ 0,
739
+ 0,
740
+ 0,
741
+ 0,
742
+ 0,
743
+ 0,
744
+ 0,
745
+ 0,
746
+ 0,
747
+ 0,
748
+ 0,
749
+ 0,
750
+ 0,
751
+ 0,
752
+ 0,
753
+ 0,
754
+ 0,
755
+ 0,
756
+ 0,
757
+ 0,
758
+ 0,
759
+ 0,
760
+ 0,
761
+ 0,
762
+ 0,
763
+ 0,
764
+ 0,
765
+ 0,
766
+ 0,
767
+ 0,
768
+ 0,
769
+ 0,
770
+ 0,
771
+ 0,
772
+ 0,
773
+ 0,
774
+ 0,
775
+ 0,
776
+ 0,
777
+ 0,
778
+ 0,
779
+ 0,
780
+ 0,
781
+ 0,
782
+ 0,
783
+ 0,
784
+ 0,
785
+ 0,
786
+ 0,
787
+ 0,
788
+ 0,
789
+ 0,
790
+ 0,
791
+ 0,
792
+ 0,
793
+ 0,
794
+ 0,
795
+ 0,
796
+ 0,
797
+ 0,
798
+ 0,
799
+ 0,
800
+ 0,
801
+ 0,
802
+ 0,
803
+ 0,
804
+ 0,
805
+ 0,
806
+ 0,
807
+ 0,
808
+ 0,
809
+ 0,
810
+ 0,
811
+ 0,
812
+ 0,
813
+ 0,
814
+ 0,
815
+ 0,
816
+ 0,
817
+ 0,
818
+ 0,
819
+ 0,
820
+ 0,
821
+ 0,
822
+ 0,
823
+ 0,
824
+ 0,
825
+ 0,
826
+ 0,
827
+ 0,
828
+ 0,
829
+ 0,
830
+ 0,
831
+ 0,
832
+ 0,
833
+ 0,
834
+ 0,
835
+ 0,
836
+ 0,
837
+ 0,
838
+ 0,
839
+ 0,
840
+ 0,
841
+ 0,
842
+ 0,
843
+ 0,
844
+ 0,
845
+ 0,
846
+ 0,
847
+ 0,
848
+ 0,
849
+ 0,
850
+ 0,
851
+ 0,
852
+ 0,
853
+ 0,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ 0,
861
+ 0,
862
+ 0,
863
+ 0,
864
+ 0,
865
+ 0,
866
+ 0,
867
+ 0,
868
+ 0,
869
+ 0,
870
+ 0,
871
+ 0,
872
+ 0,
873
+ 0,
874
+ 0,
875
+ 0,
876
+ 0,
877
+ 0,
878
+ 0,
879
+ 0,
880
+ 0,
881
+ 0,
882
+ 0,
883
+ 0,
884
+ 0,
885
+ 0,
886
+ 0,
887
+ 0,
888
+ 0,
889
+ 0,
890
+ 0,
891
+ 0,
892
+ 0,
893
+ 0,
894
+ 0,
895
+ 0,
896
+ 0,
897
+ 0,
898
+ 0,
899
+ 0,
900
+ 0,
901
+ 0,
902
+ 0,
903
+ 0,
904
+ 0,
905
+ 0,
906
+ 0,
907
+ 0,
908
+ 0,
909
+ 0,
910
+ 0,
911
+ 0,
912
+ 0,
913
+ 0,
914
+ 0,
915
+ 0,
916
+ 0,
917
+ 0,
918
+ 0,
919
+ 0,
920
+ 0,
921
+ 0,
922
+ 0,
923
+ 0,
924
+ 0,
925
+ 0,
926
+ 0,
927
+ 0,
928
+ 0,
929
+ 0,
930
+ 0,
931
+ 0,
932
+ 0,
933
+ 0,
934
+ 0,
935
+ 0,
936
+ 0,
937
+ 0,
938
+ 0,
939
+ 0,
940
+ 0,
941
+ 0,
942
+ 0,
943
+ 0,
944
+ 0,
945
+ 0,
946
+ 0,
947
+ 0,
948
+ 0,
949
+ 0,
950
+ 0,
951
+ 0,
952
+ 0,
953
+ 0,
954
+ 0,
955
+ 0,
956
+ 0,
957
+ 0,
958
+ 0,
959
+ 0,
960
+ 0,
961
+ 0,
962
+ 0,
963
+ 0,
964
+ 0,
965
+ 0,
966
+ 0,
967
+ 0,
968
+ 0,
969
+ 0,
970
+ 0,
971
+ 0,
972
+ 0,
973
+ 0,
974
+ 0,
975
+ 0,
976
+ 0,
977
+ 0,
978
+ 0,
979
+ 0,
980
+ 0,
981
+ 0,
982
+ 0,
983
+ 0,
984
+ 0,
985
+ 0,
986
+ 0,
987
+ 0,
988
+ 0,
989
+ 0,
990
+ 0,
991
+ 0,
992
+ 0,
993
+ 0,
994
+ 0,
995
+ 0,
996
+ 0,
997
+ 0,
998
+ 0,
999
+ 0,
1000
+ 0,
1001
+ 0,
1002
+ 0,
1003
+ 0,
1004
+ 0,
1005
+ 0,
1006
+ 0,
1007
+ 0,
1008
+ 0,
1009
+ 0,
1010
+ 0,
1011
+ 0,
1012
+ 0,
1013
+ 0,
1014
+ 0,
1015
+ 0,
1016
+ 0,
1017
+ 0,
1018
+ 0,
1019
+ 0,
1020
+ 0,
1021
+ 0,
1022
+ 0,
1023
+ 0,
1024
+ 0,
1025
+ 0,
1026
+ 0,
1027
+ 0,
1028
+ 0,
1029
+ 0,
1030
+ 0,
1031
+ 0,
1032
+ 0,
1033
+ 0,
1034
+ 0,
1035
+ 0,
1036
+ 0,
1037
+ 0,
1038
+ 0,
1039
+ 0,
1040
+ 0,
1041
+ 0,
1042
+ 0,
1043
+ 0,
1044
+ 0,
1045
+ 0,
1046
+ 0,
1047
+ 0,
1048
+ 0,
1049
+ 0,
1050
+ 0,
1051
+ 0,
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ 0,
1056
+ 0,
1057
+ 0,
1058
+ 0,
1059
+ 0,
1060
+ 0,
1061
+ 0,
1062
+ 0,
1063
+ 0,
1064
+ 0,
1065
+ 0,
1066
+ 0,
1067
+ 0,
1068
+ 0,
1069
+ 0,
1070
+ 0,
1071
+ 0,
1072
+ 0,
1073
+ 0,
1074
+ 0
1075
+ ],
1076
+ "mean": [
1077
+ 111.19427336439841,
1078
+ 111.35652803977663,
1079
+ 111.4719852086899,
1080
+ 101.4653266206104,
1081
+ 58.683710819893314,
1082
+ 90.87998300998163,
1083
+ 107.3767161792447,
1084
+ 103.36339900308569,
1085
+ 60.41638037652879,
1086
+ 87.90022112009194,
1087
+ 101.44204030132298,
1088
+ 104.70048846302797,
1089
+ 90.13597011755594,
1090
+ 89.41336964533336,
1091
+ 91.28021037640386,
1092
+ 93.51864529588866,
1093
+ 99.32099891313852,
1094
+ 93.53863355278774,
1095
+ 96.66019963271577,
1096
+ 91.79423338788462,
1097
+ 97.39796619486052,
1098
+ 90.42185216185491,
1099
+ 91.71019526028458,
1100
+ 93.66122403088185,
1101
+ 94.2390595525129,
1102
+ 91.88680400264845,
1103
+ 90.97565180456482,
1104
+ 91.6350269216835,
1105
+ 89.42542506277562,
1106
+ 89.0023985908279,
1107
+ 86.27973565530252,
1108
+ 85.95478906142641,
1109
+ 84.32261046635102,
1110
+ 82.58376953539795,
1111
+ 80.79313403375517,
1112
+ 77.6337526703062,
1113
+ 75.54339325646183,
1114
+ 72.84465376591253,
1115
+ 69.49627094082227,
1116
+ 66.02732144864892,
1117
+ 62.425799842592475,
1118
+ 58.22463052956388,
1119
+ 53.91461266505928,
1120
+ 49.43519432333504,
1121
+ 46.555798468399814,
1122
+ 41.64845653178757,
1123
+ 36.9275300760803,
1124
+ 33.11803065698902,
1125
+ 30.557922220695342,
1126
+ 27.750171774082727,
1127
+ 25.303896460829264,
1128
+ 22.70778417679613,
1129
+ 20.79183479705673,
1130
+ 18.514610166527167,
1131
+ 16.32568366084925,
1132
+ 14.533561532599597,
1133
+ 12.290816645220932,
1134
+ 10.603058203305558,
1135
+ 8.590040851000037,
1136
+ 7.6098417179906805,
1137
+ 6.512536384873886,
1138
+ 5.759129011705623,
1139
+ 5.135208065261659,
1140
+ 4.248716379127263,
1141
+ 3.5292390720451734,
1142
+ 3.1333716441590567,
1143
+ 2.6518920134421027,
1144
+ 2.208589953402376,
1145
+ 1.755218808949742,
1146
+ 1.4355441178307744,
1147
+ 1.0139792871687883,
1148
+ 0.8100740814771322,
1149
+ 0.6969030694467001,
1150
+ 0.5902407335690282,
1151
+ 0.5004559821105101,
1152
+ 0.44227766187364925,
1153
+ 0.3553037590415631,
1154
+ 0.2454807800417255,
1155
+ 0.270653491073994,
1156
+ 0.3016727672492411,
1157
+ 0.2630954314340325,
1158
+ 0.28350843879220955,
1159
+ 0.23138905892787986,
1160
+ 0.17418516621484878,
1161
+ 0.11373318175571852,
1162
+ 0.05434307344435144,
1163
+ 0.07989056429347759,
1164
+ 0.08356340649868202,
1165
+ 0.0838007670493585,
1166
+ 0.08262645695653803,
1167
+ 0.059390108311367075,
1168
+ 0.03160643122165727,
1169
+ 0.0,
1170
+ 0.0,
1171
+ 0.0,
1172
+ 0.0,
1173
+ 0.0,
1174
+ 0.0,
1175
+ 0.0,
1176
+ 0.0,
1177
+ 0.0,
1178
+ 0.0,
1179
+ 0.0,
1180
+ 0.0,
1181
+ 0.0,
1182
+ 0.0,
1183
+ 0.0,
1184
+ 0.0,
1185
+ 0.0,
1186
+ 0.0,
1187
+ 0.0,
1188
+ 0.0,
1189
+ 0.0,
1190
+ 0.0,
1191
+ 0.0,
1192
+ 0.0,
1193
+ 0.0,
1194
+ 0.0,
1195
+ 0.0,
1196
+ 0.0,
1197
+ 0.0,
1198
+ 0.0,
1199
+ 0.0,
1200
+ 0.0,
1201
+ 0.0,
1202
+ 0.0,
1203
+ 0.0,
1204
+ 0.0,
1205
+ 0.0,
1206
+ 0.0,
1207
+ 0.0,
1208
+ 0.0,
1209
+ 0.0,
1210
+ 0.0,
1211
+ 0.0,
1212
+ 0.0,
1213
+ 0.0,
1214
+ 0.0,
1215
+ 0.0,
1216
+ 0.0,
1217
+ 0.0,
1218
+ 0.0,
1219
+ 0.0,
1220
+ 0.0,
1221
+ 0.0,
1222
+ 0.0,
1223
+ 0.0,
1224
+ 0.0,
1225
+ 0.0,
1226
+ 0.0,
1227
+ 0.0,
1228
+ 0.0,
1229
+ 0.0,
1230
+ 0.0,
1231
+ 0.0,
1232
+ 0.0,
1233
+ 0.0,
1234
+ 0.0,
1235
+ 0.0,
1236
+ 0.0,
1237
+ 0.0,
1238
+ 0.0,
1239
+ 0.0,
1240
+ 0.0,
1241
+ 0.0,
1242
+ 0.0,
1243
+ 0.0,
1244
+ 0.0,
1245
+ 0.0,
1246
+ 0.0,
1247
+ 0.0,
1248
+ 0.0,
1249
+ 0.0,
1250
+ 0.0,
1251
+ 0.0,
1252
+ 0.0,
1253
+ 0.0,
1254
+ 0.0,
1255
+ 0.0,
1256
+ 0.0,
1257
+ 0.0,
1258
+ 0.0,
1259
+ 0.0,
1260
+ 0.0,
1261
+ 0.0,
1262
+ 0.0,
1263
+ 0.0,
1264
+ 0.0,
1265
+ 0.0,
1266
+ 0.0,
1267
+ 0.0,
1268
+ 0.0,
1269
+ 0.0,
1270
+ 0.0,
1271
+ 0.0,
1272
+ 0.0,
1273
+ 0.0,
1274
+ 0.0,
1275
+ 0.0,
1276
+ 0.0,
1277
+ 0.0,
1278
+ 0.0,
1279
+ 0.0,
1280
+ 0.0,
1281
+ 0.0,
1282
+ 0.0,
1283
+ 0.0,
1284
+ 0.0,
1285
+ 0.0,
1286
+ 0.0,
1287
+ 0.0,
1288
+ 0.0,
1289
+ 0.0,
1290
+ 0.0,
1291
+ 0.0,
1292
+ 0.0,
1293
+ 0.0,
1294
+ 0.0,
1295
+ 0.0,
1296
+ 0.0,
1297
+ 0.0,
1298
+ 0.0,
1299
+ 0.0,
1300
+ 0.0,
1301
+ 0.0,
1302
+ 0.0,
1303
+ 0.0,
1304
+ 0.0,
1305
+ 0.0,
1306
+ 0.0,
1307
+ 0.0,
1308
+ 0.0,
1309
+ 0.0,
1310
+ 0.0,
1311
+ 0.0,
1312
+ 0.0,
1313
+ 0.0,
1314
+ 0.0,
1315
+ 0.0,
1316
+ 0.0,
1317
+ 0.0,
1318
+ 0.0,
1319
+ 0.0,
1320
+ 0.0,
1321
+ 0.0,
1322
+ 0.0,
1323
+ 0.0,
1324
+ 0.0,
1325
+ 0.0,
1326
+ 0.0,
1327
+ 0.0,
1328
+ 0.0,
1329
+ 0.0,
1330
+ 0.0,
1331
+ 0.0,
1332
+ 0.0,
1333
+ 0.0,
1334
+ 0.0,
1335
+ 0.0,
1336
+ 0.0,
1337
+ 0.0,
1338
+ 0.0,
1339
+ 0.0,
1340
+ 0.0,
1341
+ 0.0,
1342
+ 0.0,
1343
+ 0.0,
1344
+ 0.0,
1345
+ 0.0,
1346
+ 0.0,
1347
+ 0.0,
1348
+ 0.0,
1349
+ 0.0,
1350
+ 0.0,
1351
+ 0.0,
1352
+ 0.0,
1353
+ 0.0,
1354
+ 0.0,
1355
+ 0.0,
1356
+ 0.0,
1357
+ 0.0,
1358
+ 0.0,
1359
+ 0.0,
1360
+ 0.0,
1361
+ 0.0,
1362
+ 0.0,
1363
+ 0.0,
1364
+ 0.0,
1365
+ 0.0,
1366
+ 0.0,
1367
+ 0.0,
1368
+ 0.0,
1369
+ 0.0,
1370
+ 0.0,
1371
+ 0.0,
1372
+ 0.0,
1373
+ 0.0,
1374
+ 0.0,
1375
+ 0.0,
1376
+ 0.0,
1377
+ 0.0,
1378
+ 0.0,
1379
+ 0.0,
1380
+ 0.0,
1381
+ 0.0,
1382
+ 0.0,
1383
+ 0.0,
1384
+ 0.0,
1385
+ 0.0,
1386
+ 0.0,
1387
+ 0.0,
1388
+ 0.0,
1389
+ 0.0,
1390
+ 0.0,
1391
+ 0.0,
1392
+ 0.0,
1393
+ 0.0,
1394
+ 0.0,
1395
+ 0.0,
1396
+ 0.0,
1397
+ 0.0,
1398
+ 0.0,
1399
+ 0.0,
1400
+ 0.0,
1401
+ 0.0,
1402
+ 0.0,
1403
+ 0.0,
1404
+ 0.0,
1405
+ 0.0,
1406
+ 0.0,
1407
+ 0.0,
1408
+ 0.0,
1409
+ 0.0,
1410
+ 0.0,
1411
+ 0.0,
1412
+ 0.0,
1413
+ 0.0,
1414
+ 0.0,
1415
+ 0.0,
1416
+ 0.0,
1417
+ 0.0,
1418
+ 0.0,
1419
+ 0.0,
1420
+ 0.0,
1421
+ 0.0,
1422
+ 0.0,
1423
+ 0.0,
1424
+ 0.0,
1425
+ 0.0,
1426
+ 0.0,
1427
+ 0.0,
1428
+ 0.0,
1429
+ 0.0,
1430
+ 0.0,
1431
+ 0.0,
1432
+ 0.0,
1433
+ 0.0,
1434
+ 0.0,
1435
+ 0.0,
1436
+ 0.0,
1437
+ 0.0,
1438
+ 0.0,
1439
+ 0.0,
1440
+ 0.0,
1441
+ 0.0,
1442
+ 0.0,
1443
+ 0.0,
1444
+ 0.0,
1445
+ 0.0,
1446
+ 0.0,
1447
+ 0.0,
1448
+ 0.0,
1449
+ 0.0,
1450
+ 0.0,
1451
+ 0.0,
1452
+ 0.0,
1453
+ 0.0,
1454
+ 0.0,
1455
+ 0.0,
1456
+ 0.0,
1457
+ 0.0,
1458
+ 0.0,
1459
+ 0.0,
1460
+ 0.0,
1461
+ 0.0,
1462
+ 0.0,
1463
+ 0.0,
1464
+ 0.0,
1465
+ 0.0,
1466
+ 0.0,
1467
+ 0.0,
1468
+ 0.0,
1469
+ 0.0,
1470
+ 0.0,
1471
+ 0.0,
1472
+ 0.0,
1473
+ 0.0,
1474
+ 0.0,
1475
+ 0.0,
1476
+ 0.0,
1477
+ 0.0,
1478
+ 0.0,
1479
+ 0.0,
1480
+ 0.0,
1481
+ 0.0,
1482
+ 0.0,
1483
+ 0.0,
1484
+ 0.0,
1485
+ 0.0,
1486
+ 0.0,
1487
+ 0.0,
1488
+ 0.0,
1489
+ 0.0,
1490
+ 0.0,
1491
+ 0.0,
1492
+ 0.0,
1493
+ 0.0,
1494
+ 0.0,
1495
+ 0.0,
1496
+ 0.0,
1497
+ 0.0,
1498
+ 0.0,
1499
+ 0.0,
1500
+ 0.0,
1501
+ 0.0,
1502
+ 0.0,
1503
+ 0.0,
1504
+ 0.0,
1505
+ 0.0,
1506
+ 0.0,
1507
+ 0.0,
1508
+ 0.0,
1509
+ 0.0,
1510
+ 0.0,
1511
+ 0.0,
1512
+ 0.0,
1513
+ 0.0,
1514
+ 0.0,
1515
+ 0.0,
1516
+ 0.0,
1517
+ 0.0,
1518
+ 0.0,
1519
+ 0.0,
1520
+ 0.0,
1521
+ 0.0,
1522
+ 0.0,
1523
+ 0.0,
1524
+ 0.0,
1525
+ 0.0,
1526
+ 0.0,
1527
+ 0.0,
1528
+ 0.0,
1529
+ 0.0,
1530
+ 0.0,
1531
+ 0.0,
1532
+ 0.0,
1533
+ 0.0,
1534
+ 0.0,
1535
+ 0.0,
1536
+ 0.0,
1537
+ 0.0,
1538
+ 0.0,
1539
+ 0.0,
1540
+ 0.0,
1541
+ 0.0,
1542
+ 0.0,
1543
+ 0.0,
1544
+ 0.0,
1545
+ 0.0,
1546
+ 0.0,
1547
+ 0.0,
1548
+ 0.0,
1549
+ 0.0,
1550
+ 0.0,
1551
+ 0.0,
1552
+ 0.0,
1553
+ 0.0,
1554
+ 0.0,
1555
+ 0.0,
1556
+ 0.0,
1557
+ 0.0,
1558
+ 0.0,
1559
+ 0.0,
1560
+ 0.0,
1561
+ 0.0,
1562
+ 0.0,
1563
+ 0.0,
1564
+ 0.0,
1565
+ 0.0,
1566
+ 0.0,
1567
+ 0.0,
1568
+ 0.0,
1569
+ 0.0,
1570
+ 0.0,
1571
+ 0.0,
1572
+ 0.0,
1573
+ 0.0,
1574
+ 0.0,
1575
+ 0.0,
1576
+ 0.0,
1577
+ 0.0,
1578
+ 0.0,
1579
+ 0.0,
1580
+ 0.0,
1581
+ 0.0,
1582
+ 0.0,
1583
+ 0.0,
1584
+ 0.0,
1585
+ 0.0,
1586
+ 0.0,
1587
+ 0.0,
1588
+ 0.0
1589
+ ],
1590
+ "std": [
1591
+ 2.9181278840292504,
1592
+ 4.579631963806392,
1593
+ 7.464183116255595,
1594
+ 6.687796127120952,
1595
+ 35.39773213372023,
1596
+ 37.035612435383925,
1597
+ 10.588687046694343,
1598
+ 8.371951591808463,
1599
+ 35.75350809973119,
1600
+ 35.17308740366043,
1601
+ 20.297119903876787,
1602
+ 13.718388700955131,
1603
+ 29.888192236146434,
1604
+ 32.47322993841648,
1605
+ 33.9025732450807,
1606
+ 31.39079581759974,
1607
+ 23.38567807061683,
1608
+ 27.30743547145937,
1609
+ 26.783704744801483,
1610
+ 30.903399868042825,
1611
+ 27.10274481634591,
1612
+ 32.80938460971078,
1613
+ 32.88373118658766,
1614
+ 31.268288028561532,
1615
+ 31.027691588940193,
1616
+ 32.92280014004777,
1617
+ 33.70953646623471,
1618
+ 33.13293228138833,
1619
+ 34.99313649732287,
1620
+ 35.97222704512789,
1621
+ 37.46734969467194,
1622
+ 38.36289140303493,
1623
+ 39.922728671597696,
1624
+ 41.406613024986235,
1625
+ 42.867473880491595,
1626
+ 44.24610815892953,
1627
+ 45.690184415635414,
1628
+ 47.3397335625704,
1629
+ 48.599467454610945,
1630
+ 49.68642601660264,
1631
+ 50.5490907609943,
1632
+ 51.325768892740946,
1633
+ 51.666912078330476,
1634
+ 51.604675003080864,
1635
+ 51.67194874671374,
1636
+ 50.80015289798436,
1637
+ 49.59757584601254,
1638
+ 48.02416810476882,
1639
+ 47.185823824671246,
1640
+ 45.75112336961365,
1641
+ 44.37901911937191,
1642
+ 42.712494219057504,
1643
+ 41.57758615629233,
1644
+ 39.811745257457275,
1645
+ 37.805386654174924,
1646
+ 36.087161892083394,
1647
+ 33.64000362972555,
1648
+ 31.496417341699452,
1649
+ 28.568321130858827,
1650
+ 27.19776672736505,
1651
+ 25.16959432312432,
1652
+ 23.86104862881068,
1653
+ 22.71409774842244,
1654
+ 20.58044892195854,
1655
+ 18.768414759410014,
1656
+ 17.88181039653281,
1657
+ 16.476847811704094,
1658
+ 15.010609668092359,
1659
+ 13.59437743321951,
1660
+ 12.167990985398292,
1661
+ 10.178678633998395,
1662
+ 9.112526244088988,
1663
+ 8.536702469107768,
1664
+ 7.885272310333421,
1665
+ 7.164301565890005,
1666
+ 6.90617600990585,
1667
+ 5.971316798293665,
1668
+ 4.767562282127064,
1669
+ 5.105741948869832,
1670
+ 5.642825817250121,
1671
+ 5.145397069222165,
1672
+ 5.456902170381351,
1673
+ 4.992880625918916,
1674
+ 4.341313923972049,
1675
+ 3.4215828452311428,
1676
+ 2.0382356053230466,
1677
+ 2.8512015457947504,
1678
+ 2.9817951023218616,
1679
+ 2.9933817179560847,
1680
+ 2.9507843736411234,
1681
+ 2.478172251259112,
1682
+ 1.9062372947762682,
1683
+ 0.0,
1684
+ 0.0,
1685
+ 0.0,
1686
+ 0.0,
1687
+ 0.0,
1688
+ 0.0,
1689
+ 0.0,
1690
+ 0.0,
1691
+ 0.0,
1692
+ 0.0,
1693
+ 0.0,
1694
+ 0.0,
1695
+ 0.0,
1696
+ 0.0,
1697
+ 0.0,
1698
+ 0.0,
1699
+ 0.0,
1700
+ 0.0,
1701
+ 0.0,
1702
+ 0.0,
1703
+ 0.0,
1704
+ 0.0,
1705
+ 0.0,
1706
+ 0.0,
1707
+ 0.0,
1708
+ 0.0,
1709
+ 0.0,
1710
+ 0.0,
1711
+ 0.0,
1712
+ 0.0,
1713
+ 0.0,
1714
+ 0.0,
1715
+ 0.0,
1716
+ 0.0,
1717
+ 0.0,
1718
+ 0.0,
1719
+ 0.0,
1720
+ 0.0,
1721
+ 0.0,
1722
+ 0.0,
1723
+ 0.0,
1724
+ 0.0,
1725
+ 0.0,
1726
+ 0.0,
1727
+ 0.0,
1728
+ 0.0,
1729
+ 0.0,
1730
+ 0.0,
1731
+ 0.0,
1732
+ 0.0,
1733
+ 0.0,
1734
+ 0.0,
1735
+ 0.0,
1736
+ 0.0,
1737
+ 0.0,
1738
+ 0.0,
1739
+ 0.0,
1740
+ 0.0,
1741
+ 0.0,
1742
+ 0.0,
1743
+ 0.0,
1744
+ 0.0,
1745
+ 0.0,
1746
+ 0.0,
1747
+ 0.0,
1748
+ 0.0,
1749
+ 0.0,
1750
+ 0.0,
1751
+ 0.0,
1752
+ 0.0,
1753
+ 0.0,
1754
+ 0.0,
1755
+ 0.0,
1756
+ 0.0,
1757
+ 0.0,
1758
+ 0.0,
1759
+ 0.0,
1760
+ 0.0,
1761
+ 0.0,
1762
+ 0.0,
1763
+ 0.0,
1764
+ 0.0,
1765
+ 0.0,
1766
+ 0.0,
1767
+ 0.0,
1768
+ 0.0,
1769
+ 0.0,
1770
+ 0.0,
1771
+ 0.0,
1772
+ 0.0,
1773
+ 0.0,
1774
+ 0.0,
1775
+ 0.0,
1776
+ 0.0,
1777
+ 0.0,
1778
+ 0.0,
1779
+ 0.0,
1780
+ 0.0,
1781
+ 0.0,
1782
+ 0.0,
1783
+ 0.0,
1784
+ 0.0,
1785
+ 0.0,
1786
+ 0.0,
1787
+ 0.0,
1788
+ 0.0,
1789
+ 0.0,
1790
+ 0.0,
1791
+ 0.0,
1792
+ 0.0,
1793
+ 0.0,
1794
+ 0.0,
1795
+ 0.0,
1796
+ 0.0,
1797
+ 0.0,
1798
+ 0.0,
1799
+ 0.0,
1800
+ 0.0,
1801
+ 0.0,
1802
+ 0.0,
1803
+ 0.0,
1804
+ 0.0,
1805
+ 0.0,
1806
+ 0.0,
1807
+ 0.0,
1808
+ 0.0,
1809
+ 0.0,
1810
+ 0.0,
1811
+ 0.0,
1812
+ 0.0,
1813
+ 0.0,
1814
+ 0.0,
1815
+ 0.0,
1816
+ 0.0,
1817
+ 0.0,
1818
+ 0.0,
1819
+ 0.0,
1820
+ 0.0,
1821
+ 0.0,
1822
+ 0.0,
1823
+ 0.0,
1824
+ 0.0,
1825
+ 0.0,
1826
+ 0.0,
1827
+ 0.0,
1828
+ 0.0,
1829
+ 0.0,
1830
+ 0.0,
1831
+ 0.0,
1832
+ 0.0,
1833
+ 0.0,
1834
+ 0.0,
1835
+ 0.0,
1836
+ 0.0,
1837
+ 0.0,
1838
+ 0.0,
1839
+ 0.0,
1840
+ 0.0,
1841
+ 0.0,
1842
+ 0.0,
1843
+ 0.0,
1844
+ 0.0,
1845
+ 0.0,
1846
+ 0.0,
1847
+ 0.0,
1848
+ 0.0,
1849
+ 0.0,
1850
+ 0.0,
1851
+ 0.0,
1852
+ 0.0,
1853
+ 0.0,
1854
+ 0.0,
1855
+ 0.0,
1856
+ 0.0,
1857
+ 0.0,
1858
+ 0.0,
1859
+ 0.0,
1860
+ 0.0,
1861
+ 0.0,
1862
+ 0.0,
1863
+ 0.0,
1864
+ 0.0,
1865
+ 0.0,
1866
+ 0.0,
1867
+ 0.0,
1868
+ 0.0,
1869
+ 0.0,
1870
+ 0.0,
1871
+ 0.0,
1872
+ 0.0,
1873
+ 0.0,
1874
+ 0.0,
1875
+ 0.0,
1876
+ 0.0,
1877
+ 0.0,
1878
+ 0.0,
1879
+ 0.0,
1880
+ 0.0,
1881
+ 0.0,
1882
+ 0.0,
1883
+ 0.0,
1884
+ 0.0,
1885
+ 0.0,
1886
+ 0.0,
1887
+ 0.0,
1888
+ 0.0,
1889
+ 0.0,
1890
+ 0.0,
1891
+ 0.0,
1892
+ 0.0,
1893
+ 0.0,
1894
+ 0.0,
1895
+ 0.0,
1896
+ 0.0,
1897
+ 0.0,
1898
+ 0.0,
1899
+ 0.0,
1900
+ 0.0,
1901
+ 0.0,
1902
+ 0.0,
1903
+ 0.0,
1904
+ 0.0,
1905
+ 0.0,
1906
+ 0.0,
1907
+ 0.0,
1908
+ 0.0,
1909
+ 0.0,
1910
+ 0.0,
1911
+ 0.0,
1912
+ 0.0,
1913
+ 0.0,
1914
+ 0.0,
1915
+ 0.0,
1916
+ 0.0,
1917
+ 0.0,
1918
+ 0.0,
1919
+ 0.0,
1920
+ 0.0,
1921
+ 0.0,
1922
+ 0.0,
1923
+ 0.0,
1924
+ 0.0,
1925
+ 0.0,
1926
+ 0.0,
1927
+ 0.0,
1928
+ 0.0,
1929
+ 0.0,
1930
+ 0.0,
1931
+ 0.0,
1932
+ 0.0,
1933
+ 0.0,
1934
+ 0.0,
1935
+ 0.0,
1936
+ 0.0,
1937
+ 0.0,
1938
+ 0.0,
1939
+ 0.0,
1940
+ 0.0,
1941
+ 0.0,
1942
+ 0.0,
1943
+ 0.0,
1944
+ 0.0,
1945
+ 0.0,
1946
+ 0.0,
1947
+ 0.0,
1948
+ 0.0,
1949
+ 0.0,
1950
+ 0.0,
1951
+ 0.0,
1952
+ 0.0,
1953
+ 0.0,
1954
+ 0.0,
1955
+ 0.0,
1956
+ 0.0,
1957
+ 0.0,
1958
+ 0.0,
1959
+ 0.0,
1960
+ 0.0,
1961
+ 0.0,
1962
+ 0.0,
1963
+ 0.0,
1964
+ 0.0,
1965
+ 0.0,
1966
+ 0.0,
1967
+ 0.0,
1968
+ 0.0,
1969
+ 0.0,
1970
+ 0.0,
1971
+ 0.0,
1972
+ 0.0,
1973
+ 0.0,
1974
+ 0.0,
1975
+ 0.0,
1976
+ 0.0,
1977
+ 0.0,
1978
+ 0.0,
1979
+ 0.0,
1980
+ 0.0,
1981
+ 0.0,
1982
+ 0.0,
1983
+ 0.0,
1984
+ 0.0,
1985
+ 0.0,
1986
+ 0.0,
1987
+ 0.0,
1988
+ 0.0,
1989
+ 0.0,
1990
+ 0.0,
1991
+ 0.0,
1992
+ 0.0,
1993
+ 0.0,
1994
+ 0.0,
1995
+ 0.0,
1996
+ 0.0,
1997
+ 0.0,
1998
+ 0.0,
1999
+ 0.0,
2000
+ 0.0,
2001
+ 0.0,
2002
+ 0.0,
2003
+ 0.0,
2004
+ 0.0,
2005
+ 0.0,
2006
+ 0.0,
2007
+ 0.0,
2008
+ 0.0,
2009
+ 0.0,
2010
+ 0.0,
2011
+ 0.0,
2012
+ 0.0,
2013
+ 0.0,
2014
+ 0.0,
2015
+ 0.0,
2016
+ 0.0,
2017
+ 0.0,
2018
+ 0.0,
2019
+ 0.0,
2020
+ 0.0,
2021
+ 0.0,
2022
+ 0.0,
2023
+ 0.0,
2024
+ 0.0,
2025
+ 0.0,
2026
+ 0.0,
2027
+ 0.0,
2028
+ 0.0,
2029
+ 0.0,
2030
+ 0.0,
2031
+ 0.0,
2032
+ 0.0,
2033
+ 0.0,
2034
+ 0.0,
2035
+ 0.0,
2036
+ 0.0,
2037
+ 0.0,
2038
+ 0.0,
2039
+ 0.0,
2040
+ 0.0,
2041
+ 0.0,
2042
+ 0.0,
2043
+ 0.0,
2044
+ 0.0,
2045
+ 0.0,
2046
+ 0.0,
2047
+ 0.0,
2048
+ 0.0,
2049
+ 0.0,
2050
+ 0.0,
2051
+ 0.0,
2052
+ 0.0,
2053
+ 0.0,
2054
+ 0.0,
2055
+ 0.0,
2056
+ 0.0,
2057
+ 0.0,
2058
+ 0.0,
2059
+ 0.0,
2060
+ 0.0,
2061
+ 0.0,
2062
+ 0.0,
2063
+ 0.0,
2064
+ 0.0,
2065
+ 0.0,
2066
+ 0.0,
2067
+ 0.0,
2068
+ 0.0,
2069
+ 0.0,
2070
+ 0.0,
2071
+ 0.0,
2072
+ 0.0,
2073
+ 0.0,
2074
+ 0.0,
2075
+ 0.0,
2076
+ 0.0,
2077
+ 0.0,
2078
+ 0.0,
2079
+ 0.0,
2080
+ 0.0,
2081
+ 0.0,
2082
+ 0.0,
2083
+ 0.0,
2084
+ 0.0,
2085
+ 0.0,
2086
+ 0.0,
2087
+ 0.0,
2088
+ 0.0,
2089
+ 0.0,
2090
+ 0.0,
2091
+ 0.0,
2092
+ 0.0,
2093
+ 0.0,
2094
+ 0.0,
2095
+ 0.0,
2096
+ 0.0,
2097
+ 0.0,
2098
+ 0.0,
2099
+ 0.0,
2100
+ 0.0,
2101
+ 0.0,
2102
+ 0.0
2103
+ ],
2104
+ "count": [
2105
+ 80047
2106
+ ]
2107
+ },
2108
+ "observation.images.ur5e": {
2109
+ "min": [
2110
+ [
2111
+ [
2112
+ 0.0
2113
+ ]
2114
+ ],
2115
+ [
2116
+ [
2117
+ 0.0
2118
+ ]
2119
+ ],
2120
+ [
2121
+ [
2122
+ 0.0
2123
+ ]
2124
+ ]
2125
+ ],
2126
+ "max": [
2127
+ [
2128
+ [
2129
+ 1.0
2130
+ ]
2131
+ ],
2132
+ [
2133
+ [
2134
+ 1.0
2135
+ ]
2136
+ ],
2137
+ [
2138
+ [
2139
+ 1.0
2140
+ ]
2141
+ ]
2142
+ ],
2143
+ "mean": [
2144
+ [
2145
+ [
2146
+ 0.4163266623206369
2147
+ ]
2148
+ ],
2149
+ [
2150
+ [
2151
+ 0.5117040835629159
2152
+ ]
2153
+ ],
2154
+ [
2155
+ [
2156
+ 0.5433713417461739
2157
+ ]
2158
+ ]
2159
+ ],
2160
+ "std": [
2161
+ [
2162
+ [
2163
+ 0.2952494612325211
2164
+ ]
2165
+ ],
2166
+ [
2167
+ [
2168
+ 0.20005736185877676
2169
+ ]
2170
+ ],
2171
+ [
2172
+ [
2173
+ 0.15934086003790635
2174
+ ]
2175
+ ]
2176
+ ],
2177
+ "count": [
2178
+ 80047
2179
+ ]
2180
+ },
2181
+ "observation.jaco.base_orientation": {
2182
+ "min": [
2183
+ 0.0
2184
+ ],
2185
+ "max": [
2186
+ 0.0
2187
+ ],
2188
+ "mean": [
2189
+ 0.0
2190
+ ],
2191
+ "std": [
2192
+ 0.0
2193
+ ],
2194
+ "count": [
2195
+ 80047
2196
+ ]
2197
+ },
2198
+ "observation.images.google_robot": {
2199
+ "min": [
2200
+ [
2201
+ [
2202
+ 0.0
2203
+ ]
2204
+ ],
2205
+ [
2206
+ [
2207
+ 0.0
2208
+ ]
2209
+ ],
2210
+ [
2211
+ [
2212
+ 0.0
2213
+ ]
2214
+ ]
2215
+ ],
2216
+ "max": [
2217
+ [
2218
+ [
2219
+ 1.0
2220
+ ]
2221
+ ],
2222
+ [
2223
+ [
2224
+ 1.0
2225
+ ]
2226
+ ],
2227
+ [
2228
+ [
2229
+ 1.0
2230
+ ]
2231
+ ]
2232
+ ],
2233
+ "mean": [
2234
+ [
2235
+ [
2236
+ 0.43061485132250543
2237
+ ]
2238
+ ],
2239
+ [
2240
+ [
2241
+ 0.5248815037226362
2242
+ ]
2243
+ ],
2244
+ [
2245
+ [
2246
+ 0.555704070049613
2247
+ ]
2248
+ ]
2249
+ ],
2250
+ "std": [
2251
+ [
2252
+ [
2253
+ 0.2942636890414892
2254
+ ]
2255
+ ],
2256
+ [
2257
+ [
2258
+ 0.1902643983223998
2259
+ ]
2260
+ ],
2261
+ [
2262
+ [
2263
+ 0.14285738310631702
2264
+ ]
2265
+ ]
2266
+ ],
2267
+ "count": [
2268
+ 80047
2269
+ ]
2270
+ },
2271
+ "observation.kuka_iiwa.ee_error": {
2272
+ "min": [
2273
+ -0.043648600578308105,
2274
+ -0.016812831163406372,
2275
+ -9.492039680480957e-06,
2276
+ -5.8213954616803676e-05,
2277
+ -2.3285399947781116e-05,
2278
+ 0.0,
2279
+ -0.11692832410335541
2280
+ ],
2281
+ "max": [
2282
+ 9.357929229736328e-06,
2283
+ 0.01677556335926056,
2284
+ 0.023894738405942917,
2285
+ 0.309438019990921,
2286
+ 3.724204725585878e-05,
2287
+ 0.04910320043563843,
2288
+ 0.11711092293262482
2289
+ ],
2290
+ "mean": [
2291
+ -0.0035508729494070925,
2292
+ 2.9105466818634797e-05,
2293
+ 0.0016932906858910903,
2294
+ 0.02429093514455225,
2295
+ 4.893232035605353e-06,
2296
+ 0.0021971767849796606,
2297
+ -0.00019996798640546155
2298
+ ],
2299
+ "std": [
2300
+ 0.008391859688129296,
2301
+ 0.0028148623300582177,
2302
+ 0.004169410831241939,
2303
+ 0.058127380848206824,
2304
+ 1.1907418626718254e-05,
2305
+ 0.0068431993978473665,
2306
+ 0.019334315433475482
2307
+ ],
2308
+ "count": [
2309
+ 80047
2310
+ ]
2311
+ },
2312
+ "observation.ee_pose": {
2313
+ "min": [
2314
+ 0.19092115759849548,
2315
+ -0.3051179051399231,
2316
+ 0.033022940158843994,
2317
+ -0.37003934383392334,
2318
+ -0.004676475189626217,
2319
+ 0.9274879693984985,
2320
+ -0.14217709004878998
2321
+ ],
2322
+ "max": [
2323
+ 0.6190614700317383,
2324
+ 0.3456253707408905,
2325
+ 0.0885181874036789,
2326
+ 0.25018736720085144,
2327
+ 0.004930563271045685,
2328
+ 1.0,
2329
+ 0.12071391940116882
2330
+ ],
2331
+ "mean": [
2332
+ 0.3989257580338468,
2333
+ 0.001388617789359193,
2334
+ 0.08498966788454297,
2335
+ 3.3871933863695515e-05,
2336
+ -0.00011495616154498975,
2337
+ 0.9999815364793124,
2338
+ 0.0001357735473990069
2339
+ ],
2340
+ "std": [
2341
+ 0.10640989024096181,
2342
+ 0.14001638098614047,
2343
+ 0.0004838866022382548,
2344
+ 0.005693421659221761,
2345
+ 8.208775444854807e-05,
2346
+ 0.0008333902172488364,
2347
+ 0.0019535117440249196
2348
+ ],
2349
+ "count": [
2350
+ 80047
2351
+ ]
2352
+ },
2353
+ "observation.ur5e.ee_pose": {
2354
+ "min": [
2355
+ 0.19091348350048065,
2356
+ -0.30512019991874695,
2357
+ 0.08500015735626221,
2358
+ -0.0005219565355218947,
2359
+ -0.00011322464706609026,
2360
+ 0.9999998211860657,
2361
+ -0.00022171543969307095
2362
+ ],
2363
+ "max": [
2364
+ 0.6190677881240845,
2365
+ 0.34563830494880676,
2366
+ 0.08504091948270798,
2367
+ 3.7730605981778353e-05,
2368
+ 0.00029865774558857083,
2369
+ 1.0,
2370
+ 0.0002668120141606778
2371
+ ],
2372
+ "mean": [
2373
+ 0.3989174610147238,
2374
+ 0.0013833649068976026,
2375
+ 0.08500134697617964,
2376
+ -4.629837286158654e-06,
2377
+ -5.9232742866450325e-05,
2378
+ 0.9999999999947876,
2379
+ 5.2091573579680015e-05
2380
+ ],
2381
+ "std": [
2382
+ 0.10644974042816932,
2383
+ 0.14001827205927353,
2384
+ 2.437708809954582e-06,
2385
+ 2.363424747142951e-05,
2386
+ 2.9244803962245555e-05,
2387
+ 4.972043635659189e-09,
2388
+ 2.5779848663361803e-05
2389
+ ],
2390
+ "count": [
2391
+ 80047
2392
+ ]
2393
+ },
2394
+ "observation.google_robot.ee_error": {
2395
+ "min": [
2396
+ -1.2919306755065918e-05,
2397
+ -0.00044336915016174316,
2398
+ -0.001192726194858551,
2399
+ -0.002631212119013071,
2400
+ -0.00016459664038848132,
2401
+ 0.0,
2402
+ -0.0019114288734272122
2403
+ ],
2404
+ "max": [
2405
+ 0.0005131959915161133,
2406
+ 0.0003496110439300537,
2407
+ 1.4260411262512207e-05,
2408
+ 0.00019599139341153204,
2409
+ 0.0011477598454803228,
2410
+ 5.9604644775390625e-06,
2411
+ 0.0003417891566641629
2412
+ ],
2413
+ "mean": [
2414
+ 3.0738357008645687e-06,
2415
+ -1.1720302792716763e-06,
2416
+ -1.4711500738322137e-06,
2417
+ -7.039955839861969e-05,
2418
+ -5.423239085690906e-05,
2419
+ 1.3835050764243947e-09,
2420
+ -3.440656075755732e-06
2421
+ ],
2422
+ "std": [
2423
+ 6.318797552319102e-06,
2424
+ 4.383126962443784e-06,
2425
+ 8.590020874736599e-06,
2426
+ 9.296112860838102e-05,
2427
+ 2.6994425144827698e-05,
2428
+ 3.960353471290957e-08,
2429
+ 6.712537784257802e-05
2430
+ ],
2431
+ "count": [
2432
+ 80047
2433
+ ]
2434
+ },
2435
+ "observation.jaco.joints": {
2436
+ "min": [
2437
+ -1.003974437713623,
2438
+ 1.6853761672973633,
2439
+ 3.38728404045105,
2440
+ -3.4395060539245605,
2441
+ -1.7303402423858643,
2442
+ -3.4670469760894775,
2443
+ 1.0
2444
+ ],
2445
+ "max": [
2446
+ 1.1880466938018799,
2447
+ 2.272273302078247,
2448
+ 5.919940948486328,
2449
+ 3.071934461593628,
2450
+ 1.1025084257125854,
2451
+ 2.9779441356658936,
2452
+ 1.0
2453
+ ],
2454
+ "mean": [
2455
+ 0.1578039141361613,
2456
+ 2.18614967097923,
2457
+ 4.987728937809366,
2458
+ 0.11050472940916213,
2459
+ -0.3943428331726875,
2460
+ 0.25338515508581094,
2461
+ 1.0
2462
+ ],
2463
+ "std": [
2464
+ 0.35711966417648344,
2465
+ 0.09255994851809538,
2466
+ 0.4313959828951487,
2467
+ 0.21562140886586603,
2468
+ 0.4114254333721472,
2469
+ 0.37497195097605623,
2470
+ 0.0
2471
+ ],
2472
+ "count": [
2473
+ 80047
2474
+ ]
2475
+ },
2476
+ "observation.kinova3.ee_pose": {
2477
+ "min": [
2478
+ 0.19093231856822968,
2479
+ -0.3051200807094574,
2480
+ 0.08387970179319382,
2481
+ -0.06119370833039284,
2482
+ -3.6019358958583325e-05,
2483
+ 0.9981235265731812,
2484
+ -0.012538349255919456
2485
+ ],
2486
+ "max": [
2487
+ 0.6190757155418396,
2488
+ 0.34562861919403076,
2489
+ 0.08500883728265762,
2490
+ -5.632376269204542e-05,
2491
+ 8.79010112839751e-05,
2492
+ 1.0,
2493
+ 0.012718732468783855
2494
+ ],
2495
+ "mean": [
2496
+ 0.39898158467700406,
2497
+ 0.0013925985895010273,
2498
+ 0.08499583746687227,
2499
+ -0.000601716847719459,
2500
+ -2.405855045042091e-06,
2501
+ 0.999991151148511,
2502
+ 2.1490143424359126e-05
2503
+ ],
2504
+ "std": [
2505
+ 0.1063477068663762,
2506
+ 0.14002572491864657,
2507
+ 7.477105228618349e-05,
2508
+ 0.004089959078309087,
2509
+ 1.4641003044144493e-05,
2510
+ 9.962010334192707e-05,
2511
+ 0.0007885945230578806
2512
+ ],
2513
+ "count": [
2514
+ 80047
2515
+ ]
2516
+ },
2517
+ "episode_index": {
2518
+ "min": [
2519
+ 0
2520
+ ],
2521
+ "max": [
2522
+ 4999
2523
+ ],
2524
+ "mean": [
2525
+ 2492.725011555711
2526
+ ],
2527
+ "std": [
2528
+ 1445.909437465703
2529
+ ],
2530
+ "count": [
2531
+ 80047
2532
+ ]
2533
+ },
2534
+ "observation.images.kinova3": {
2535
+ "min": [
2536
+ [
2537
+ [
2538
+ 0.0
2539
+ ]
2540
+ ],
2541
+ [
2542
+ [
2543
+ 0.0
2544
+ ]
2545
+ ],
2546
+ [
2547
+ [
2548
+ 0.0
2549
+ ]
2550
+ ]
2551
+ ],
2552
+ "max": [
2553
+ [
2554
+ [
2555
+ 1.0
2556
+ ]
2557
+ ],
2558
+ [
2559
+ [
2560
+ 1.0
2561
+ ]
2562
+ ],
2563
+ [
2564
+ [
2565
+ 1.0
2566
+ ]
2567
+ ]
2568
+ ],
2569
+ "mean": [
2570
+ [
2571
+ [
2572
+ 0.4292209911814328
2573
+ ]
2574
+ ],
2575
+ [
2576
+ [
2577
+ 0.5235283397671886
2578
+ ]
2579
+ ],
2580
+ [
2581
+ [
2582
+ 0.5547073024608908
2583
+ ]
2584
+ ]
2585
+ ],
2586
+ "std": [
2587
+ [
2588
+ [
2589
+ 0.2941844532926712
2590
+ ]
2591
+ ],
2592
+ [
2593
+ [
2594
+ 0.19081936131965427
2595
+ ]
2596
+ ],
2597
+ [
2598
+ [
2599
+ 0.14369402303677697
2600
+ ]
2601
+ ]
2602
+ ],
2603
+ "count": [
2604
+ 80047
2605
+ ]
2606
+ },
2607
+ "observation.images.sawyer": {
2608
+ "min": [
2609
+ [
2610
+ [
2611
+ 0.0
2612
+ ]
2613
+ ],
2614
+ [
2615
+ [
2616
+ 0.0
2617
+ ]
2618
+ ],
2619
+ [
2620
+ [
2621
+ 0.0
2622
+ ]
2623
+ ]
2624
+ ],
2625
+ "max": [
2626
+ [
2627
+ [
2628
+ 1.0
2629
+ ]
2630
+ ],
2631
+ [
2632
+ [
2633
+ 1.0
2634
+ ]
2635
+ ],
2636
+ [
2637
+ [
2638
+ 1.0
2639
+ ]
2640
+ ]
2641
+ ],
2642
+ "mean": [
2643
+ [
2644
+ [
2645
+ 0.4140344025451771
2646
+ ]
2647
+ ],
2648
+ [
2649
+ [
2650
+ 0.4973060854287582
2651
+ ]
2652
+ ],
2653
+ [
2654
+ [
2655
+ 0.5274390056802964
2656
+ ]
2657
+ ]
2658
+ ],
2659
+ "std": [
2660
+ [
2661
+ [
2662
+ 0.29482221339456377
2663
+ ]
2664
+ ],
2665
+ [
2666
+ [
2667
+ 0.2111929179475752
2668
+ ]
2669
+ ],
2670
+ [
2671
+ [
2672
+ 0.1757900410458577
2673
+ ]
2674
+ ]
2675
+ ],
2676
+ "count": [
2677
+ 80047
2678
+ ]
2679
+ },
2680
+ "observation.ur5e.base_orientation": {
2681
+ "min": [
2682
+ 0.0
2683
+ ],
2684
+ "max": [
2685
+ 0.0
2686
+ ],
2687
+ "mean": [
2688
+ 0.0
2689
+ ],
2690
+ "std": [
2691
+ 0.0
2692
+ ],
2693
+ "count": [
2694
+ 80047
2695
+ ]
2696
+ },
2697
+ "observation.google_robot.joints": {
2698
+ "min": [
2699
+ -0.547255277633667,
2700
+ 1.5228718519210815,
2701
+ 0.8288868069648743,
2702
+ -2.049999952316284,
2703
+ -1.804373860359192,
2704
+ -1.3171695470809937,
2705
+ -3.291990280151367,
2706
+ 1.0
2707
+ ],
2708
+ "max": [
2709
+ 1.2658545970916748,
2710
+ 2.0653607845306396,
2711
+ 3.4824538230895996,
2712
+ -0.2866477072238922,
2713
+ 2.114950656890869,
2714
+ 1.350064754486084,
2715
+ 0.7297319173812866,
2716
+ 1.0
2717
+ ],
2718
+ "mean": [
2719
+ 0.532219704577225,
2720
+ 1.5866964987883934,
2721
+ 2.499574434827674,
2722
+ -1.5480180433459578,
2723
+ -1.4751603372301683,
2724
+ 0.6681398248477455,
2725
+ -1.0859458661653127,
2726
+ 1.0
2727
+ ],
2728
+ "std": [
2729
+ 0.2552618675289885,
2730
+ 0.06668604284005088,
2731
+ 0.23510462001924337,
2732
+ 0.28360484843298644,
2733
+ 0.2992463882742501,
2734
+ 0.2236077512191655,
2735
+ 0.5130129595988058,
2736
+ 0.0
2737
+ ],
2738
+ "count": [
2739
+ 80047
2740
+ ]
2741
+ },
2742
+ "observation.panda.base_orientation": {
2743
+ "min": [
2744
+ 0.0
2745
+ ],
2746
+ "max": [
2747
+ 0.0
2748
+ ],
2749
+ "mean": [
2750
+ 0.0
2751
+ ],
2752
+ "std": [
2753
+ 0.0
2754
+ ],
2755
+ "count": [
2756
+ 80047
2757
+ ]
2758
+ },
2759
+ "observation.state": {
2760
+ "min": [
2761
+ 0.1909150928258896,
2762
+ -0.3051220774650574
2763
+ ],
2764
+ "max": [
2765
+ 0.6190998554229736,
2766
+ 0.3456394374370575
2767
+ ],
2768
+ "mean": [
2769
+ 0.39897112993448247,
2770
+ 0.0011120053284652224
2771
+ ],
2772
+ "std": [
2773
+ 0.10706247147099489,
2774
+ 0.14075888081226054
2775
+ ],
2776
+ "count": [
2777
+ 80047
2778
+ ]
2779
+ },
2780
+ "observation.ur5e.ee_error": {
2781
+ "min": [
2782
+ -7.528066635131836e-05,
2783
+ -5.431473255157471e-05,
2784
+ -4.0918588638305664e-05,
2785
+ -3.7730605981778353e-05,
2786
+ -0.00029865774558857083,
2787
+ 0.0,
2788
+ -0.0002668120141606778
2789
+ ],
2790
+ "max": [
2791
+ 1.0058283805847168e-05,
2792
+ 2.3663043975830078e-05,
2793
+ -1.564621925354004e-07,
2794
+ 0.0005219565355218947,
2795
+ 0.00011322464706609026,
2796
+ 1.7881393432617188e-07,
2797
+ 0.00022171543969307095
2798
+ ],
2799
+ "mean": [
2800
+ 2.0058412735430176e-06,
2801
+ 1.0132108213717757e-05,
2802
+ -1.3394571272219915e-06,
2803
+ 4.629837286158654e-06,
2804
+ 5.9232742866450325e-05,
2805
+ 3.8794733318203037e-10,
2806
+ -5.2091573579680015e-05
2807
+ ],
2808
+ "std": [
2809
+ 3.5300649287306452e-06,
2810
+ 4.345236903742414e-06,
2811
+ 2.4376375227066797e-06,
2812
+ 2.363424747142951e-05,
2813
+ 2.9244803962245555e-05,
2814
+ 4.9568884105097715e-09,
2815
+ 2.5779848663361803e-05
2816
+ ],
2817
+ "count": [
2818
+ 80047
2819
+ ]
2820
+ },
2821
+ "observation.panda.joints": {
2822
+ "min": [
2823
+ -1.9459893703460693,
2824
+ 0.4680873155593872,
2825
+ -0.7492910027503967,
2826
+ -3.0717999935150146,
2827
+ -2.270139217376709,
2828
+ 1.884355902671814,
2829
+ -2.8973000049591064,
2830
+ 1.0
2831
+ ],
2832
+ "max": [
2833
+ 1.0617460012435913,
2834
+ 1.5879215002059937,
2835
+ 1.2620584964752197,
2836
+ -1.4743947982788086,
2837
+ 0.30668535828590393,
2838
+ 3.752500057220459,
2839
+ -1.0345209836959839,
2840
+ 1.0
2841
+ ],
2842
+ "mean": [
2843
+ -0.13949872395377427,
2844
+ 0.5963889837949321,
2845
+ 0.06301358556353312,
2846
+ -2.501322951744484,
2847
+ -0.46649144924562114,
2848
+ 3.054514844639439,
2849
+ -2.7899229781209804,
2850
+ 1.0
2851
+ ],
2852
+ "std": [
2853
+ 0.508384331862105,
2854
+ 0.13581350419779892,
2855
+ 0.25694476016432094,
2856
+ 0.3165336873314624,
2857
+ 0.33413271992142496,
2858
+ 0.27877872999009673,
2859
+ 0.15630584520910146,
2860
+ 0.0
2861
+ ],
2862
+ "count": [
2863
+ 80047
2864
+ ]
2865
+ },
2866
+ "observation.sawyer.ee_pose": {
2867
+ "min": [
2868
+ 0.2409285604953766,
2869
+ -0.3051159679889679,
2870
+ 0.08499766886234283,
2871
+ -0.00014972219651099294,
2872
+ -3.506189023028128e-05,
2873
+ 1.0,
2874
+ -7.458095205947757e-05
2875
+ ],
2876
+ "max": [
2877
+ 0.6690722703933716,
2878
+ 0.3456261157989502,
2879
+ 0.08500389754772186,
2880
+ -2.069574657070916e-05,
2881
+ 2.743810910033062e-05,
2882
+ 1.0,
2883
+ 1.2584649994096253e-05
2884
+ ],
2885
+ "mean": [
2886
+ 0.44892333296737985,
2887
+ 0.0013942530949360456,
2888
+ 0.08500125698524377,
2889
+ -8.102996251387633e-05,
2890
+ -1.812800001720262e-06,
2891
+ 1.0,
2892
+ -5.2435927615467595e-05
2893
+ ],
2894
+ "std": [
2895
+ 0.10644854845274948,
2896
+ 0.14002022401280023,
2897
+ 8.136303313781454e-07,
2898
+ 2.0064139749389476e-05,
2899
+ 1.2143858106131223e-05,
2900
+ 0.0,
2901
+ 1.560611621862064e-05
2902
+ ],
2903
+ "count": [
2904
+ 80047
2905
+ ]
2906
+ },
2907
+ "observation.kinova3.ee_error": {
2908
+ "min": [
2909
+ -0.007229343056678772,
2910
+ -0.001505933701992035,
2911
+ -8.828938007354736e-06,
2912
+ 5.632376269204542e-05,
2913
+ -8.79010112839751e-05,
2914
+ 0.0,
2915
+ -0.012718732468783855
2916
+ ],
2917
+ "max": [
2918
+ -1.9669532775878906e-06,
2919
+ 0.00148681178689003,
2920
+ 0.0011203065514564514,
2921
+ 0.06119370833039284,
2922
+ 3.6019358958583325e-05,
2923
+ 0.0018764734268188477,
2924
+ 0.012538349255919456
2925
+ ],
2926
+ "mean": [
2927
+ -6.211728839995842e-05,
2928
+ 8.982835215175438e-07,
2929
+ 4.170463108863146e-06,
2930
+ 0.000601716847719459,
2931
+ 2.405855045042091e-06,
2932
+ 8.849228991792597e-06,
2933
+ -2.1490143424359126e-05
2934
+ ],
2935
+ "std": [
2936
+ 0.0004854277760308113,
2937
+ 9.346677470094551e-05,
2938
+ 7.477105972295677e-05,
2939
+ 0.004089959078309087,
2940
+ 1.4641003044144493e-05,
2941
+ 9.962005985417798e-05,
2942
+ 0.0007885945230578806
2943
+ ],
2944
+ "count": [
2945
+ 80047
2946
+ ]
2947
+ },
2948
+ "observation.panda.ee_pose": {
2949
+ "min": [
2950
+ 0.19092658162117004,
2951
+ -0.30647969245910645,
2952
+ 0.07190649956464767,
2953
+ -0.01731705479323864,
2954
+ -6.727394793415442e-05,
2955
+ 0.9990953207015991,
2956
+ -0.0227087140083313
2957
+ ],
2958
+ "max": [
2959
+ 0.6190631985664368,
2960
+ 0.3456227779388428,
2961
+ 0.08643367141485214,
2962
+ 0.013215433806180954,
2963
+ 0.03760441392660141,
2964
+ 1.0,
2965
+ 0.0022255710791796446
2966
+ ],
2967
+ "mean": [
2968
+ 0.3989227172918769,
2969
+ 0.0013989420056931673,
2970
+ 0.08500184396491194,
2971
+ -4.76761759601951e-05,
2972
+ 0.00016314250533286674,
2973
+ 0.9999984123259241,
2974
+ -0.00017319306221807857
2975
+ ],
2976
+ "std": [
2977
+ 0.10643315944552711,
2978
+ 0.14001330658204242,
2979
+ 0.00014110576324321249,
2980
+ 0.0007882545004511548,
2981
+ 0.0011913886501182744,
2982
+ 2.106744444639863e-05,
2983
+ 0.0010490932653847238
2984
+ ],
2985
+ "count": [
2986
+ 80047
2987
+ ]
2988
+ },
2989
+ "observation.kuka_iiwa.joints": {
2990
+ "min": [
2991
+ -0.9654194116592407,
2992
+ 0.9374018907546997,
2993
+ -0.08644545823335648,
2994
+ -2.094399929046631,
2995
+ -0.44994452595710754,
2996
+ 0.10994081199169159,
2997
+ -0.5681968331336975,
2998
+ 1.0
2999
+ ],
3000
+ "max": [
3001
+ 1.0141870975494385,
3002
+ 1.376395344734192,
3003
+ 0.14471787214279175,
3004
+ -0.8079785108566284,
3005
+ 0.30876922607421875,
3006
+ 0.9576387405395508,
3007
+ 0.7143007516860962,
3008
+ 1.0
3009
+ ],
3010
+ "mean": [
3011
+ -0.02486553267716357,
3012
+ 1.0196691130213356,
3013
+ 0.032701042382384846,
3014
+ -1.7989668545750424,
3015
+ -0.07993410748362244,
3016
+ 0.3770436603253757,
3017
+ 0.06650661794305628,
3018
+ 1.0
3019
+ ],
3020
+ "std": [
3021
+ 0.33827956441843127,
3022
+ 0.07762225235865883,
3023
+ 0.03198827450592683,
3024
+ 0.2773073006801733,
3025
+ 0.09584741331528443,
3026
+ 0.1721677634134087,
3027
+ 0.23762569257721688,
3028
+ 0.0
3029
+ ],
3030
+ "count": [
3031
+ 80047
3032
+ ]
3033
+ },
3034
+ "observation.jaco.base_position": {
3035
+ "min": [
3036
+ 0.0,
3037
+ 0.0,
3038
+ 0.0
3039
+ ],
3040
+ "max": [
3041
+ 0.0,
3042
+ 0.0,
3043
+ 0.0
3044
+ ],
3045
+ "mean": [
3046
+ 0.0,
3047
+ 0.0,
3048
+ 0.0
3049
+ ],
3050
+ "std": [
3051
+ 0.0,
3052
+ 0.0,
3053
+ 0.0
3054
+ ],
3055
+ "count": [
3056
+ 80047
3057
+ ]
3058
+ },
3059
+ "observation.kinova3.base_orientation": {
3060
+ "min": [
3061
+ 0.0
3062
+ ],
3063
+ "max": [
3064
+ 0.0
3065
+ ],
3066
+ "mean": [
3067
+ 0.0
3068
+ ],
3069
+ "std": [
3070
+ 0.0
3071
+ ],
3072
+ "count": [
3073
+ 80047
3074
+ ]
3075
+ },
3076
+ "observation.images.kuka_iiwa": {
3077
+ "min": [
3078
+ [
3079
+ [
3080
+ 0.0
3081
+ ]
3082
+ ],
3083
+ [
3084
+ [
3085
+ 0.0
3086
+ ]
3087
+ ],
3088
+ [
3089
+ [
3090
+ 0.0
3091
+ ]
3092
+ ]
3093
+ ],
3094
+ "max": [
3095
+ [
3096
+ [
3097
+ 1.0
3098
+ ]
3099
+ ],
3100
+ [
3101
+ [
3102
+ 1.0
3103
+ ]
3104
+ ],
3105
+ [
3106
+ [
3107
+ 1.0
3108
+ ]
3109
+ ]
3110
+ ],
3111
+ "mean": [
3112
+ [
3113
+ [
3114
+ 0.42528207974043514
3115
+ ]
3116
+ ],
3117
+ [
3118
+ [
3119
+ 0.5101085012507504
3120
+ ]
3121
+ ],
3122
+ [
3123
+ [
3124
+ 0.5338890971237142
3125
+ ]
3126
+ ]
3127
+ ],
3128
+ "std": [
3129
+ [
3130
+ [
3131
+ 0.29562659170118166
3132
+ ]
3133
+ ],
3134
+ [
3135
+ [
3136
+ 0.19662782531148365
3137
+ ]
3138
+ ],
3139
+ [
3140
+ [
3141
+ 0.16718102461842207
3142
+ ]
3143
+ ]
3144
+ ],
3145
+ "count": [
3146
+ 80047
3147
+ ]
3148
+ },
3149
+ "observation.google_robot.ee_pose": {
3150
+ "min": [
3151
+ 0.24091948568820953,
3152
+ -0.3051128387451172,
3153
+ 0.08498574793338776,
3154
+ -0.00019599139341153204,
3155
+ -0.0011477598454803228,
3156
+ 0.9999940395355225,
3157
+ -0.0003417891566641629
3158
+ ],
3159
+ "max": [
3160
+ 0.6690589785575867,
3161
+ 0.3456191420555115,
3162
+ 0.08619273453950882,
3163
+ 0.002631212119013071,
3164
+ 0.00016459664038848132,
3165
+ 1.0,
3166
+ 0.0019114288734272122
3167
+ ],
3168
+ "mean": [
3169
+ 0.44891640389726756,
3170
+ 0.0013946689929692478,
3171
+ 0.08500147884206467,
3172
+ 7.039955839861969e-05,
3173
+ 5.423239085690906e-05,
3174
+ 0.9999999994653624,
3175
+ 3.440656075755732e-06
3176
+ ],
3177
+ "std": [
3178
+ 0.10644533161021927,
3179
+ 0.1400180767638539,
3180
+ 8.5900335775031e-06,
3181
+ 9.296112860838102e-05,
3182
+ 2.6994425144827698e-05,
3183
+ 3.9726998241560755e-08,
3184
+ 6.712537784257802e-05
3185
+ ],
3186
+ "count": [
3187
+ 80047
3188
+ ]
3189
+ },
3190
+ "observation.google_robot.base_position": {
3191
+ "min": [
3192
+ 0.05000000074505806,
3193
+ 0.0,
3194
+ 0.0
3195
+ ],
3196
+ "max": [
3197
+ 0.05000000074505806,
3198
+ 0.0,
3199
+ 0.0
3200
+ ],
3201
+ "mean": [
3202
+ 0.04999999927056967,
3203
+ 0.0,
3204
+ 0.0
3205
+ ],
3206
+ "std": [
3207
+ 1.4675588968909747e-08,
3208
+ 0.0,
3209
+ 0.0
3210
+ ],
3211
+ "count": [
3212
+ 80047
3213
+ ]
3214
+ },
3215
+ "observation.images.jaco": {
3216
+ "min": [
3217
+ [
3218
+ [
3219
+ 0.0
3220
+ ]
3221
+ ],
3222
+ [
3223
+ [
3224
+ 0.0
3225
+ ]
3226
+ ],
3227
+ [
3228
+ [
3229
+ 0.0
3230
+ ]
3231
+ ]
3232
+ ],
3233
+ "max": [
3234
+ [
3235
+ [
3236
+ 1.0
3237
+ ]
3238
+ ],
3239
+ [
3240
+ [
3241
+ 1.0
3242
+ ]
3243
+ ],
3244
+ [
3245
+ [
3246
+ 1.0
3247
+ ]
3248
+ ]
3249
+ ],
3250
+ "mean": [
3251
+ [
3252
+ [
3253
+ 0.41101613173992346
3254
+ ]
3255
+ ],
3256
+ [
3257
+ [
3258
+ 0.5058696493274808
3259
+ ]
3260
+ ],
3261
+ [
3262
+ [
3263
+ 0.5370334623465899
3264
+ ]
3265
+ ]
3266
+ ],
3267
+ "std": [
3268
+ [
3269
+ [
3270
+ 0.29861973235760964
3271
+ ]
3272
+ ],
3273
+ [
3274
+ [
3275
+ 0.20533463088615223
3276
+ ]
3277
+ ],
3278
+ [
3279
+ [
3280
+ 0.1655308584507384
3281
+ ]
3282
+ ]
3283
+ ],
3284
+ "count": [
3285
+ 80047
3286
+ ]
3287
+ },
3288
+ "observation.images.image": {
3289
+ "min": [
3290
+ [
3291
+ [
3292
+ 0.0
3293
+ ]
3294
+ ],
3295
+ [
3296
+ [
3297
+ 0.0
3298
+ ]
3299
+ ],
3300
+ [
3301
+ [
3302
+ 0.0
3303
+ ]
3304
+ ]
3305
+ ],
3306
+ "max": [
3307
+ [
3308
+ [
3309
+ 1.0
3310
+ ]
3311
+ ],
3312
+ [
3313
+ [
3314
+ 1.0
3315
+ ]
3316
+ ],
3317
+ [
3318
+ [
3319
+ 1.0
3320
+ ]
3321
+ ]
3322
+ ],
3323
+ "mean": [
3324
+ [
3325
+ [
3326
+ 0.4262430717242294
3327
+ ]
3328
+ ],
3329
+ [
3330
+ [
3331
+ 0.5370391861590953
3332
+ ]
3333
+ ],
3334
+ [
3335
+ [
3336
+ 0.5626773172823881
3337
+ ]
3338
+ ]
3339
+ ],
3340
+ "std": [
3341
+ [
3342
+ [
3343
+ 0.2998514969944721
3344
+ ]
3345
+ ],
3346
+ [
3347
+ [
3348
+ 0.19421369623342175
3349
+ ]
3350
+ ],
3351
+ [
3352
+ [
3353
+ 0.14988512094962758
3354
+ ]
3355
+ ]
3356
+ ],
3357
+ "count": [
3358
+ 80047
3359
+ ]
3360
+ },
3361
+ "observation.google_robot.base_orientation": {
3362
+ "min": [
3363
+ 0.0
3364
+ ],
3365
+ "max": [
3366
+ 0.0
3367
+ ],
3368
+ "mean": [
3369
+ 0.0
3370
+ ],
3371
+ "std": [
3372
+ 0.0
3373
+ ],
3374
+ "count": [
3375
+ 80047
3376
+ ]
3377
+ },
3378
+ "observation.sawyer.joints": {
3379
+ "min": [
3380
+ -1.4005093574523926,
3381
+ -0.8806227445602417,
3382
+ -0.16536268591880798,
3383
+ 1.2504099607467651,
3384
+ -0.7713278532028198,
3385
+ -0.20914404094219208,
3386
+ -0.5487632751464844,
3387
+ 1.0
3388
+ ],
3389
+ "max": [
3390
+ 0.5726498961448669,
3391
+ -0.4578559994697571,
3392
+ 0.17675864696502686,
3393
+ 2.5102992057800293,
3394
+ 0.0780685693025589,
3395
+ 0.7792269587516785,
3396
+ 0.7012367248535156,
3397
+ 1.0
3398
+ ],
3399
+ "mean": [
3400
+ -0.3851802873237866,
3401
+ -0.7860422274529564,
3402
+ 0.04580085515739635,
3403
+ 2.093075500843114,
3404
+ -0.21822038471415844,
3405
+ 0.26862295930195107,
3406
+ 0.03625468218241461,
3407
+ 1.0
3408
+ ],
3409
+ "std": [
3410
+ 0.34131578495704623,
3411
+ 0.07595960765529058,
3412
+ 0.050396309978784956,
3413
+ 0.25405166334139523,
3414
+ 0.18031692689986392,
3415
+ 0.1872424313486227,
3416
+ 0.2428771085816956,
3417
+ 0.0
3418
+ ],
3419
+ "count": [
3420
+ 80047
3421
+ ]
3422
+ },
3423
+ "observation.jaco.ee_error": {
3424
+ "min": [
3425
+ -0.0032432377338409424,
3426
+ -0.0016891062259674072,
3427
+ -0.002597711980342865,
3428
+ -0.12632417678833008,
3429
+ -0.0040644509717822075,
3430
+ 0.0,
3431
+ -0.07160620391368866
3432
+ ],
3433
+ "max": [
3434
+ 0.005481123924255371,
3435
+ 0.0028882622718811035,
3436
+ 0.0030294060707092285,
3437
+ 0.05595354735851288,
3438
+ 0.00017266342183575034,
3439
+ 0.008653402328491211,
3440
+ 0.04051964357495308
3441
+ ],
3442
+ "mean": [
3443
+ 2.8806850020157097e-06,
3444
+ 1.5065858011699878e-06,
3445
+ -2.1903304544983425e-08,
3446
+ -7.259152154941701e-05,
3447
+ -1.341806163479516e-05,
3448
+ 4.438891113222165e-06,
3449
+ -5.9296747239071864e-05
3450
+ ],
3451
+ "std": [
3452
+ 0.00011360593844912824,
3453
+ 4.7674939484696e-05,
3454
+ 9.435379469271961e-05,
3455
+ 0.0027251261438287736,
3456
+ 2.3726532062973665e-05,
3457
+ 0.00011624361075344095,
3458
+ 0.0011998160692506608
3459
+ ],
3460
+ "count": [
3461
+ 80047
3462
+ ]
3463
+ },
3464
+ "observation.jaco.ee_pose": {
3465
+ "min": [
3466
+ 0.19091694056987762,
3467
+ -0.30511143803596497,
3468
+ 0.08197060227394104,
3469
+ -0.05595354735851288,
3470
+ -0.00017266342183575034,
3471
+ 0.9913465976715088,
3472
+ -0.04051964357495308
3473
+ ],
3474
+ "max": [
3475
+ 0.6190553903579712,
3476
+ 0.34562087059020996,
3477
+ 0.08759772032499313,
3478
+ 0.12632417678833008,
3479
+ 0.0040644509717822075,
3480
+ 1.0,
3481
+ 0.07160620391368866
3482
+ ],
3483
+ "mean": [
3484
+ 0.39891658693830134,
3485
+ 0.0013919905805298502,
3486
+ 0.08500002993957831,
3487
+ 7.259152154941701e-05,
3488
+ 1.341806163479516e-05,
3489
+ 0.9999955696787219,
3490
+ 5.9296747239071864e-05
3491
+ ],
3492
+ "std": [
3493
+ 0.10643834602689985,
3494
+ 0.14001542176502865,
3495
+ 9.43537202926096e-05,
3496
+ 0.0027251261438287736,
3497
+ 2.3726532062973665e-05,
3498
+ 0.00011624305749413748,
3499
+ 0.0011998160692506608
3500
+ ],
3501
+ "count": [
3502
+ 80047
3503
+ ]
3504
+ },
3505
+ "observation.panda.base_position": {
3506
+ "min": [
3507
+ 0.0,
3508
+ 0.0,
3509
+ 0.0
3510
+ ],
3511
+ "max": [
3512
+ 0.0,
3513
+ 0.0,
3514
+ 0.0
3515
+ ],
3516
+ "mean": [
3517
+ 0.0,
3518
+ 0.0,
3519
+ 0.0
3520
+ ],
3521
+ "std": [
3522
+ 0.0,
3523
+ 0.0,
3524
+ 0.0
3525
+ ],
3526
+ "count": [
3527
+ 80047
3528
+ ]
3529
+ },
3530
+ "observation.kinova3.base_position": {
3531
+ "min": [
3532
+ 0.0,
3533
+ 0.0,
3534
+ 0.0
3535
+ ],
3536
+ "max": [
3537
+ 0.0,
3538
+ 0.0,
3539
+ 0.0
3540
+ ],
3541
+ "mean": [
3542
+ 0.0,
3543
+ 0.0,
3544
+ 0.0
3545
+ ],
3546
+ "std": [
3547
+ 0.0,
3548
+ 0.0,
3549
+ 0.0
3550
+ ],
3551
+ "count": [
3552
+ 80047
3553
+ ]
3554
+ },
3555
+ "index": {
3556
+ "min": [
3557
+ 0
3558
+ ],
3559
+ "max": [
3560
+ 80046
3561
+ ],
3562
+ "mean": [
3563
+ 40023.0
3564
+ ],
3565
+ "std": [
3566
+ 23107.57849710783
3567
+ ],
3568
+ "count": [
3569
+ 80047
3570
+ ]
3571
+ },
3572
+ "observation.ur5e.base_position": {
3573
+ "min": [
3574
+ 0.0,
3575
+ 0.0,
3576
+ 0.0
3577
+ ],
3578
+ "max": [
3579
+ 0.0,
3580
+ 0.0,
3581
+ 0.0
3582
+ ],
3583
+ "mean": [
3584
+ 0.0,
3585
+ 0.0,
3586
+ 0.0
3587
+ ],
3588
+ "std": [
3589
+ 0.0,
3590
+ 0.0,
3591
+ 0.0
3592
+ ],
3593
+ "count": [
3594
+ 80047
3595
+ ]
3596
+ },
3597
+ "observation.sawyer.base_orientation": {
3598
+ "min": [
3599
+ 0.0
3600
+ ],
3601
+ "max": [
3602
+ 0.0
3603
+ ],
3604
+ "mean": [
3605
+ 0.0
3606
+ ],
3607
+ "std": [
3608
+ 0.0
3609
+ ],
3610
+ "count": [
3611
+ 80047
3612
+ ]
3613
+ },
3614
+ "frame_index": {
3615
+ "min": [
3616
+ 0
3617
+ ],
3618
+ "max": [
3619
+ 50
3620
+ ],
3621
+ "mean": [
3622
+ 10.13475832948143
3623
+ ],
3624
+ "std": [
3625
+ 8.83579227794293
3626
+ ],
3627
+ "count": [
3628
+ 80047
3629
+ ]
3630
+ },
3631
+ "task_index": {
3632
+ "min": [
3633
+ 0
3634
+ ],
3635
+ "max": [
3636
+ 4184
3637
+ ],
3638
+ "mean": [
3639
+ 1936.1915874423776
3640
+ ],
3641
+ "std": [
3642
+ 1219.0030827461787
3643
+ ],
3644
+ "count": [
3645
+ 80047
3646
+ ]
3647
+ },
3648
+ "observation.sawyer.base_position": {
3649
+ "min": [
3650
+ 0.05000000074505806,
3651
+ 0.0,
3652
+ 0.0
3653
+ ],
3654
+ "max": [
3655
+ 0.05000000074505806,
3656
+ 0.0,
3657
+ 0.0
3658
+ ],
3659
+ "mean": [
3660
+ 0.04999999927056967,
3661
+ 0.0,
3662
+ 0.0
3663
+ ],
3664
+ "std": [
3665
+ 1.4675588968909747e-08,
3666
+ 0.0,
3667
+ 0.0
3668
+ ],
3669
+ "count": [
3670
+ 80047
3671
+ ]
3672
+ },
3673
+ "observation.joints": {
3674
+ "min": [
3675
+ -1.3274701833724976,
3676
+ 0.340533584356308,
3677
+ -0.6433085799217224,
3678
+ 0.3172002136707306,
3679
+ -2.333587884902954,
3680
+ -1.608559250831604,
3681
+ -3.353516101837158,
3682
+ 1.0
3683
+ ],
3684
+ "max": [
3685
+ 1.623052716255188,
3686
+ 1.7057230472564697,
3687
+ 3.1387598514556885,
3688
+ 3.927000045776367,
3689
+ 2.3425748348236084,
3690
+ 0.9965652227401733,
3691
+ 3.5597736835479736,
3692
+ 1.0
3693
+ ],
3694
+ "mean": [
3695
+ 0.47014403990839465,
3696
+ 0.6378318338040053,
3697
+ -0.3619412988441289,
3698
+ 0.8799393234401764,
3699
+ 0.901406390436993,
3700
+ 0.3434265909359575,
3701
+ 2.2991370526109436,
3702
+ 1.0
3703
+ ],
3704
+ "std": [
3705
+ 0.3567250958415135,
3706
+ 0.18911842161839656,
3707
+ 0.2983787303026478,
3708
+ 0.3713664416653851,
3709
+ 0.4873913252940674,
3710
+ 0.28279654350878536,
3711
+ 0.8506302784028172,
3712
+ 0.0
3713
+ ],
3714
+ "count": [
3715
+ 80047
3716
+ ]
3717
+ },
3718
+ "observation.images.panda": {
3719
+ "min": [
3720
+ [
3721
+ [
3722
+ 0.0
3723
+ ]
3724
+ ],
3725
+ [
3726
+ [
3727
+ 0.0
3728
+ ]
3729
+ ],
3730
+ [
3731
+ [
3732
+ 0.0
3733
+ ]
3734
+ ]
3735
+ ],
3736
+ "max": [
3737
+ [
3738
+ [
3739
+ 1.0
3740
+ ]
3741
+ ],
3742
+ [
3743
+ [
3744
+ 1.0
3745
+ ]
3746
+ ],
3747
+ [
3748
+ [
3749
+ 1.0
3750
+ ]
3751
+ ]
3752
+ ],
3753
+ "mean": [
3754
+ [
3755
+ [
3756
+ 0.435810912848642
3757
+ ]
3758
+ ],
3759
+ [
3760
+ [
3761
+ 0.5288331683125
3762
+ ]
3763
+ ],
3764
+ [
3765
+ [
3766
+ 0.5592227625536066
3767
+ ]
3768
+ ]
3769
+ ],
3770
+ "std": [
3771
+ [
3772
+ [
3773
+ 0.295773508763943
3774
+ ]
3775
+ ],
3776
+ [
3777
+ [
3778
+ 0.19244254594157184
3779
+ ]
3780
+ ],
3781
+ [
3782
+ [
3783
+ 0.14602580347506347
3784
+ ]
3785
+ ]
3786
+ ],
3787
+ "count": [
3788
+ 80047
3789
+ ]
3790
+ },
3791
+ "observation.kuka_iiwa.base_position": {
3792
+ "min": [
3793
+ 0.05000000074505806,
3794
+ 0.0,
3795
+ 0.0
3796
+ ],
3797
+ "max": [
3798
+ 0.05000000074505806,
3799
+ 0.0,
3800
+ 0.0
3801
+ ],
3802
+ "mean": [
3803
+ 0.04999999927056967,
3804
+ 0.0,
3805
+ 0.0
3806
+ ],
3807
+ "std": [
3808
+ 1.4675588968909747e-08,
3809
+ 0.0,
3810
+ 0.0
3811
+ ],
3812
+ "count": [
3813
+ 80047
3814
+ ]
3815
+ },
3816
+ "observation.kuka_iiwa.ee_pose": {
3817
+ "min": [
3818
+ 0.24092763662338257,
3819
+ -0.30511465668678284,
3820
+ 0.061105262488126755,
3821
+ -0.309438019990921,
3822
+ -3.724204725585878e-05,
3823
+ 0.9508967995643616,
3824
+ -0.11711092293262482
3825
+ ],
3826
+ "max": [
3827
+ 0.6690661907196045,
3828
+ 0.3456220328807831,
3829
+ 0.08500950038433075,
3830
+ 5.8213954616803676e-05,
3831
+ 2.3285399947781116e-05,
3832
+ 1.0,
3833
+ 0.11692832410335541
3834
+ ],
3835
+ "mean": [
3836
+ 0.4524703505271626,
3837
+ 0.00136439141678843,
3838
+ 0.08330671857690972,
3839
+ -0.02429093514455225,
3840
+ -4.893232035605353e-06,
3841
+ 0.9978028232328094,
3842
+ 0.00019996798640546155
3843
+ ],
3844
+ "std": [
3845
+ 0.10144623589659114,
3846
+ 0.14086492482664087,
3847
+ 0.004169411256346512,
3848
+ 0.058127380848206824,
3849
+ 1.1907418626718254e-05,
3850
+ 0.006843199828422986,
3851
+ 0.019334315433475482
3852
+ ],
3853
+ "count": [
3854
+ 80047
3855
+ ]
3856
+ },
3857
+ "observation.sawyer.ee_error": {
3858
+ "min": [
3859
+ -7.331371307373047e-06,
3860
+ -1.6987323760986328e-06,
3861
+ -3.896653652191162e-06,
3862
+ 2.069574657070916e-05,
3863
+ -2.743810910033062e-05,
3864
+ 0.0,
3865
+ -1.2584649994096253e-05
3866
+ ],
3867
+ "max": [
3868
+ 4.172325134277344e-07,
3869
+ 1.2218952178955078e-06,
3870
+ 2.332031726837158e-06,
3871
+ 0.00014972219651099294,
3872
+ 3.506189023028128e-05,
3873
+ 0.0,
3874
+ 7.458095205947757e-05
3875
+ ],
3876
+ "mean": [
3877
+ -3.854841625804371e-06,
3878
+ -7.562058843417484e-07,
3879
+ -1.249096394922167e-06,
3880
+ 8.102996251387633e-05,
3881
+ 1.812800001720262e-06,
3882
+ 0.0,
3883
+ 5.2435927615467595e-05
3884
+ ],
3885
+ "std": [
3886
+ 1.1277801550635545e-06,
3887
+ 2.606000549903854e-07,
3888
+ 8.135363182989296e-07,
3889
+ 2.0064139749389476e-05,
3890
+ 1.2143858106131223e-05,
3891
+ 0.0,
3892
+ 1.560611621862064e-05
3893
+ ],
3894
+ "count": [
3895
+ 80047
3896
+ ]
3897
+ },
3898
+ "observation.panda.ee_error": {
3899
+ "min": [
3900
+ -0.009081423282623291,
3901
+ -0.0032459571957588196,
3902
+ -0.0014336630702018738,
3903
+ -0.013215433806180954,
3904
+ -0.03760441392660141,
3905
+ 0.0,
3906
+ -0.0022255710791796446
3907
+ ],
3908
+ "max": [
3909
+ 0.0009859800338745117,
3910
+ 0.0016572773456573486,
3911
+ 0.013093508780002594,
3912
+ 0.01731705479323864,
3913
+ 6.727394793415442e-05,
3914
+ 0.0009046792984008789,
3915
+ 0.0227087140083313
3916
+ ],
3917
+ "mean": [
3918
+ -3.2508066790343e-06,
3919
+ -5.444876492954463e-06,
3920
+ -1.8361330410445349e-06,
3921
+ 4.76761759601951e-05,
3922
+ -0.00016314250533286674,
3923
+ 1.5959423373909542e-06,
3924
+ 0.00017319306221807857
3925
+ ],
3926
+ "std": [
3927
+ 0.00011481440995896501,
3928
+ 7.966211294494335e-05,
3929
+ 0.00014110580241496185,
3930
+ 0.0007882545004511548,
3931
+ 0.0011913886501182744,
3932
+ 2.106872808254315e-05,
3933
+ 0.0010490932653847238
3934
+ ],
3935
+ "count": [
3936
+ 80047
3937
+ ]
3938
+ },
3939
+ "observation.kuka_iiwa.base_orientation": {
3940
+ "min": [
3941
+ 0.0
3942
+ ],
3943
+ "max": [
3944
+ 0.0
3945
+ ],
3946
+ "mean": [
3947
+ 0.0
3948
+ ],
3949
+ "std": [
3950
+ 0.0
3951
+ ],
3952
+ "count": [
3953
+ 80047
3954
+ ]
3955
+ },
3956
+ "observation.ur5e.joints": {
3957
+ "min": [
3958
+ -4.402956485748291,
3959
+ -1.2956701517105103,
3960
+ 1.5570889711380005,
3961
+ -3.602794885635376,
3962
+ -1.571618914604187,
3963
+ -5.973155498504639,
3964
+ 1.0
3965
+ ],
3966
+ "max": [
3967
+ 3.8355157375335693,
3968
+ -0.7679230570793152,
3969
+ 3.0797948837280273,
3970
+ -2.3600149154663086,
3971
+ -1.5705809593200684,
3972
+ 2.264492988586426,
3973
+ 1.0
3974
+ ],
3975
+ "mean": [
3976
+ 2.755569658261608,
3977
+ -1.1342519530015776,
3978
+ 2.3846929152055028,
3979
+ -2.821193006824479,
3980
+ -1.5707006922834128,
3981
+ 1.1846548602250622,
3982
+ 1.0
3983
+ ],
3984
+ "std": [
3985
+ 0.5849545715922536,
3986
+ 0.11533751367182407,
3987
+ 0.2960660564742688,
3988
+ 0.18625850056617144,
3989
+ 4.051119755165335e-05,
3990
+ 0.5848960849727115,
3991
+ 0.0
3992
+ ],
3993
+ "count": [
3994
+ 80047
3995
+ ]
3996
+ },
3997
+ "timestamp": {
3998
+ "min": [
3999
+ 0.0
4000
+ ],
4001
+ "max": [
4002
+ 5.0
4003
+ ],
4004
+ "mean": [
4005
+ 1.0134758329481428
4006
+ ],
4007
+ "std": [
4008
+ 0.883579227794293
4009
+ ],
4010
+ "count": [
4011
+ 80047
4012
+ ]
4013
+ }
4014
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce45ddfb08b34c5243eab72241dafc30f27aa662d08c7032609bbe52effe5be6
3
+ size 96469
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:ead77f8d182e95ddd42e18864860ed87a28c1166813e3018ff1a60594d3fcb19
3
+ size 521122479
videos/observation.images.google_robot/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4479c74e97ae49e17fd344437c3b57244582ac3c93f3d828c4bade7777bb9779
3
+ size 160220521
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:3e2e7420ad02ed0bf6217b3635b82526d51502c3e5994a721de6617c463889f8
3
+ size 521860696
videos/observation.images.image/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12883fe91599640c9395484e94df2b590f9379e9b57fc93ef09bd0812a893c13
3
+ size 358541795
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:aeb550ee0dc9b4112924775872bef90a7ccf59722ed0c64c0d193ab1c55169a5
3
+ size 521076875
videos/observation.images.jaco/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0604fb84a9aa151e677398525676e8c35d7325a6ba1e7ce72a1af757233fccc
3
+ size 146439136
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:4516f848fb464fa4b4ff3759a4f6270ccca8dbaf3703a6354c9852349183a3e0
3
+ size 521151845
videos/observation.images.kinova3/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:603a931e59ba4346f23978c6fc0a5305721246bb60b0d351275dad484018e200
3
+ size 175283794
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:5d6981413f5e38e49daaeffad4dd7a5869e8474c6289ecf7828107a32f72c339
3
+ size 521023566
videos/observation.images.kuka_iiwa/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa80e7a1121bcca9ef69fe6e09cd64fb73e4cb5249e72cbd5fe58905946f69b
3
+ size 133015592
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:e7211c30d44649a4f0630753c25f8ffe552243012e7dee8be0602cb79ce8ce78
3
+ size 521176639
videos/observation.images.panda/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c3070fbe07794967ad41534e97ef267685c1a3ac258781a6ef55ca118df08a6
3
+ size 171781643
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:58976833aee1571b9bc7c3d266eb327d6b9fd0690f7020bf9fd8992d59b17b9f
3
+ size 520966408
videos/observation.images.sawyer/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c26ea59a0a540a954d1074437ffbb15410990285b7de019165af5dbc096d060
3
+ size 138135534
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:b21ab9036c6aa6e3ee7c52d906869c786c115a3b4f3f15eb938d802f50895af9
3
+ size 521145325
videos/observation.images.ur5e/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b99c3b5691390d9bfd234cb0fbc63cfa6b82331b85959ea77b2f87090099eb8
3
+ size 161931453