GuanhuaJi commited on
Commit
a73796a
·
verified ·
1 Parent(s): a9e4220

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "fractal20220817_data_train_2500_5000_augmented"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e", "xarm7"]
10
+ fps: 3
11
+ total_episodes: 2500
12
+ total_frames: 106995
13
+ total_videos: null
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/file-*.parquet"
21
+ ---
22
+ # fractal20220817_data_train_2500_5000_augmented
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e, xarm7
28
+ - **FPS**: 3
29
+ - **Episodes**: 2,500
30
+ - **Frames**: 106,995
31
+ - **Splits**:
32
+ - `train`: `0:2500`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.image` | `video` | `256×320×3` | Source robot's image from original dataset |
46
+ | `observation.images.jaco` | `video` | `256×320×3` | Augmented image for jaco robot |
47
+ | `observation.images.kinova3` | `video` | `256×320×3` | Augmented image for kinova3 robot |
48
+ | `observation.images.kuka_iiwa` | `video` | `256×320×3` | Augmented image for kuka_iiwa robot |
49
+ | `observation.images.panda` | `video` | `256×320×3` | Augmented image for panda robot |
50
+ | `observation.images.sawyer` | `video` | `256×320×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `256×320×3` | Augmented image for ur5e robot |
52
+ | `observation.images.xarm7` | `video` | `256×320×3` | Augmented image for xarm7 robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `string` | `1` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
61
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
62
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
63
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
64
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
65
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
66
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
67
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
68
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
69
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
72
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
73
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
74
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
77
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
78
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
79
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
82
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
83
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
84
+ | `observation.state` | `float32` | `7` | Copy of the state field in source robot's RLDS dataset |
85
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
86
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
87
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
88
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
89
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
90
+ | `observation.xarm7.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.xarm7.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.xarm7.ee_error` | `float32` | `7` | The eef difference between the augmented xarm7 robot and the original robot |
93
+ | `observation.xarm7.ee_pose` | `float32` | `7` | The eef position of xarm7 robot |
94
+ | `observation.xarm7.joints` | `float32` | `8` | The joint position of xarm7 robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/](https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @misc{googleblog_rt1_2022,
115
+ author = {Keerthana Gopalakrishnan and Kanishka Rao},
116
+ title = {RT-1: Robotics Transformer for real-world control at scale},
117
+ howpublished = {Google Research Blog},
118
+ year = {2022},
119
+ month = {December},
120
+ url = {https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/}
121
+ }
122
+ ```
123
+
124
+ ## OXE-AugE Dataset Citation (ours)
125
+
126
+ ```bibtex
127
+ @misc{
128
+ ji2025oxeauge,
129
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
130
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
131
+ journal={arXiv preprint arXiv:2512.13100},
132
+ year={2025}
133
+ }
134
+ ```
README.md.bak ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "fractal20220817_data_train_2500_5000"
3
+ license: "cc-by-4.0"
4
+ tags: [robotics, lerobot, oxe-auge, dataset]
5
+ task_categories: [robotics]
6
+
7
+ oxe_aug:
8
+ codebase_version: "v3.0"
9
+ robots: ["images", "jaco", "kinova3", "kuka_iiwa", "panda", "sawyer", "ur5e", "xarm7"]
10
+ fps: 3
11
+ total_episodes: 2500
12
+ total_frames: 106995
13
+ total_videos: null
14
+
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path:
20
+ - "data/chunk-*/file-*.parquet"
21
+ ---
22
+ # fractal20220817_data_train_2500_5000
23
+
24
+ ## Overview
25
+
26
+ - **Codebase version**: `v3.0`
27
+ - **Robots**: images, jaco, kinova3, kuka_iiwa, panda, sawyer, ur5e, xarm7
28
+ - **FPS**: 3
29
+ - **Episodes**: 2,500
30
+ - **Frames**: 106,995
31
+ - **Splits**:
32
+ - `train`: `0:2500`
33
+
34
+ ## Data Layout
35
+
36
+ ```text
37
+ data_path : data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
38
+ video_path: videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
39
+ ```
40
+
41
+ ## Features
42
+
43
+ | Feature | dtype | shape | description |
44
+ |---|---:|---:|---|
45
+ | `observation.images.image` | `video` | `256×320×3` | Source robot's image from original dataset |
46
+ | `observation.images.jaco` | `video` | `256×320×3` | Augmented image for jaco robot |
47
+ | `observation.images.kinova3` | `video` | `256×320×3` | Augmented image for kinova3 robot |
48
+ | `observation.images.kuka_iiwa` | `video` | `256×320×3` | Augmented image for kuka_iiwa robot |
49
+ | `observation.images.panda` | `video` | `256×320×3` | Augmented image for panda robot |
50
+ | `observation.images.sawyer` | `video` | `256×320×3` | Augmented image for sawyer robot |
51
+ | `observation.images.ur5e` | `video` | `256×320×3` | Augmented image for ur5e robot |
52
+ | `observation.images.xarm7` | `video` | `256×320×3` | Augmented image for xarm7 robot |
53
+ | `episode_index` | `int64` | `1` | Index of the current episode within the dataset. |
54
+ | `frame_index` | `int64` | `1` | Index of the current frame within its episode. |
55
+ | `index` | `int64` | `1` | Global frame index across the whole dataset. |
56
+ | `natural_language_instruction` | `string` | `1` | Natural language command describing the task |
57
+ | `observation.ee_pose` | `float32` | `7` | Source robot's eef position |
58
+ | `observation.jaco.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
59
+ | `observation.jaco.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
60
+ | `observation.jaco.ee_error` | `float32` | `7` | The eef difference between the augmented jaco robot and the original robot |
61
+ | `observation.jaco.ee_pose` | `float32` | `7` | The eef position of jaco robot |
62
+ | `observation.jaco.joints` | `float32` | `7` | The joint position of jaco robot |
63
+ | `observation.joints` | `float32` | `8` | Joint angle of source robot |
64
+ | `observation.kinova3.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
65
+ | `observation.kinova3.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
66
+ | `observation.kinova3.ee_error` | `float32` | `7` | The eef difference between the augmented kinova3 robot and the original robot |
67
+ | `observation.kinova3.ee_pose` | `float32` | `7` | The eef position of kinova3 robot |
68
+ | `observation.kinova3.joints` | `float32` | `8` | The joint position of kinova3 robot |
69
+ | `observation.kuka_iiwa.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
70
+ | `observation.kuka_iiwa.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
71
+ | `observation.kuka_iiwa.ee_error` | `float32` | `7` | The eef difference between the augmented kuka_iiwa robot and the original robot |
72
+ | `observation.kuka_iiwa.ee_pose` | `float32` | `7` | The eef position of kuka_iiwa robot |
73
+ | `observation.kuka_iiwa.joints` | `float32` | `8` | The joint position of kuka_iiwa robot |
74
+ | `observation.panda.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
75
+ | `observation.panda.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
76
+ | `observation.panda.ee_error` | `float32` | `7` | The eef difference between the augmented panda robot and the original robot |
77
+ | `observation.panda.ee_pose` | `float32` | `7` | The eef position of panda robot |
78
+ | `observation.panda.joints` | `float32` | `8` | The joint position of panda robot |
79
+ | `observation.sawyer.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
80
+ | `observation.sawyer.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
81
+ | `observation.sawyer.ee_error` | `float32` | `7` | The eef difference between the augmented sawyer robot and the original robot |
82
+ | `observation.sawyer.ee_pose` | `float32` | `7` | The eef position of sawyer robot |
83
+ | `observation.sawyer.joints` | `float32` | `8` | The joint position of sawyer robot |
84
+ | `observation.state` | `float32` | `7` | Copy of the state field in source robot's RLDS dataset |
85
+ | `observation.ur5e.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
86
+ | `observation.ur5e.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
87
+ | `observation.ur5e.ee_error` | `float32` | `7` | The eef difference between the augmented ur5e robot and the original robot |
88
+ | `observation.ur5e.ee_pose` | `float32` | `7` | The eef position of ur5e robot |
89
+ | `observation.ur5e.joints` | `float32` | `7` | The joint position of ur5e robot |
90
+ | `observation.xarm7.base_orientation` | `float32` | `1` | Rotation along z-axis CCW to make the robot not blocking the camera (mostly 0) |
91
+ | `observation.xarm7.base_position` | `float32` | `3` | Base translation applied so the trajectory remains achievable |
92
+ | `observation.xarm7.ee_error` | `float32` | `7` | The eef difference between the augmented xarm7 robot and the original robot |
93
+ | `observation.xarm7.ee_pose` | `float32` | `7` | The eef position of xarm7 robot |
94
+ | `observation.xarm7.joints` | `float32` | `8` | The joint position of xarm7 robot |
95
+ | `task_index` | `int64` | `1` | Integer ID of the high-level task this episode/frame belongs to. |
96
+ | `timestamp` | `float32` | `1` | Time stamp of the current frame within the episode (in second). |
97
+
98
+ ## Website
99
+
100
+ - Website page: [https://oxe-auge.github.io/](https://oxe-auge.github.io/)
101
+ - Project repository: [https://github.com/GuanhuaJi/oxe-auge](https://github.com/GuanhuaJi/oxe-auge)
102
+
103
+ ## Paper
104
+
105
+ - [https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/](https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/)
106
+
107
+ ## Citation Policy
108
+
109
+ If you use **OXE-AugE** datasets, please cite **both** our dataset and the **upstream datasets**.
110
+
111
+ ## Upstream Dataset Citation (original dataset)
112
+
113
+ ```bibtex
114
+ @misc{googleblog_rt1_2022,
115
+ author = {Keerthana Gopalakrishnan and Kanishka Rao},
116
+ title = {RT-1: Robotics Transformer for real-world control at scale},
117
+ howpublished = {Google Research Blog},
118
+ year = {2022},
119
+ month = {December},
120
+ url = {https://research.google/blog/rt-1-robotics-transformer-for-real-world-control-at-scale/}
121
+ }
122
+ ```
123
+
124
+ ## OXE-AugE Dataset Citation (ours)
125
+
126
+ ```bibtex
127
+ @misc{
128
+ ji2025oxeauge,
129
+ title = {OXE-AugE: A Large-Scale Robot Augmentation of OXE for Scaling Cross-Embodiment Policy Learning},
130
+ author = {Ji, Guanhua and Polavaram, Harsha and Chen, Lawrence Yunliang and Bajamahal, Sandeep and Ma, Zehan and Adebola, Simeon and Xu, Chenfeng and Goldberg, Ken},
131
+ journal={arXiv preprint arXiv:2512.13100},
132
+ year={2025}
133
+ }
134
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa28152fc014068a9e0c06d1fee48282ec003db0e91baf26a358582b91feb4a
3
+ size 80571982
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da31d48eda6b034a0485963bb3cde59d866cdad640dad918a489a6ca4d24793
3
+ size 14583834
meta/info.json ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mixed",
4
+ "total_episodes": 2500,
5
+ "total_frames": 106995,
6
+ "total_tasks": 432,
7
+ "chunks_size": 1000,
8
+ "fps": 3,
9
+ "splits": {
10
+ "train": "0:2500"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "observation.sawyer.joints": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 8
19
+ ],
20
+ "fps": 3
21
+ },
22
+ "observation.sawyer.ee_pose": {
23
+ "dtype": "float32",
24
+ "shape": [
25
+ 7
26
+ ],
27
+ "fps": 3
28
+ },
29
+ "observation.sawyer.base_position": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 3
33
+ ],
34
+ "fps": 3
35
+ },
36
+ "observation.sawyer.base_orientation": {
37
+ "dtype": "float32",
38
+ "shape": [
39
+ 1
40
+ ],
41
+ "fps": 3
42
+ },
43
+ "observation.sawyer.ee_error": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "fps": 3
49
+ },
50
+ "observation.images.sawyer": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 256,
54
+ 320,
55
+ 3
56
+ ],
57
+ "info": {
58
+ "video.height": 256,
59
+ "video.width": 320,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 3,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.ur5e.joints": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "fps": 3
74
+ },
75
+ "observation.ur5e.ee_pose": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 7
79
+ ],
80
+ "fps": 3
81
+ },
82
+ "observation.ur5e.base_position": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 3
86
+ ],
87
+ "fps": 3
88
+ },
89
+ "observation.ur5e.base_orientation": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "fps": 3
95
+ },
96
+ "observation.ur5e.ee_error": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 7
100
+ ],
101
+ "fps": 3
102
+ },
103
+ "observation.images.ur5e": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 256,
107
+ 320,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 256,
112
+ "video.width": 320,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 3,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.panda.joints": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 8
125
+ ],
126
+ "fps": 3
127
+ },
128
+ "observation.panda.ee_pose": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 7
132
+ ],
133
+ "fps": 3
134
+ },
135
+ "observation.panda.base_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "fps": 3
141
+ },
142
+ "observation.panda.base_orientation": {
143
+ "dtype": "float32",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "fps": 3
148
+ },
149
+ "observation.panda.ee_error": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 7
153
+ ],
154
+ "fps": 3
155
+ },
156
+ "observation.images.panda": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 256,
160
+ 320,
161
+ 3
162
+ ],
163
+ "info": {
164
+ "video.height": 256,
165
+ "video.width": 320,
166
+ "video.codec": "av1",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 3,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.kinova3.joints": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 8
178
+ ],
179
+ "fps": 3
180
+ },
181
+ "observation.kinova3.ee_pose": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 7
185
+ ],
186
+ "fps": 3
187
+ },
188
+ "observation.kinova3.base_position": {
189
+ "dtype": "float32",
190
+ "shape": [
191
+ 3
192
+ ],
193
+ "fps": 3
194
+ },
195
+ "observation.kinova3.base_orientation": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "fps": 3
201
+ },
202
+ "observation.kinova3.ee_error": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 7
206
+ ],
207
+ "fps": 3
208
+ },
209
+ "observation.images.kinova3": {
210
+ "dtype": "video",
211
+ "shape": [
212
+ 256,
213
+ 320,
214
+ 3
215
+ ],
216
+ "info": {
217
+ "video.height": 256,
218
+ "video.width": 320,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 3,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "observation.kuka_iiwa.joints": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 8
231
+ ],
232
+ "fps": 3
233
+ },
234
+ "observation.kuka_iiwa.ee_pose": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 7
238
+ ],
239
+ "fps": 3
240
+ },
241
+ "observation.kuka_iiwa.base_position": {
242
+ "dtype": "float32",
243
+ "shape": [
244
+ 3
245
+ ],
246
+ "fps": 3
247
+ },
248
+ "observation.kuka_iiwa.base_orientation": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "fps": 3
254
+ },
255
+ "observation.kuka_iiwa.ee_error": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 7
259
+ ],
260
+ "fps": 3
261
+ },
262
+ "observation.images.kuka_iiwa": {
263
+ "dtype": "video",
264
+ "shape": [
265
+ 256,
266
+ 320,
267
+ 3
268
+ ],
269
+ "info": {
270
+ "video.height": 256,
271
+ "video.width": 320,
272
+ "video.codec": "av1",
273
+ "video.pix_fmt": "yuv420p",
274
+ "video.is_depth_map": false,
275
+ "video.fps": 3,
276
+ "video.channels": 3,
277
+ "has_audio": false
278
+ }
279
+ },
280
+ "observation.xarm7.joints": {
281
+ "dtype": "float32",
282
+ "shape": [
283
+ 8
284
+ ],
285
+ "fps": 3
286
+ },
287
+ "observation.xarm7.ee_pose": {
288
+ "dtype": "float32",
289
+ "shape": [
290
+ 7
291
+ ],
292
+ "fps": 3
293
+ },
294
+ "observation.xarm7.base_position": {
295
+ "dtype": "float32",
296
+ "shape": [
297
+ 3
298
+ ],
299
+ "fps": 3
300
+ },
301
+ "observation.xarm7.base_orientation": {
302
+ "dtype": "float32",
303
+ "shape": [
304
+ 1
305
+ ],
306
+ "fps": 3
307
+ },
308
+ "observation.xarm7.ee_error": {
309
+ "dtype": "float32",
310
+ "shape": [
311
+ 7
312
+ ],
313
+ "fps": 3
314
+ },
315
+ "observation.images.xarm7": {
316
+ "dtype": "video",
317
+ "shape": [
318
+ 256,
319
+ 320,
320
+ 3
321
+ ],
322
+ "info": {
323
+ "video.height": 256,
324
+ "video.width": 320,
325
+ "video.codec": "av1",
326
+ "video.pix_fmt": "yuv420p",
327
+ "video.is_depth_map": false,
328
+ "video.fps": 3,
329
+ "video.channels": 3,
330
+ "has_audio": false
331
+ }
332
+ },
333
+ "observation.jaco.joints": {
334
+ "dtype": "float32",
335
+ "shape": [
336
+ 7
337
+ ],
338
+ "fps": 3
339
+ },
340
+ "observation.jaco.ee_pose": {
341
+ "dtype": "float32",
342
+ "shape": [
343
+ 7
344
+ ],
345
+ "fps": 3
346
+ },
347
+ "observation.jaco.base_position": {
348
+ "dtype": "float32",
349
+ "shape": [
350
+ 3
351
+ ],
352
+ "fps": 3
353
+ },
354
+ "observation.jaco.base_orientation": {
355
+ "dtype": "float32",
356
+ "shape": [
357
+ 1
358
+ ],
359
+ "fps": 3
360
+ },
361
+ "observation.jaco.ee_error": {
362
+ "dtype": "float32",
363
+ "shape": [
364
+ 7
365
+ ],
366
+ "fps": 3
367
+ },
368
+ "observation.images.jaco": {
369
+ "dtype": "video",
370
+ "shape": [
371
+ 256,
372
+ 320,
373
+ 3
374
+ ],
375
+ "info": {
376
+ "video.height": 256,
377
+ "video.width": 320,
378
+ "video.codec": "av1",
379
+ "video.pix_fmt": "yuv420p",
380
+ "video.is_depth_map": false,
381
+ "video.fps": 3,
382
+ "video.channels": 3,
383
+ "has_audio": false
384
+ }
385
+ },
386
+ "observation.images.image": {
387
+ "dtype": "video",
388
+ "shape": [
389
+ 256,
390
+ 320,
391
+ 3
392
+ ],
393
+ "info": {
394
+ "video.height": 256,
395
+ "video.width": 320,
396
+ "video.codec": "av1",
397
+ "video.pix_fmt": "yuv420p",
398
+ "video.is_depth_map": false,
399
+ "video.fps": 3,
400
+ "video.channels": 3,
401
+ "has_audio": false
402
+ }
403
+ },
404
+ "natural_language_instruction": {
405
+ "dtype": "string",
406
+ "shape": [
407
+ 1
408
+ ],
409
+ "fps": 3
410
+ },
411
+ "observation.state": {
412
+ "dtype": "float32",
413
+ "shape": [
414
+ 7
415
+ ],
416
+ "fps": 3
417
+ },
418
+ "observation.joints": {
419
+ "dtype": "float32",
420
+ "shape": [
421
+ 8
422
+ ],
423
+ "fps": 3
424
+ },
425
+ "observation.ee_pose": {
426
+ "dtype": "float32",
427
+ "shape": [
428
+ 7
429
+ ],
430
+ "fps": 3
431
+ },
432
+ "timestamp": {
433
+ "dtype": "float32",
434
+ "shape": [
435
+ 1
436
+ ],
437
+ "names": null,
438
+ "fps": 3
439
+ },
440
+ "frame_index": {
441
+ "dtype": "int64",
442
+ "shape": [
443
+ 1
444
+ ],
445
+ "names": null,
446
+ "fps": 3
447
+ },
448
+ "episode_index": {
449
+ "dtype": "int64",
450
+ "shape": [
451
+ 1
452
+ ],
453
+ "names": null,
454
+ "fps": 3
455
+ },
456
+ "index": {
457
+ "dtype": "int64",
458
+ "shape": [
459
+ 1
460
+ ],
461
+ "names": null,
462
+ "fps": 3
463
+ },
464
+ "task_index": {
465
+ "dtype": "int64",
466
+ "shape": [
467
+ 1
468
+ ],
469
+ "names": null,
470
+ "fps": 3
471
+ }
472
+ },
473
+ "data_files_size_in_mb": 500,
474
+ "video_files_size_in_mb": 500
475
+ }
meta/stats.json ADDED
@@ -0,0 +1,1973 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.sawyer.base_position": {
3
+ "min": [
4
+ -0.20000000298023224,
5
+ -0.20000000298023224,
6
+ -0.13124999403953552
7
+ ],
8
+ "max": [
9
+ -0.20000000298023224,
10
+ -0.20000000298023224,
11
+ -0.13124999403953552
12
+ ],
13
+ "mean": [
14
+ -0.19999992940781178,
15
+ -0.19999992940781178,
16
+ -0.13124997384626513
17
+ ],
18
+ "std": [
19
+ 1.1410204628043538e-07,
20
+ 1.1410204628043538e-07,
21
+ 7.457452827836056e-08
22
+ ],
23
+ "count": [
24
+ 106995
25
+ ]
26
+ },
27
+ "observation.ur5e.base_orientation": {
28
+ "min": [
29
+ 0.0
30
+ ],
31
+ "max": [
32
+ 0.0
33
+ ],
34
+ "mean": [
35
+ 0.0
36
+ ],
37
+ "std": [
38
+ 0.0
39
+ ],
40
+ "count": [
41
+ 106995
42
+ ]
43
+ },
44
+ "observation.kinova3.base_orientation": {
45
+ "min": [
46
+ 0.0
47
+ ],
48
+ "max": [
49
+ 0.0
50
+ ],
51
+ "mean": [
52
+ 0.0
53
+ ],
54
+ "std": [
55
+ 0.0
56
+ ],
57
+ "count": [
58
+ 106995
59
+ ]
60
+ },
61
+ "observation.jaco.base_position": {
62
+ "min": [
63
+ -0.15000000596046448,
64
+ 0.15000000596046448,
65
+ -0.30000001192092896
66
+ ],
67
+ "max": [
68
+ -0.15000000596046448,
69
+ 0.15000000596046448,
70
+ -0.30000001192092896
71
+ ],
72
+ "mean": [
73
+ -0.15000002097415557,
74
+ 0.15000002097415557,
75
+ -0.30000004194831115
76
+ ],
77
+ "std": [
78
+ 8.951957585609791e-08,
79
+ 8.951957585609791e-08,
80
+ 1.7903915171219582e-07
81
+ ],
82
+ "count": [
83
+ 106995
84
+ ]
85
+ },
86
+ "observation.ur5e.ee_error": {
87
+ "min": [
88
+ -0.018343687057495117,
89
+ -0.007110878825187683,
90
+ -0.0033566057682037354,
91
+ -1.0723443031311035,
92
+ -1.704895257949829,
93
+ -1.4065454006195068,
94
+ -1.2266038656234741
95
+ ],
96
+ "max": [
97
+ 0.08095061779022217,
98
+ 0.03992253541946411,
99
+ 0.05169689655303955,
100
+ 1.3367115259170532,
101
+ 1.4040639400482178,
102
+ 1.403356909751892,
103
+ 1.0417735576629639
104
+ ],
105
+ "mean": [
106
+ 0.0007139589505738463,
107
+ 0.00018972624032961204,
108
+ 0.0007530252669445236,
109
+ 0.008114450901420085,
110
+ -0.009851272457362371,
111
+ 0.0069709598347164415,
112
+ 0.001789130266112581
113
+ ],
114
+ "std": [
115
+ 0.0029726007928262627,
116
+ 0.0011053644683570207,
117
+ 0.0025247520365870076,
118
+ 0.10666366794940198,
119
+ 0.13122111803657271,
120
+ 0.1005410299772148,
121
+ 0.0497846450377964
122
+ ],
123
+ "count": [
124
+ 106995
125
+ ]
126
+ },
127
+ "observation.xarm7.ee_pose": {
128
+ "min": [
129
+ -0.1600954532623291,
130
+ -0.25271499156951904,
131
+ -0.2574164867401123,
132
+ -0.6876266598701477,
133
+ -0.7059447169303894,
134
+ -0.7060573101043701,
135
+ -0.6293926239013672
136
+ ],
137
+ "max": [
138
+ 0.7183991074562073,
139
+ 0.6293150782585144,
140
+ 1.01588773727417,
141
+ 0.914692223072052,
142
+ 0.999934732913971,
143
+ 0.9993215203285217,
144
+ 0.8984694480895996
145
+ ],
146
+ "mean": [
147
+ 0.25928838873109117,
148
+ 0.21635839956152292,
149
+ 0.47680458486272925,
150
+ 0.20340638494483565,
151
+ -0.23920744271979225,
152
+ 0.4933349913706271,
153
+ 0.09182126029991634
154
+ ],
155
+ "std": [
156
+ 0.12479704933853893,
157
+ 0.11447486695216398,
158
+ 0.24277742861038795,
159
+ 0.2855112041018467,
160
+ 0.5134465852364156,
161
+ 0.524936119779758,
162
+ 0.16997974250148512
163
+ ],
164
+ "count": [
165
+ 106995
166
+ ]
167
+ },
168
+ "observation.kuka_iiwa.base_orientation": {
169
+ "min": [
170
+ 0.0
171
+ ],
172
+ "max": [
173
+ 0.0
174
+ ],
175
+ "mean": [
176
+ 0.0
177
+ ],
178
+ "std": [
179
+ 0.0
180
+ ],
181
+ "count": [
182
+ 106995
183
+ ]
184
+ },
185
+ "observation.images.xarm7": {
186
+ "min": [
187
+ [
188
+ [
189
+ 0.0
190
+ ]
191
+ ],
192
+ [
193
+ [
194
+ 0.0
195
+ ]
196
+ ],
197
+ [
198
+ [
199
+ 0.0
200
+ ]
201
+ ]
202
+ ],
203
+ "max": [
204
+ [
205
+ [
206
+ 1.0
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 1.0
212
+ ]
213
+ ],
214
+ [
215
+ [
216
+ 1.0
217
+ ]
218
+ ]
219
+ ],
220
+ "mean": [
221
+ [
222
+ [
223
+ 0.40343263422034364
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 0.30372548140725686
229
+ ]
230
+ ],
231
+ [
232
+ [
233
+ 0.2418447307607826
234
+ ]
235
+ ]
236
+ ],
237
+ "std": [
238
+ [
239
+ [
240
+ 0.2617260387604407
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.24124525506904318
246
+ ]
247
+ ],
248
+ [
249
+ [
250
+ 0.23408914338648693
251
+ ]
252
+ ]
253
+ ],
254
+ "count": [
255
+ 106321
256
+ ]
257
+ },
258
+ "observation.sawyer.ee_pose": {
259
+ "min": [
260
+ -0.06008963659405708,
261
+ -0.7523132562637329,
262
+ -0.08868447691202164,
263
+ -0.6703195571899414,
264
+ -0.7059121131896973,
265
+ -0.7061470746994019,
266
+ -0.5663828253746033
267
+ ],
268
+ "max": [
269
+ 0.8184148669242859,
270
+ 0.13339321315288544,
271
+ 1.1745622158050537,
272
+ 0.8948092460632324,
273
+ 0.9999349117279053,
274
+ 0.9993250370025635,
275
+ 0.7186859846115112
276
+ ],
277
+ "mean": [
278
+ 0.3592259066510944,
279
+ -0.2835243012666106,
280
+ 0.6456265727617656,
281
+ 0.20481412519500494,
282
+ -0.23976258419869373,
283
+ 0.49456367782035343,
284
+ 0.09177358214628545
285
+ ],
286
+ "std": [
287
+ 0.12493126814593727,
288
+ 0.11452119606952628,
289
+ 0.24280099828016363,
290
+ 0.28423754880457197,
291
+ 0.5132070740365915,
292
+ 0.5241340094904641,
293
+ 0.16929415691452215
294
+ ],
295
+ "count": [
296
+ 106995
297
+ ]
298
+ },
299
+ "observation.images.sawyer": {
300
+ "min": [
301
+ [
302
+ [
303
+ 0.0
304
+ ]
305
+ ],
306
+ [
307
+ [
308
+ 0.0
309
+ ]
310
+ ],
311
+ [
312
+ [
313
+ 0.0
314
+ ]
315
+ ]
316
+ ],
317
+ "max": [
318
+ [
319
+ [
320
+ 1.0
321
+ ]
322
+ ],
323
+ [
324
+ [
325
+ 1.0
326
+ ]
327
+ ],
328
+ [
329
+ [
330
+ 1.0
331
+ ]
332
+ ]
333
+ ],
334
+ "mean": [
335
+ [
336
+ [
337
+ 0.4082746870539178
338
+ ]
339
+ ],
340
+ [
341
+ [
342
+ 0.2692497236308302
343
+ ]
344
+ ],
345
+ [
346
+ [
347
+ 0.2161088690833857
348
+ ]
349
+ ]
350
+ ],
351
+ "std": [
352
+ [
353
+ [
354
+ 0.25969784622947617
355
+ ]
356
+ ],
357
+ [
358
+ [
359
+ 0.20516335086355786
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.18764145241596988
365
+ ]
366
+ ]
367
+ ],
368
+ "count": [
369
+ 106321
370
+ ]
371
+ },
372
+ "observation.xarm7.base_orientation": {
373
+ "min": [
374
+ 0.0
375
+ ],
376
+ "max": [
377
+ 0.0
378
+ ],
379
+ "mean": [
380
+ 0.0
381
+ ],
382
+ "std": [
383
+ 0.0
384
+ ],
385
+ "count": [
386
+ 106995
387
+ ]
388
+ },
389
+ "observation.kuka_iiwa.ee_error": {
390
+ "min": [
391
+ -0.03130337595939636,
392
+ -0.013230472803115845,
393
+ -0.02843959629535675,
394
+ -1.2137227058410645,
395
+ -1.7049288749694824,
396
+ -1.4034810066223145,
397
+ -1.226637363433838
398
+ ],
399
+ "max": [
400
+ 0.19313210248947144,
401
+ 0.16071933507919312,
402
+ 0.07379710674285889,
403
+ 1.340372920036316,
404
+ 1.5294371843338013,
405
+ 1.4142942428588867,
406
+ 1.085575819015503
407
+ ],
408
+ "mean": [
409
+ 0.004463033925452029,
410
+ 0.003873002024231011,
411
+ 0.002413461092016554,
412
+ -0.008858718801221542,
413
+ 0.0018505305660608791,
414
+ 0.0012959844191725513,
415
+ -0.006338108554869979
416
+ ],
417
+ "std": [
418
+ 0.012549432744292767,
419
+ 0.011046923847039604,
420
+ 0.005466591160045762,
421
+ 0.15470388316637487,
422
+ 0.17928224971370868,
423
+ 0.1518675406922371,
424
+ 0.06907263531459529
425
+ ],
426
+ "count": [
427
+ 106995
428
+ ]
429
+ },
430
+ "observation.images.ur5e": {
431
+ "min": [
432
+ [
433
+ [
434
+ 0.0
435
+ ]
436
+ ],
437
+ [
438
+ [
439
+ 0.0
440
+ ]
441
+ ],
442
+ [
443
+ [
444
+ 0.0
445
+ ]
446
+ ]
447
+ ],
448
+ "max": [
449
+ [
450
+ [
451
+ 1.0
452
+ ]
453
+ ],
454
+ [
455
+ [
456
+ 1.0
457
+ ]
458
+ ],
459
+ [
460
+ [
461
+ 1.0
462
+ ]
463
+ ]
464
+ ],
465
+ "mean": [
466
+ [
467
+ [
468
+ 0.3600621283077771
469
+ ]
470
+ ],
471
+ [
472
+ [
473
+ 0.2630790127012123
474
+ ]
475
+ ],
476
+ [
477
+ [
478
+ 0.2029122562974386
479
+ ]
480
+ ]
481
+ ],
482
+ "std": [
483
+ [
484
+ [
485
+ 0.23275651601092595
486
+ ]
487
+ ],
488
+ [
489
+ [
490
+ 0.19219611162488026
491
+ ]
492
+ ],
493
+ [
494
+ [
495
+ 0.17350768192428734
496
+ ]
497
+ ]
498
+ ],
499
+ "count": [
500
+ 106321
501
+ ]
502
+ },
503
+ "observation.jaco.ee_error": {
504
+ "min": [
505
+ -0.15067514777183533,
506
+ -0.05890597403049469,
507
+ -0.22374504804611206,
508
+ -1.2139167785644531,
509
+ -1.7049524784088135,
510
+ -1.4100139141082764,
511
+ -1.2263140678405762
512
+ ],
513
+ "max": [
514
+ 0.14450109004974365,
515
+ 0.040004000067710876,
516
+ 0.04125378280878067,
517
+ 1.340654730796814,
518
+ 1.4099712371826172,
519
+ 1.4111113548278809,
520
+ 1.0681750774383545
521
+ ],
522
+ "mean": [
523
+ 0.0002954247360319298,
524
+ -9.00883994273977e-05,
525
+ 0.0009779766960039621,
526
+ 0.0010431964963232754,
527
+ -0.00798345276272539,
528
+ 0.003832804611395596,
529
+ 0.006252232709676381
530
+ ],
531
+ "std": [
532
+ 0.0031555593182403274,
533
+ 0.0012497988132834283,
534
+ 0.003973442555359794,
535
+ 0.11503539083686871,
536
+ 0.14958479330724905,
537
+ 0.12359253965736464,
538
+ 0.0599737204636133
539
+ ],
540
+ "count": [
541
+ 106995
542
+ ]
543
+ },
544
+ "observation.xarm7.joints": {
545
+ "min": [
546
+ -5.612006187438965,
547
+ -2.059000015258789,
548
+ -6.070078372955322,
549
+ -0.1919800043106079,
550
+ -5.75541353225708,
551
+ -1.6929700374603271,
552
+ -6.28318977355957,
553
+ 0.0
554
+ ],
555
+ "max": [
556
+ 6.28318977355957,
557
+ 2.094399929046631,
558
+ 6.012110233306885,
559
+ 3.927000045776367,
560
+ 5.434657573699951,
561
+ 3.141590118408203,
562
+ 6.28318977355957,
563
+ 0.800000011920929
564
+ ],
565
+ "mean": [
566
+ 0.5556820420097521,
567
+ -0.5718606985296362,
568
+ -0.07051462125504145,
569
+ 1.241933597882003,
570
+ 0.28486716494820835,
571
+ 1.1795727036386252,
572
+ -0.8591073849143023,
573
+ 0.3384414257941023
574
+ ],
575
+ "std": [
576
+ 0.6342111509620031,
577
+ 0.6235537373158413,
578
+ 0.6960443090578898,
579
+ 0.8000618689037264,
580
+ 0.7489690325882279,
581
+ 0.8027846576177811,
582
+ 0.7488043990512827,
583
+ 0.36191337479704105
584
+ ],
585
+ "count": [
586
+ 106995
587
+ ]
588
+ },
589
+ "observation.jaco.base_orientation": {
590
+ "min": [
591
+ 0.0
592
+ ],
593
+ "max": [
594
+ 0.0
595
+ ],
596
+ "mean": [
597
+ 0.0
598
+ ],
599
+ "std": [
600
+ 0.0
601
+ ],
602
+ "count": [
603
+ 106995
604
+ ]
605
+ },
606
+ "observation.images.image": {
607
+ "min": [
608
+ [
609
+ [
610
+ 0.0
611
+ ]
612
+ ],
613
+ [
614
+ [
615
+ 0.0
616
+ ]
617
+ ],
618
+ [
619
+ [
620
+ 0.0
621
+ ]
622
+ ]
623
+ ],
624
+ "max": [
625
+ [
626
+ [
627
+ 1.0
628
+ ]
629
+ ],
630
+ [
631
+ [
632
+ 1.0
633
+ ]
634
+ ],
635
+ [
636
+ [
637
+ 1.0
638
+ ]
639
+ ]
640
+ ],
641
+ "mean": [
642
+ [
643
+ [
644
+ 0.39674422634554324
645
+ ]
646
+ ],
647
+ [
648
+ [
649
+ 0.2870821563552692
650
+ ]
651
+ ],
652
+ [
653
+ [
654
+ 0.2074889457446869
655
+ ]
656
+ ]
657
+ ],
658
+ "std": [
659
+ [
660
+ [
661
+ 0.23754939457256444
662
+ ]
663
+ ],
664
+ [
665
+ [
666
+ 0.18673284011456678
667
+ ]
668
+ ],
669
+ [
670
+ [
671
+ 0.1543662450415687
672
+ ]
673
+ ]
674
+ ],
675
+ "count": [
676
+ 106321
677
+ ]
678
+ },
679
+ "frame_index": {
680
+ "min": [
681
+ 0
682
+ ],
683
+ "max": [
684
+ 177
685
+ ],
686
+ "mean": [
687
+ 25.08817234450208
688
+ ],
689
+ "std": [
690
+ 19.80587695890621
691
+ ],
692
+ "count": [
693
+ 106995
694
+ ]
695
+ },
696
+ "observation.panda.base_orientation": {
697
+ "min": [
698
+ 0.0
699
+ ],
700
+ "max": [
701
+ 0.0
702
+ ],
703
+ "mean": [
704
+ 0.0
705
+ ],
706
+ "std": [
707
+ 0.0
708
+ ],
709
+ "count": [
710
+ 106995
711
+ ]
712
+ },
713
+ "observation.ur5e.ee_pose": {
714
+ "min": [
715
+ 0.13990572094917297,
716
+ -0.2527277171611786,
717
+ -0.2574242949485779,
718
+ -0.6664775609970093,
719
+ -0.7060314416885376,
720
+ -0.7059783935546875,
721
+ -0.5443888306617737
722
+ ],
723
+ "max": [
724
+ 1.0034304857254028,
725
+ 0.6263293027877808,
726
+ 1.0300875902175903,
727
+ 0.914691150188446,
728
+ 0.9999369978904724,
729
+ 0.9981651306152344,
730
+ 0.7186455130577087
731
+ ],
732
+ "mean": [
733
+ 0.558541857160092,
734
+ 0.21622296311529204,
735
+ 0.4761936354244479,
736
+ 0.2060554916800267,
737
+ -0.24139247081796142,
738
+ 0.49555090958705134,
739
+ 0.09312459774848252
740
+ ],
741
+ "std": [
742
+ 0.12390205807501564,
743
+ 0.1142541487846883,
744
+ 0.24248039977086822,
745
+ 0.28814429874983727,
746
+ 0.5107150984737955,
747
+ 0.5223794470515356,
748
+ 0.16819804581783934
749
+ ],
750
+ "count": [
751
+ 106995
752
+ ]
753
+ },
754
+ "observation.images.panda": {
755
+ "min": [
756
+ [
757
+ [
758
+ 0.0
759
+ ]
760
+ ],
761
+ [
762
+ [
763
+ 0.0
764
+ ]
765
+ ],
766
+ [
767
+ [
768
+ 0.0
769
+ ]
770
+ ]
771
+ ],
772
+ "max": [
773
+ [
774
+ [
775
+ 1.0
776
+ ]
777
+ ],
778
+ [
779
+ [
780
+ 1.0
781
+ ]
782
+ ],
783
+ [
784
+ [
785
+ 1.0
786
+ ]
787
+ ]
788
+ ],
789
+ "mean": [
790
+ [
791
+ [
792
+ 0.40857263073425065
793
+ ]
794
+ ],
795
+ [
796
+ [
797
+ 0.31145981672068607
798
+ ]
799
+ ],
800
+ [
801
+ [
802
+ 0.251214541808242
803
+ ]
804
+ ]
805
+ ],
806
+ "std": [
807
+ [
808
+ [
809
+ 0.2660833302398965
810
+ ]
811
+ ],
812
+ [
813
+ [
814
+ 0.2487982060276845
815
+ ]
816
+ ],
817
+ [
818
+ [
819
+ 0.24402520032148772
820
+ ]
821
+ ]
822
+ ],
823
+ "count": [
824
+ 106321
825
+ ]
826
+ },
827
+ "index": {
828
+ "min": [
829
+ 0
830
+ ],
831
+ "max": [
832
+ 106994
833
+ ],
834
+ "mean": [
835
+ 53497.0
836
+ ],
837
+ "std": [
838
+ 30886.796024622992
839
+ ],
840
+ "count": [
841
+ 106995
842
+ ]
843
+ },
844
+ "observation.images.jaco": {
845
+ "min": [
846
+ [
847
+ [
848
+ 0.0
849
+ ]
850
+ ],
851
+ [
852
+ [
853
+ 0.0
854
+ ]
855
+ ],
856
+ [
857
+ [
858
+ 0.0
859
+ ]
860
+ ]
861
+ ],
862
+ "max": [
863
+ [
864
+ [
865
+ 1.0
866
+ ]
867
+ ],
868
+ [
869
+ [
870
+ 1.0
871
+ ]
872
+ ],
873
+ [
874
+ [
875
+ 1.0
876
+ ]
877
+ ]
878
+ ],
879
+ "mean": [
880
+ [
881
+ [
882
+ 0.3472555282705634
883
+ ]
884
+ ],
885
+ [
886
+ [
887
+ 0.248000230020024
888
+ ]
889
+ ],
890
+ [
891
+ [
892
+ 0.18613252149636217
893
+ ]
894
+ ]
895
+ ],
896
+ "std": [
897
+ [
898
+ [
899
+ 0.23236692295398065
900
+ ]
901
+ ],
902
+ [
903
+ [
904
+ 0.18140772561548246
905
+ ]
906
+ ],
907
+ [
908
+ [
909
+ 0.15057177349326079
910
+ ]
911
+ ]
912
+ ],
913
+ "count": [
914
+ 106321
915
+ ]
916
+ },
917
+ "observation.ur5e.joints": {
918
+ "min": [
919
+ -4.451101303100586,
920
+ -3.1867523193359375,
921
+ -2.6485235691070557,
922
+ -6.28318977355957,
923
+ -2.450139284133911,
924
+ -3.2030045986175537,
925
+ 0.0
926
+ ],
927
+ "max": [
928
+ -0.7948172688484192,
929
+ 1.5653985738754272,
930
+ 3.084458589553833,
931
+ 3.2662553787231445,
932
+ 0.974770188331604,
933
+ 6.25658655166626,
934
+ 0.800000011920929
935
+ ],
936
+ "mean": [
937
+ -1.6814888661083447,
938
+ -1.313760578437525,
939
+ 1.12686363415687,
940
+ -1.7539286536296932,
941
+ -0.9948705981472098,
942
+ 1.8624348804846769,
943
+ 0.3384414257941023
944
+ ],
945
+ "std": [
946
+ 0.23170603549152705,
947
+ 0.42041937521635986,
948
+ 0.8005404777467089,
949
+ 0.8329416297404582,
950
+ 0.35631575379298125,
951
+ 0.6204705235146923,
952
+ 0.36191337479704105
953
+ ],
954
+ "count": [
955
+ 106995
956
+ ]
957
+ },
958
+ "observation.images.kuka_iiwa": {
959
+ "min": [
960
+ [
961
+ [
962
+ 0.0
963
+ ]
964
+ ],
965
+ [
966
+ [
967
+ 0.0
968
+ ]
969
+ ],
970
+ [
971
+ [
972
+ 0.0
973
+ ]
974
+ ]
975
+ ],
976
+ "max": [
977
+ [
978
+ [
979
+ 1.0
980
+ ]
981
+ ],
982
+ [
983
+ [
984
+ 1.0
985
+ ]
986
+ ],
987
+ [
988
+ [
989
+ 1.0
990
+ ]
991
+ ]
992
+ ],
993
+ "mean": [
994
+ [
995
+ [
996
+ 0.3823102009113325
997
+ ]
998
+ ],
999
+ [
1000
+ [
1001
+ 0.2690310943031483
1002
+ ]
1003
+ ],
1004
+ [
1005
+ [
1006
+ 0.19330417257880578
1007
+ ]
1008
+ ]
1009
+ ],
1010
+ "std": [
1011
+ [
1012
+ [
1013
+ 0.2472890542643353
1014
+ ]
1015
+ ],
1016
+ [
1017
+ [
1018
+ 0.19285456617559496
1019
+ ]
1020
+ ],
1021
+ [
1022
+ [
1023
+ 0.16415995262421648
1024
+ ]
1025
+ ]
1026
+ ],
1027
+ "count": [
1028
+ 106321
1029
+ ]
1030
+ },
1031
+ "task_index": {
1032
+ "min": [
1033
+ 0
1034
+ ],
1035
+ "max": [
1036
+ 431
1037
+ ],
1038
+ "mean": [
1039
+ 128.38708350857516
1040
+ ],
1041
+ "std": [
1042
+ 109.89411505898953
1043
+ ],
1044
+ "count": [
1045
+ 106995
1046
+ ]
1047
+ },
1048
+ "timestamp": {
1049
+ "min": [
1050
+ 0.0
1051
+ ],
1052
+ "max": [
1053
+ 59.0
1054
+ ],
1055
+ "mean": [
1056
+ 8.362724114834027
1057
+ ],
1058
+ "std": [
1059
+ 6.601958986302071
1060
+ ],
1061
+ "count": [
1062
+ 106995
1063
+ ]
1064
+ },
1065
+ "episode_index": {
1066
+ "min": [
1067
+ 0
1068
+ ],
1069
+ "max": [
1070
+ 2499
1071
+ ],
1072
+ "mean": [
1073
+ 1252.9687929342492
1074
+ ],
1075
+ "std": [
1076
+ 721.2029954012421
1077
+ ],
1078
+ "count": [
1079
+ 106995
1080
+ ]
1081
+ },
1082
+ "observation.kinova3.joints": {
1083
+ "min": [
1084
+ -1.9686822891235352,
1085
+ -1.8681358098983765,
1086
+ -2.516376495361328,
1087
+ -2.4716789722442627,
1088
+ -4.156609535217285,
1089
+ -1.747994303703308,
1090
+ -4.9517998695373535,
1091
+ 0.0
1092
+ ],
1093
+ "max": [
1094
+ 2.8195323944091797,
1095
+ 2.240000009536743,
1096
+ 2.815584182739258,
1097
+ 2.569999933242798,
1098
+ 2.7258732318878174,
1099
+ 2.0899999141693115,
1100
+ 1.9876536130905151,
1101
+ 0.800000011920929
1102
+ ],
1103
+ "mean": [
1104
+ -0.17604768668055526,
1105
+ 0.628415458365735,
1106
+ -0.06609538888983171,
1107
+ 0.669715198343562,
1108
+ -0.6359355692418089,
1109
+ 1.3945048479903601,
1110
+ -1.815104033944526,
1111
+ 0.3384414257941023
1112
+ ],
1113
+ "std": [
1114
+ 0.3196258276052892,
1115
+ 0.3905839095227976,
1116
+ 0.3604022667501029,
1117
+ 0.8529007542554004,
1118
+ 0.6223504220462306,
1119
+ 0.5261209865228632,
1120
+ 0.7137949244148188,
1121
+ 0.36191337479704105
1122
+ ],
1123
+ "count": [
1124
+ 106995
1125
+ ]
1126
+ },
1127
+ "observation.sawyer.base_orientation": {
1128
+ "min": [
1129
+ 0.0
1130
+ ],
1131
+ "max": [
1132
+ 0.0
1133
+ ],
1134
+ "mean": [
1135
+ 0.0
1136
+ ],
1137
+ "std": [
1138
+ 0.0
1139
+ ],
1140
+ "count": [
1141
+ 106995
1142
+ ]
1143
+ },
1144
+ "observation.kinova3.ee_error": {
1145
+ "min": [
1146
+ -0.022436589002609253,
1147
+ -0.006465315818786621,
1148
+ -0.013062343001365662,
1149
+ -1.1548352241516113,
1150
+ -1.7048943042755127,
1151
+ -1.4093490839004517,
1152
+ -1.2263380289077759
1153
+ ],
1154
+ "max": [
1155
+ 0.0925208330154419,
1156
+ 0.04514110088348389,
1157
+ 0.042974114418029785,
1158
+ 1.340447187423706,
1159
+ 1.4106433391571045,
1160
+ 1.3998520374298096,
1161
+ 1.0638980865478516
1162
+ ],
1163
+ "mean": [
1164
+ 0.002362530969959605,
1165
+ 0.0005729321556322723,
1166
+ 0.002740337527662041,
1167
+ -0.01698147226669684,
1168
+ 0.00012077020263304161,
1169
+ -0.002163114747725802,
1170
+ 0.0006951794905243316
1171
+ ],
1172
+ "std": [
1173
+ 0.004205870984535403,
1174
+ 0.0017484719260075882,
1175
+ 0.0037498724173639867,
1176
+ 0.14815043834135933,
1177
+ 0.18332648857233538,
1178
+ 0.16197165096822988,
1179
+ 0.06881396191327695
1180
+ ],
1181
+ "count": [
1182
+ 106995
1183
+ ]
1184
+ },
1185
+ "observation.ur5e.base_position": {
1186
+ "min": [
1187
+ 0.0,
1188
+ 0.30000001192092896,
1189
+ -0.30000001192092896
1190
+ ],
1191
+ "max": [
1192
+ 0.0,
1193
+ 0.30000001192092896,
1194
+ -0.30000001192092896
1195
+ ],
1196
+ "mean": [
1197
+ 0.0,
1198
+ 0.30000004194831115,
1199
+ -0.30000004194831115
1200
+ ],
1201
+ "std": [
1202
+ 0.0,
1203
+ 1.7903915171219582e-07,
1204
+ 1.7903915171219582e-07
1205
+ ],
1206
+ "count": [
1207
+ 106995
1208
+ ]
1209
+ },
1210
+ "observation.ee_pose": {
1211
+ "min": [
1212
+ 0.1399044692516327,
1213
+ -0.5527268052101135,
1214
+ 0.04257494583725929,
1215
+ -0.6700905561447144,
1216
+ -0.7059564590454102,
1217
+ -0.7060785293579102,
1218
+ -0.5663831830024719
1219
+ ],
1220
+ "max": [
1221
+ 1.0045487880706787,
1222
+ 0.3333907723426819,
1223
+ 1.3308792114257812,
1224
+ 0.9147530198097229,
1225
+ 0.9999349117279053,
1226
+ 0.9992758631706238,
1227
+ 0.7183136343955994
1228
+ ],
1229
+ "mean": [
1230
+ 0.5590354895963865,
1231
+ -0.08342268586789826,
1232
+ 0.7768020376236485,
1233
+ 0.20507335721643857,
1234
+ -0.23976191225595667,
1235
+ 0.49445197005685954,
1236
+ 0.0918862692999053
1237
+ ],
1238
+ "std": [
1239
+ 0.12450221680734067,
1240
+ 0.1146000299516001,
1241
+ 0.24286283253055263,
1242
+ 0.28452361078267796,
1243
+ 0.513274201680028,
1244
+ 0.524149079662681,
1245
+ 0.1685139505911464
1246
+ ],
1247
+ "count": [
1248
+ 106995
1249
+ ]
1250
+ },
1251
+ "observation.jaco.ee_pose": {
1252
+ "min": [
1253
+ -0.010082520544528961,
1254
+ -0.40273547172546387,
1255
+ -0.25742846727371216,
1256
+ -0.67042076587677,
1257
+ -0.7059853672981262,
1258
+ -0.7061323523521423,
1259
+ -0.583885669708252
1260
+ ],
1261
+ "max": [
1262
+ 0.849205493927002,
1263
+ 0.47950875759124756,
1264
+ 1.0112085342407227,
1265
+ 0.9146227240562439,
1266
+ 0.9999146461486816,
1267
+ 0.9985911250114441,
1268
+ 0.7179396152496338
1269
+ ],
1270
+ "mean": [
1271
+ 0.40896039132320067,
1272
+ 0.06650277823229245,
1273
+ 0.47596868497061523,
1274
+ 0.21312674530396467,
1275
+ -0.24326028857566087,
1276
+ 0.49868906223111975,
1277
+ 0.08866149475064009
1278
+ ],
1279
+ "std": [
1280
+ 0.12396479290125072,
1281
+ 0.11430786933083373,
1282
+ 0.2420131364047075,
1283
+ 0.2884720601367519,
1284
+ 0.5068982047462788,
1285
+ 0.5187351505540664,
1286
+ 0.17205145533538446
1287
+ ],
1288
+ "count": [
1289
+ 106995
1290
+ ]
1291
+ },
1292
+ "observation.sawyer.joints": {
1293
+ "min": [
1294
+ -2.951566219329834,
1295
+ -2.9011406898498535,
1296
+ -2.4827256202697754,
1297
+ -2.897658348083496,
1298
+ -2.327695369720459,
1299
+ -0.15096710622310638,
1300
+ -4.712399959564209,
1301
+ 0.0
1302
+ ],
1303
+ "max": [
1304
+ 1.7095599174499512,
1305
+ 2.2736001014709473,
1306
+ 3.04259991645813,
1307
+ 3.041456937789917,
1308
+ 2.976099967956543,
1309
+ 2.976099967956543,
1310
+ 2.9160401821136475,
1311
+ 0.800000011920929
1312
+ ],
1313
+ "mean": [
1314
+ -1.0995614098833513,
1315
+ -1.0727218422994764,
1316
+ -0.03012807307391101,
1317
+ 0.8347003207407577,
1318
+ 0.7703913888961884,
1319
+ 2.0738255851864507,
1320
+ -1.8932942871171161,
1321
+ 0.3384414257941023
1322
+ ],
1323
+ "std": [
1324
+ 0.3899909812496767,
1325
+ 0.5326875963016577,
1326
+ 0.5994932082991001,
1327
+ 1.0084205258878483,
1328
+ 0.5894986437149567,
1329
+ 0.5388486201259184,
1330
+ 0.7152933205572723,
1331
+ 0.36191337479704105
1332
+ ],
1333
+ "count": [
1334
+ 106995
1335
+ ]
1336
+ },
1337
+ "observation.kuka_iiwa.ee_pose": {
1338
+ "min": [
1339
+ 0.14218267798423767,
1340
+ 0.05122434347867966,
1341
+ -0.2574138343334198,
1342
+ -0.670138955116272,
1343
+ -0.7060554623603821,
1344
+ -0.7059425115585327,
1345
+ -0.5663614273071289
1346
+ ],
1347
+ "max": [
1348
+ 0.9687404036521912,
1349
+ 0.8709640502929688,
1350
+ 1.0327203273773193,
1351
+ 0.9147413372993469,
1352
+ 0.9993730783462524,
1353
+ 0.9935048222541809,
1354
+ 0.7186985015869141
1355
+ ],
1356
+ "mean": [
1357
+ 0.5547927795422902,
1358
+ 0.512539689121327,
1359
+ 0.4745332004373156,
1360
+ 0.22302866087950132,
1361
+ -0.25309427519940764,
1362
+ 0.5012258861122636,
1363
+ 0.10125183584269278
1364
+ ],
1365
+ "std": [
1366
+ 0.11875418363856792,
1367
+ 0.10920501440171773,
1368
+ 0.2415070902253322,
1369
+ 0.31020644615162657,
1370
+ 0.49426710196226614,
1371
+ 0.5064681098137278,
1372
+ 0.16638579897494554
1373
+ ],
1374
+ "count": [
1375
+ 106995
1376
+ ]
1377
+ },
1378
+ "observation.jaco.joints": {
1379
+ "min": [
1380
+ -3.0472476482391357,
1381
+ 0.8726649880409241,
1382
+ 0.3316130042076111,
1383
+ -9.114981651306152,
1384
+ -8.127677917480469,
1385
+ -3.7339587211608887,
1386
+ 0.0
1387
+ ],
1388
+ "max": [
1389
+ 3.511460065841675,
1390
+ 5.410520076751709,
1391
+ 5.9515700340271,
1392
+ 6.208631992340088,
1393
+ 2.6164910793304443,
1394
+ 9.190784454345703,
1395
+ 0.800000011920929
1396
+ ],
1397
+ "mean": [
1398
+ 0.23336262996494073,
1399
+ 2.738729858629068,
1400
+ 4.346147274381619,
1401
+ 0.10820654981109089,
1402
+ -2.2996129879089495,
1403
+ 2.8404480791363773,
1404
+ 0.3384414257941023
1405
+ ],
1406
+ "std": [
1407
+ 0.37451365991047053,
1408
+ 0.46476987727407687,
1409
+ 0.8407363213633348,
1410
+ 1.1972392169107222,
1411
+ 1.238502515827498,
1412
+ 0.9381956438125898,
1413
+ 0.36191337479704105
1414
+ ],
1415
+ "count": [
1416
+ 106995
1417
+ ]
1418
+ },
1419
+ "observation.kinova3.ee_pose": {
1420
+ "min": [
1421
+ 0.13989907503128052,
1422
+ -0.25272127985954285,
1423
+ -0.25742825865745544,
1424
+ -0.6926426887512207,
1425
+ -0.7060294151306152,
1426
+ -0.7059577703475952,
1427
+ -0.56671541929245
1428
+ ],
1429
+ "max": [
1430
+ 0.9930582642555237,
1431
+ 0.6226744651794434,
1432
+ 1.024167537689209,
1433
+ 0.9148116707801819,
1434
+ 0.999379575252533,
1435
+ 0.9978274703025818,
1436
+ 0.7186490893363953
1437
+ ],
1438
+ "mean": [
1439
+ 0.556893283606155,
1440
+ 0.21583975668613756,
1441
+ 0.4742063230119469,
1442
+ 0.23115141206511963,
1443
+ -0.2513645136949136,
1444
+ 0.5046849847479011,
1445
+ 0.09421854764819619
1446
+ ],
1447
+ "std": [
1448
+ 0.12265767321505569,
1449
+ 0.11383622477894714,
1450
+ 0.24122432518961087,
1451
+ 0.3080180327558489,
1452
+ 0.4915601004226475,
1453
+ 0.5046011945962338,
1454
+ 0.16932817919297766
1455
+ ],
1456
+ "count": [
1457
+ 106995
1458
+ ]
1459
+ },
1460
+ "observation.panda.ee_pose": {
1461
+ "min": [
1462
+ 0.014901808463037014,
1463
+ -0.17770811915397644,
1464
+ -0.08241897076368332,
1465
+ -0.6869428753852844,
1466
+ -0.7058149576187134,
1467
+ -0.7061207890510559,
1468
+ -0.5695852041244507
1469
+ ],
1470
+ "max": [
1471
+ 0.8424506783485413,
1472
+ 0.6566504240036011,
1473
+ 1.176552653312683,
1474
+ 0.8971225619316101,
1475
+ 0.9812703132629395,
1476
+ 0.9979442954063416,
1477
+ 0.8033678531646729
1478
+ ],
1479
+ "mean": [
1480
+ 0.43083744857894957,
1481
+ 0.2885053153977524,
1482
+ 0.6488426483712512,
1483
+ 0.23568105874349535,
1484
+ -0.2936516956063283,
1485
+ 0.5303637703643583,
1486
+ 0.09703310043901882
1487
+ ],
1488
+ "std": [
1489
+ 0.1202483930223875,
1490
+ 0.1096748744698213,
1491
+ 0.24089598166225734,
1492
+ 0.293013154534887,
1493
+ 0.4593240791005976,
1494
+ 0.4905063677405622,
1495
+ 0.17346513738598457
1496
+ ],
1497
+ "count": [
1498
+ 106995
1499
+ ]
1500
+ },
1501
+ "observation.panda.base_position": {
1502
+ "min": [
1503
+ -0.125,
1504
+ 0.375,
1505
+ -0.125
1506
+ ],
1507
+ "max": [
1508
+ -0.125,
1509
+ 0.375,
1510
+ -0.125
1511
+ ],
1512
+ "mean": [
1513
+ -0.125,
1514
+ 0.375,
1515
+ -0.125
1516
+ ],
1517
+ "std": [
1518
+ 0.0,
1519
+ 0.0,
1520
+ 0.0
1521
+ ],
1522
+ "count": [
1523
+ 106995
1524
+ ]
1525
+ },
1526
+ "observation.sawyer.ee_error": {
1527
+ "min": [
1528
+ -0.011595115065574646,
1529
+ -0.032807499170303345,
1530
+ -0.02470504119992256,
1531
+ -1.133973479270935,
1532
+ -1.7048561573028564,
1533
+ -1.4110275506973267,
1534
+ -1.2264246940612793
1535
+ ],
1536
+ "max": [
1537
+ 0.042508333921432495,
1538
+ 0.006047949194908142,
1539
+ 0.05693250894546509,
1540
+ 1.4040725231170654,
1541
+ 1.411163091659546,
1542
+ 1.305755376815796,
1543
+ 1.0856657028198242
1544
+ ],
1545
+ "mean": [
1546
+ 2.991782928560778e-05,
1547
+ -6.30067563392214e-05,
1548
+ 7.007961412796999e-05,
1549
+ 0.009355817051836498,
1550
+ -0.011481158421158355,
1551
+ 0.007958190349500332,
1552
+ 0.0031401446898155693
1553
+ ],
1554
+ "std": [
1555
+ 0.0007872430059639321,
1556
+ 0.0007796697771063734,
1557
+ 0.001421667324788596,
1558
+ 0.10367753525720473,
1559
+ 0.12525246401916199,
1560
+ 0.09248421394951192,
1561
+ 0.04810719821527913
1562
+ ],
1563
+ "count": [
1564
+ 106995
1565
+ ]
1566
+ },
1567
+ "observation.state": {
1568
+ "min": [
1569
+ 0.13989698886871338,
1570
+ -0.5527170896530151,
1571
+ 0.0425717756152153,
1572
+ -0.8524312973022461,
1573
+ -0.7060381174087524,
1574
+ -0.6133020520210266,
1575
+ -0.499914288520813
1576
+ ],
1577
+ "max": [
1578
+ 1.018406867980957,
1579
+ 0.3333900570869446,
1580
+ 1.3387926816940308,
1581
+ 0.9999330639839172,
1582
+ 0.9993279576301575,
1583
+ 0.7187379002571106,
1584
+ 0.9147742986679077
1585
+ ],
1586
+ "mean": [
1587
+ 0.5592558130086418,
1588
+ -0.08358730985070609,
1589
+ 0.7769466715180109,
1590
+ -0.25124374398734656,
1591
+ 0.5025218683944036,
1592
+ 0.09491372718119839,
1593
+ 0.21416994161226627
1594
+ ],
1595
+ "std": [
1596
+ 0.12494991612855129,
1597
+ 0.11458627354427774,
1598
+ 0.242956046990245,
1599
+ 0.5079835807295741,
1600
+ 0.5166474772271525,
1601
+ 0.1669253479040028,
1602
+ 0.27683021361850024
1603
+ ],
1604
+ "count": [
1605
+ 106995
1606
+ ]
1607
+ },
1608
+ "observation.xarm7.ee_error": {
1609
+ "min": [
1610
+ -0.19053401052951813,
1611
+ -0.09775502979755402,
1612
+ -0.2360919713973999,
1613
+ -1.0342069864273071,
1614
+ -1.7049131393432617,
1615
+ -1.408718466758728,
1616
+ -1.226708173751831
1617
+ ],
1618
+ "max": [
1619
+ 0.05185088515281677,
1620
+ 0.06011269986629486,
1621
+ 0.07093187421560287,
1622
+ 1.3404574394226074,
1623
+ 1.4087769985198975,
1624
+ 1.4309072494506836,
1625
+ 1.0856506824493408
1626
+ ],
1627
+ "mean": [
1628
+ -3.25789646432138e-05,
1629
+ 5.429105088322968e-05,
1630
+ 0.0001420738997567104,
1631
+ 0.010763556983485158,
1632
+ -0.012036298282981766,
1633
+ 0.009186878268189353,
1634
+ 0.003092467274702717
1635
+ ],
1636
+ "std": [
1637
+ 0.002317478887157257,
1638
+ 0.0017069294517170288,
1639
+ 0.00287339301053121,
1640
+ 0.10589537254561343,
1641
+ 0.1319980570435918,
1642
+ 0.10294339101597057,
1643
+ 0.054535807177670544
1644
+ ],
1645
+ "count": [
1646
+ 106995
1647
+ ]
1648
+ },
1649
+ "observation.joints": {
1650
+ "min": [
1651
+ -1.8857543468475342,
1652
+ -2.6455845832824707,
1653
+ -2.130000114440918,
1654
+ -1.9378830194473267,
1655
+ -2.7514188289642334,
1656
+ -1.7899999618530273,
1657
+ -4.399704456329346,
1658
+ 0.0
1659
+ ],
1660
+ "max": [
1661
+ 1.350000023841858,
1662
+ 2.8157901763916016,
1663
+ 2.2098307609558105,
1664
+ 2.974538564682007,
1665
+ 2.9176347255706787,
1666
+ 1.7899999618530273,
1667
+ 1.350000023841858,
1668
+ 0.800000011920929
1669
+ ],
1670
+ "mean": [
1671
+ -0.14043271059077425,
1672
+ 0.5305420614987165,
1673
+ 0.5481225896940416,
1674
+ 1.1252839513835662,
1675
+ 0.17137719009693925,
1676
+ 1.0593193616479157,
1677
+ -1.0220055431304333,
1678
+ 0.3384414257941023
1679
+ ],
1680
+ "std": [
1681
+ 0.356253347971438,
1682
+ 0.4399505211638685,
1683
+ 0.39488208773444844,
1684
+ 0.5396024715750352,
1685
+ 0.37016556046413945,
1686
+ 0.5588072151872406,
1687
+ 0.5088234640574811,
1688
+ 0.36191337479704105
1689
+ ],
1690
+ "count": [
1691
+ 106995
1692
+ ]
1693
+ },
1694
+ "observation.panda.ee_error": {
1695
+ "min": [
1696
+ -0.10106614232063293,
1697
+ -0.05317412316799164,
1698
+ -0.06909316778182983,
1699
+ -1.2565420866012573,
1700
+ -1.6278671026229858,
1701
+ -1.4521548748016357,
1702
+ -1.2661222219467163
1703
+ ],
1704
+ "max": [
1705
+ 0.1669740080833435,
1706
+ 0.1743898093700409,
1707
+ 0.11412614583969116,
1708
+ 1.2891359329223633,
1709
+ 1.6146535873413086,
1710
+ 1.4093713760375977,
1711
+ 1.0857124328613281
1712
+ ],
1713
+ "mean": [
1714
+ 0.003418366852085962,
1715
+ 0.002907374942590359,
1716
+ 0.0031040230671045914,
1717
+ -0.0215111193269685,
1718
+ 0.042407952460968415,
1719
+ -0.027841901295088015,
1720
+ -0.002119373306895533
1721
+ ],
1722
+ "std": [
1723
+ 0.011003899889098565,
1724
+ 0.011424373255794346,
1725
+ 0.008006079276912968,
1726
+ 0.17745931044931176,
1727
+ 0.2761671491690756,
1728
+ 0.25439873703527127,
1729
+ 0.08247215066534977
1730
+ ],
1731
+ "count": [
1732
+ 106995
1733
+ ]
1734
+ },
1735
+ "observation.images.kinova3": {
1736
+ "min": [
1737
+ [
1738
+ [
1739
+ 0.0
1740
+ ]
1741
+ ],
1742
+ [
1743
+ [
1744
+ 0.0
1745
+ ]
1746
+ ],
1747
+ [
1748
+ [
1749
+ 0.0
1750
+ ]
1751
+ ]
1752
+ ],
1753
+ "max": [
1754
+ [
1755
+ [
1756
+ 1.0
1757
+ ]
1758
+ ],
1759
+ [
1760
+ [
1761
+ 1.0
1762
+ ]
1763
+ ],
1764
+ [
1765
+ [
1766
+ 1.0
1767
+ ]
1768
+ ]
1769
+ ],
1770
+ "mean": [
1771
+ [
1772
+ [
1773
+ 0.3843137588300841
1774
+ ]
1775
+ ],
1776
+ [
1777
+ [
1778
+ 0.28336697727643617
1779
+ ]
1780
+ ],
1781
+ [
1782
+ [
1783
+ 0.22063858517471865
1784
+ ]
1785
+ ]
1786
+ ],
1787
+ "std": [
1788
+ [
1789
+ [
1790
+ 0.2459082248521857
1791
+ ]
1792
+ ],
1793
+ [
1794
+ [
1795
+ 0.2145470334091954
1796
+ ]
1797
+ ],
1798
+ [
1799
+ [
1800
+ 0.19994024948028685
1801
+ ]
1802
+ ]
1803
+ ],
1804
+ "count": [
1805
+ 106321
1806
+ ]
1807
+ },
1808
+ "observation.xarm7.base_position": {
1809
+ "min": [
1810
+ -0.30000001192092896,
1811
+ 0.30000001192092896,
1812
+ -0.30000001192092896
1813
+ ],
1814
+ "max": [
1815
+ -0.30000001192092896,
1816
+ 0.30000001192092896,
1817
+ -0.30000001192092896
1818
+ ],
1819
+ "mean": [
1820
+ -0.30000004194831115,
1821
+ 0.30000004194831115,
1822
+ -0.30000004194831115
1823
+ ],
1824
+ "std": [
1825
+ 1.7903915171219582e-07,
1826
+ 1.7903915171219582e-07,
1827
+ 1.7903915171219582e-07
1828
+ ],
1829
+ "count": [
1830
+ 106995
1831
+ ]
1832
+ },
1833
+ "observation.kuka_iiwa.base_position": {
1834
+ "min": [
1835
+ 0.0,
1836
+ 0.6000000238418579,
1837
+ -0.30000001192092896
1838
+ ],
1839
+ "max": [
1840
+ 0.0,
1841
+ 0.6000000238418579,
1842
+ -0.30000001192092896
1843
+ ],
1844
+ "mean": [
1845
+ 0.0,
1846
+ 0.6000000838966223,
1847
+ -0.30000004194831115
1848
+ ],
1849
+ "std": [
1850
+ 0.0,
1851
+ 3.5807830342439164e-07,
1852
+ 1.7903915171219582e-07
1853
+ ],
1854
+ "count": [
1855
+ 106995
1856
+ ]
1857
+ },
1858
+ "observation.panda.joints": {
1859
+ "min": [
1860
+ -2.8973000049591064,
1861
+ -1.7627999782562256,
1862
+ -2.8973000049591064,
1863
+ -3.0717999935150146,
1864
+ -2.8973000049591064,
1865
+ 0.1035577580332756,
1866
+ -2.8973000049591064,
1867
+ 0.0
1868
+ ],
1869
+ "max": [
1870
+ 2.8973000049591064,
1871
+ 1.7627999782562256,
1872
+ 2.8973000049591064,
1873
+ -0.0697999969124794,
1874
+ 1.8459587097167969,
1875
+ 3.752500057220459,
1876
+ 0.4788984954357147,
1877
+ 0.800000011920929
1878
+ ],
1879
+ "mean": [
1880
+ 1.8852496144365167,
1881
+ -0.6331551044469859,
1882
+ -0.888876008720054,
1883
+ -1.5642884357242173,
1884
+ -0.5399529089118267,
1885
+ 2.0790729590351154,
1886
+ -2.775516595538072,
1887
+ 0.3384414257941023
1888
+ ],
1889
+ "std": [
1890
+ 0.9447083592637051,
1891
+ 0.42133174096775367,
1892
+ 0.7634651141208235,
1893
+ 0.7276478461741854,
1894
+ 0.6117265119455912,
1895
+ 0.7750190585695007,
1896
+ 0.2948971383670328,
1897
+ 0.36191337479704105
1898
+ ],
1899
+ "count": [
1900
+ 106995
1901
+ ]
1902
+ },
1903
+ "observation.kinova3.base_position": {
1904
+ "min": [
1905
+ 0.0,
1906
+ 0.30000001192092896,
1907
+ -0.30000001192092896
1908
+ ],
1909
+ "max": [
1910
+ 0.0,
1911
+ 0.30000001192092896,
1912
+ -0.30000001192092896
1913
+ ],
1914
+ "mean": [
1915
+ 0.0,
1916
+ 0.30000004194831115,
1917
+ -0.30000004194831115
1918
+ ],
1919
+ "std": [
1920
+ 0.0,
1921
+ 1.7903915171219582e-07,
1922
+ 1.7903915171219582e-07
1923
+ ],
1924
+ "count": [
1925
+ 106995
1926
+ ]
1927
+ },
1928
+ "observation.kuka_iiwa.joints": {
1929
+ "min": [
1930
+ -2.4140701293945312,
1931
+ -1.7748692035675049,
1932
+ -2.81663179397583,
1933
+ -2.094399929046631,
1934
+ -2.2490596771240234,
1935
+ -1.995086908340454,
1936
+ -1.4168888330459595,
1937
+ 0.0
1938
+ ],
1939
+ "max": [
1940
+ 2.5830368995666504,
1941
+ 2.094399929046631,
1942
+ 2.871278762817383,
1943
+ 2.094399929046631,
1944
+ 2.967060089111328,
1945
+ 2.094399929046631,
1946
+ 3.0543301105499268,
1947
+ 0.800000011920929
1948
+ ],
1949
+ "mean": [
1950
+ 0.6499505527983233,
1951
+ 0.8556987282330034,
1952
+ 0.15967586139321419,
1953
+ -0.7413776293250477,
1954
+ 0.3927198129216454,
1955
+ 0.860231114307419,
1956
+ 2.1385199302657476,
1957
+ 0.3384414257941023
1958
+ ],
1959
+ "std": [
1960
+ 0.32492507025820616,
1961
+ 0.435858972910982,
1962
+ 0.552166077363391,
1963
+ 0.7177159265388529,
1964
+ 0.5778417842946278,
1965
+ 0.6253304427977315,
1966
+ 0.6217825228759046,
1967
+ 0.36191337479704105
1968
+ ],
1969
+ "count": [
1970
+ 106995
1971
+ ]
1972
+ }
1973
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:954d57ff1f8c873ecaede1c161fe938523c4374d9fd4728c5368266081e8a68e
3
+ size 9545
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:581c4c7195c8c0ff15d516553f77f5101dbc154c5f701674ffb3a0a27c5cf422
3
+ size 522319021
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:94a1d70185655535e77b52b17c568f1ca171a4539864c635cdf1fb76f8a9bf89
3
+ size 74640899
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:7bc44a3417e141f421e4bd384eec42c7eec1cc88bea6d0ef179a1450bebfbe50
3
+ size 522265709
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:433bbd0a30c9126386cc1544708de1107148e186762924a5760197f8356cc9a6
3
+ size 70857878
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:0ab5929a95975033dd943bdfe420e53fc48162cf512be107222b946f51648dde
3
+ size 522408862
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:4a96fff55b3c2cab430a0f919a9269ddf195168437179df7099dedc86d80f28b
3
+ size 79259721
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:ea6d718a345978a7173af7aebe8deb671687a47436b5845878bd062285253148
3
+ size 522358293
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:fa9967ac7eb76f325531646d03d3b4d191d961cc06303c2143f91786fb11cb51
3
+ size 65123202
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:76b4b3b9fcbb2fb015090728b275f32d74dabb8c3eb21a00b72f5eb0c77d07fa
3
+ size 522160939
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:a3a41719904225bf04745b1728cee98efbce65ccd32a751259e3e2efc2c01518
3
+ size 116937489
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:9938abed505e7cdebbd9f1f98ef5f0d62746c6a9a08b21d431d2c6b2e90a6393
3
+ size 522632934
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:6fbb02638317140d60f7a108f1d613deff961120b67bf6e1014474d6f5b7013e
3
+ size 201874072
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:e5797fc6868b5256e0abf92a622bf2da72f6d88841a4ac4ffbbcf3ae1e993705
3
+ size 522506599
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:b5638fa0109cc198a7faea915c623f4041dd3e30be595449d2f784483bd38ed7
3
+ size 82427403
videos/observation.images.xarm7/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a0874c704550b64647d93e4b1d668f2a5bb5616c0c9f29cf749226bdcdc37f
3
+ size 522419904
videos/observation.images.xarm7/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea36764edb837156d7f5cd436b940ca4b9b634a19e5a5d293dc1c5ff905192eb
3
+ size 85225733