vpraise00 commited on
Commit
4e20a98
·
1 Parent(s): 1651c2e

Upload SCRAPE-IsaacLab LeRobot v3.0 dataset

Browse files
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotics
7
+ - lerobot
8
+ - so101
9
+ - isaac-lab
10
+ - code-as-policies
11
+ ---
12
+
13
+ # Isaaclab So101 Push Button Basecap 100Epi 10Fps
14
+
15
+ LeRobot v3.0 dataset collected via
16
+ [SCRAPE-IsaacLab](https://github.com/vpraise00/SCRAPE-IsaacLab) — a
17
+ Code-as-Policies replay pipeline running inside Isaac Sim 5.1 / IsaacLab 2.3.2.
18
+
19
+ - **Tasks**: 11
20
+
21
+ ## Tasks
22
+
23
+ 1. Press the blue button.
24
+ 2. Press the yellow button.
25
+ 3. Press the pink button.
26
+ 4. Press the black button.
27
+ 5. Press the cyan button.
28
+ 6. Press the gray button.
29
+ 7. Press the green button.
30
+ 8. Press the lime button.
31
+ 9. Press the red button.
32
+ 10. Press the purple button.
33
+ 11. Press the orange button.
34
+ - **Robot**: so101_follower
35
+ - **Cameras**: top + left-wrist RGB @ 10 fps
36
+ - **Episodes**: 100 (22,307 frames total)
37
+ - **Labels**: per-frame natural-language skill labels in ``skill.natural_language``
38
+ and ``subtask.*`` columns (labeled by Gemini)
39
+
40
+ Generated on Isaac Sim 5.1 / IsaacLab 2.3.2 under Python 3.11, CUDA 12.1.
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:523d66e0aa998abeeb30c73c40dcbe1366c5369c2f74a2a5e34706eac749af05
3
+ size 4124597
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7aaf3ab2dfcb50daefb138564f1a26aba5a152e24b13f072783fef917c57e6
3
+ size 903089
meta/info.json ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 100,
5
+ "total_frames": 22307,
6
+ "total_tasks": 11,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:100"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "action": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "h264",
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.images.left_wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "h264",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 10,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.ee_pos.robot_xyzrpy": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 6
95
+ ],
96
+ "names": [
97
+ "x",
98
+ "y",
99
+ "z",
100
+ "roll",
101
+ "pitch",
102
+ "yaw"
103
+ ]
104
+ },
105
+ "observation.gripper_binary": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "observation.state.radian_urdf0": {
113
+ "dtype": "float32",
114
+ "shape": [
115
+ 6
116
+ ],
117
+ "names": [
118
+ "shoulder_pan.pos",
119
+ "shoulder_lift.pos",
120
+ "elbow_flex.pos",
121
+ "wrist_flex.pos",
122
+ "wrist_roll.pos",
123
+ "gripper.pos"
124
+ ]
125
+ },
126
+ "action.radian_urdf0": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 6
130
+ ],
131
+ "names": [
132
+ "shoulder_pan.pos",
133
+ "shoulder_lift.pos",
134
+ "elbow_flex.pos",
135
+ "wrist_flex.pos",
136
+ "wrist_roll.pos",
137
+ "gripper.pos"
138
+ ]
139
+ },
140
+ "skill.natural_language": {
141
+ "dtype": "string",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "skill.verification_question": {
148
+ "dtype": "string",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "skill.type": {
155
+ "dtype": "string",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "skill.progress": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "skill.goal_position.joint": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 6
172
+ ],
173
+ "names": [
174
+ "shoulder_pan.pos",
175
+ "shoulder_lift.pos",
176
+ "elbow_flex.pos",
177
+ "wrist_flex.pos",
178
+ "wrist_roll.pos",
179
+ "gripper.pos"
180
+ ]
181
+ },
182
+ "skill.goal_position.robot_xyzrpy": {
183
+ "dtype": "float32",
184
+ "shape": [
185
+ 6
186
+ ],
187
+ "names": [
188
+ "x",
189
+ "y",
190
+ "z",
191
+ "roll",
192
+ "pitch",
193
+ "yaw"
194
+ ]
195
+ },
196
+ "skill.goal_position.gripper": {
197
+ "dtype": "float32",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": [
202
+ "gripper.pos"
203
+ ]
204
+ },
205
+ "subtask.natural_language": {
206
+ "dtype": "string",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "subtask.object_name": {
213
+ "dtype": "string",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "subtask.target_position": {
220
+ "dtype": "float32",
221
+ "shape": [
222
+ 3
223
+ ],
224
+ "names": [
225
+ "x",
226
+ "y",
227
+ "z"
228
+ ]
229
+ },
230
+ "timestamp": {
231
+ "dtype": "float32",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "names": null
236
+ },
237
+ "frame_index": {
238
+ "dtype": "int64",
239
+ "shape": [
240
+ 1
241
+ ],
242
+ "names": null
243
+ },
244
+ "episode_index": {
245
+ "dtype": "int64",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": null
250
+ },
251
+ "index": {
252
+ "dtype": "int64",
253
+ "shape": [
254
+ 1
255
+ ],
256
+ "names": null
257
+ },
258
+ "task_index": {
259
+ "dtype": "int64",
260
+ "shape": [
261
+ 1
262
+ ],
263
+ "names": null
264
+ }
265
+ }
266
+ }
meta/scrape_collection_manifest.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "derivation": "first_n_episode_fps_downsample",
3
+ "created_at_utc": "2026-05-14T04:16:27.917335Z",
4
+ "source_repo_id": "CoRL2026-CSI/IsaacLab-SO101_push_button_baseCaP_300epi",
5
+ "source_root": null,
6
+ "output_repo_id": "CoRL2026-CSI/IsaacLab-SO101_push_button_baseCaP_100epi_10fps",
7
+ "selected_episode_indices": [
8
+ 0,
9
+ 1,
10
+ 2,
11
+ 3,
12
+ 4,
13
+ 5,
14
+ 6,
15
+ 7,
16
+ 8,
17
+ 9,
18
+ 10,
19
+ 11,
20
+ 12,
21
+ 13,
22
+ 14,
23
+ 15,
24
+ 16,
25
+ 17,
26
+ 18,
27
+ 19,
28
+ 20,
29
+ 21,
30
+ 22,
31
+ 23,
32
+ 24,
33
+ 25,
34
+ 26,
35
+ 27,
36
+ 28,
37
+ 29,
38
+ 30,
39
+ 31,
40
+ 32,
41
+ 33,
42
+ 34,
43
+ 35,
44
+ 36,
45
+ 37,
46
+ 38,
47
+ 39,
48
+ 40,
49
+ 41,
50
+ 42,
51
+ 43,
52
+ 44,
53
+ 45,
54
+ 46,
55
+ 47,
56
+ 48,
57
+ 49,
58
+ 50,
59
+ 51,
60
+ 52,
61
+ 53,
62
+ 54,
63
+ 55,
64
+ 56,
65
+ 57,
66
+ 58,
67
+ 59,
68
+ 60,
69
+ 61,
70
+ 62,
71
+ 63,
72
+ 64,
73
+ 65,
74
+ 66,
75
+ 67,
76
+ 68,
77
+ 69,
78
+ 70,
79
+ 71,
80
+ 72,
81
+ 73,
82
+ 74,
83
+ 75,
84
+ 76,
85
+ 77,
86
+ 78,
87
+ 79,
88
+ 80,
89
+ 81,
90
+ 82,
91
+ 83,
92
+ 84,
93
+ 85,
94
+ 86,
95
+ 87,
96
+ 88,
97
+ 89,
98
+ 90,
99
+ 91,
100
+ 92,
101
+ 93,
102
+ 94,
103
+ 95,
104
+ 96,
105
+ 97,
106
+ 98,
107
+ 99
108
+ ],
109
+ "source_fps": 30,
110
+ "target_fps": 10,
111
+ "frame_stride": 3,
112
+ "source_total_episodes": 300,
113
+ "source_total_frames": 200181,
114
+ "output_total_episodes": 100,
115
+ "output_total_frames": 22307
116
+ }
meta/scrape_episode_metadata.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/stats.json ADDED
@@ -0,0 +1,1163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.gripper_binary": {
3
+ "min": [
4
+ 1.0
5
+ ],
6
+ "max": [
7
+ 1.0
8
+ ],
9
+ "mean": [
10
+ 1.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 22307
17
+ ],
18
+ "q01": [
19
+ 1.0000000000000007
20
+ ],
21
+ "q10": [
22
+ 1.0000000000000029
23
+ ],
24
+ "q50": [
25
+ 1.0000000000000184
26
+ ],
27
+ "q90": [
28
+ 1.000000000000035
29
+ ],
30
+ "q99": [
31
+ 1.000000000000037
32
+ ]
33
+ },
34
+ "frame_index": {
35
+ "min": [
36
+ 0
37
+ ],
38
+ "max": [
39
+ 231
40
+ ],
41
+ "mean": [
42
+ 111.04801183485004
43
+ ],
44
+ "std": [
45
+ 64.41665419908406
46
+ ],
47
+ "count": [
48
+ 22307
49
+ ],
50
+ "q01": [
51
+ 1.9877009077782402
52
+ ],
53
+ "q10": [
54
+ 21.885758439871257
55
+ ],
56
+ "q50": [
57
+ 110.77985498722359
58
+ ],
59
+ "q90": [
60
+ 200.16274830688985
61
+ ],
62
+ "q99": [
63
+ 220.10832276192195
64
+ ]
65
+ },
66
+ "timestamp": {
67
+ "min": [
68
+ 0.0
69
+ ],
70
+ "max": [
71
+ 23.1
72
+ ],
73
+ "mean": [
74
+ 11.104801183485009
75
+ ],
76
+ "std": [
77
+ 6.4416654199084
78
+ ],
79
+ "count": [
80
+ 22307
81
+ ],
82
+ "q01": [
83
+ 0.1987700906894354
84
+ ],
85
+ "q10": [
86
+ 2.1885758439148653
87
+ ],
88
+ "q50": [
89
+ 11.077985498722141
90
+ ],
91
+ "q90": [
92
+ 20.01627483076119
93
+ ],
94
+ "q99": [
95
+ 22.010832276280578
96
+ ]
97
+ },
98
+ "skill.progress": {
99
+ "min": [
100
+ 0.0
101
+ ],
102
+ "max": [
103
+ 0.982106626033783
104
+ ],
105
+ "mean": [
106
+ 0.463318473476882
107
+ ],
108
+ "std": [
109
+ 0.33248725322767214
110
+ ],
111
+ "count": [
112
+ 22307
113
+ ],
114
+ "q01": [
115
+ -1e-10
116
+ ],
117
+ "q10": [
118
+ 0.010243711144269701
119
+ ],
120
+ "q50": [
121
+ 0.4959033388175921
122
+ ],
123
+ "q90": [
124
+ 0.9102502527136895
125
+ ],
126
+ "q99": [
127
+ 0.9672726291415537
128
+ ]
129
+ },
130
+ "skill.goal_position.joint": {
131
+ "min": [
132
+ -96.71016693115234,
133
+ -98.54991149902344,
134
+ -7.0512166023254395,
135
+ -76.00225067138672,
136
+ -2.8695294857025146,
137
+ 0.0
138
+ ],
139
+ "max": [
140
+ 88.12306213378906,
141
+ 42.6667594909668,
142
+ 109.58511352539062,
143
+ 83.8810806274414,
144
+ 1.2239750623703003,
145
+ 0.26648712158203125
146
+ ],
147
+ "mean": [
148
+ -3.451891930953965,
149
+ -34.365128789610935,
150
+ 51.717790187658366,
151
+ 37.48443797486835,
152
+ -0.1646914787546312,
153
+ 0.03583903633468562
154
+ ],
155
+ "std": [
156
+ 39.3614568205169,
157
+ 39.648352719337026,
158
+ 25.718939265156592,
159
+ 34.91157969447352,
160
+ 0.2987020572143387,
161
+ 0.09091865594946522
162
+ ],
163
+ "count": [
164
+ 22307
165
+ ],
166
+ "q01": [
167
+ -27.633219401148793,
168
+ -97.62814612750671,
169
+ 28.342452154838917,
170
+ -10.832373846617521,
171
+ -0.5148231857190616,
172
+ -1e-10
173
+ ],
174
+ "q10": [
175
+ -27.63218190269835,
176
+ -97.62814612750671,
177
+ 28.342452154838917,
178
+ -6.887284853239938,
179
+ -0.498959205997198,
180
+ -1e-10
181
+ ],
182
+ "q50": [
183
+ -5.64183678159466,
184
+ -34.49068509467941,
185
+ 47.49945577954182,
186
+ 36.73415488398275,
187
+ -0.21375796351972684,
188
+ -1e-10
189
+ ],
190
+ "q90": [
191
+ 20.73547869869449,
192
+ 11.361602061729723,
193
+ 100.11025938770247,
194
+ 72.95596282979406,
195
+ 0.27206802263706903,
196
+ 0.2664474868705457
197
+ ],
198
+ "q99": [
199
+ 20.74156271900376,
200
+ 12.244184995256342,
201
+ 100.21090805386861,
202
+ 72.96169245883863,
203
+ 0.2727231809441482,
204
+ 0.2664831582008825
205
+ ]
206
+ },
207
+ "skill.goal_position.robot_xyzrpy": {
208
+ "min": [
209
+ 0.051819104701280594,
210
+ -0.25465065240859985,
211
+ -0.0007341334130614996,
212
+ -3.140972375869751,
213
+ -0.14983738958835602,
214
+ -3.140683650970459
215
+ ],
216
+ "max": [
217
+ 0.38925984501838684,
218
+ 0.2813735008239746,
219
+ 0.20023664832115173,
220
+ 3.1402275562286377,
221
+ 1.555983543395996,
222
+ 3.1262388229370117
223
+ ],
224
+ "mean": [
225
+ 0.21792731957187217,
226
+ 0.004780055362365988,
227
+ 0.09849410981725437,
228
+ 2.8001338512556444,
229
+ 0.883178449782743,
230
+ 1.3125534487964245
231
+ ],
232
+ "std": [
233
+ 0.06789018340781314,
234
+ 0.1358887097361434,
235
+ 0.08526745943964617,
236
+ 0.815242766729591,
237
+ 0.31699952283833754,
238
+ 2.265878042393116
239
+ ],
240
+ "count": [
241
+ 22307
242
+ ],
243
+ "q01": [
244
+ 0.15571472141131062,
245
+ -0.08022433322432518,
246
+ -2.3224947351019222e-05,
247
+ 1.2144486668965526,
248
+ 0.5358162736730088,
249
+ -0.9351367005431656
250
+ ],
251
+ "q10": [
252
+ 0.15571951745781845,
253
+ -0.08022263251028448,
254
+ 5.0042996527861755e-05,
255
+ 1.2144486668965526,
256
+ 0.5358162736730088,
257
+ -0.9338946984029124
258
+ ],
259
+ "q50": [
260
+ 0.22817328070407852,
261
+ 0.013073989427791453,
262
+ 0.14686568102219483,
263
+ 3.0820236930096354,
264
+ 0.8107014883710836,
265
+ 1.5476348455895532
266
+ ],
267
+ "q90": [
268
+ 0.2591124391844633,
269
+ 0.08843466542250454,
270
+ 0.19995090775331076,
271
+ 3.1120982937537542,
272
+ 1.4213418315858797,
273
+ 3.1256336637584994
274
+ ],
275
+ "q99": [
276
+ 0.2591207990471436,
277
+ 0.08845209545182564,
278
+ 0.19997236430730547,
279
+ 3.1125988214224742,
280
+ 1.4214581192302627,
281
+ 3.126178307109162
282
+ ]
283
+ },
284
+ "subtask.target_position": {
285
+ "min": [
286
+ 0.0,
287
+ -0.2546614706516266,
288
+ 0.0
289
+ ],
290
+ "max": [
291
+ 0.3892861306667328,
292
+ 0.2814009189605713,
293
+ 0.20000000298023224
294
+ ],
295
+ "mean": [
296
+ 0.13618573513727525,
297
+ 0.007886653754011964,
298
+ 0.05544444781658324
299
+ ],
300
+ "std": [
301
+ 0.12949113690070246,
302
+ 0.13562177852559787,
303
+ 0.08952543919480863
304
+ ],
305
+ "count": [
306
+ 22307
307
+ ],
308
+ "q01": [
309
+ -1e-10,
310
+ -0.0729030838112129,
311
+ -1e-10
312
+ ],
313
+ "q10": [
314
+ -1e-10,
315
+ -0.0729030838112129,
316
+ -1e-10
317
+ ],
318
+ "q50": [
319
+ 0.22827884959143602,
320
+ 0.013066092758998577,
321
+ -1e-10
322
+ ],
323
+ "q90": [
324
+ 0.22830947365211077,
325
+ 0.0859770489762666,
326
+ 0.19998556203913034
327
+ ],
328
+ "q99": [
329
+ 0.22831636406576258,
330
+ 0.08598289659415755,
331
+ 0.19999855897612187
332
+ ]
333
+ },
334
+ "observation.state": {
335
+ "min": [
336
+ -96.62727355957031,
337
+ -97.58954620361328,
338
+ -11.351847648620605,
339
+ -79.01042175292969,
340
+ -2.8711273670196533,
341
+ 0.0
342
+ ],
343
+ "max": [
344
+ 88.11807250976562,
345
+ 40.18175506591797,
346
+ 100.0,
347
+ 83.02366638183594,
348
+ 1.2277743816375732,
349
+ 0.2664578855037689
350
+ ],
351
+ "mean": [
352
+ -3.450839024360269,
353
+ -36.18894851525702,
354
+ 52.479376732327786,
355
+ 35.948163362750094,
356
+ -0.18357936249813012,
357
+ 0.020727854507046384
358
+ ],
359
+ "std": [
360
+ 37.89790511561486,
361
+ 35.77148709016907,
362
+ 22.70722454464265,
363
+ 33.97849070610398,
364
+ 0.3583159019852337,
365
+ 0.05673365982501319
366
+ ],
367
+ "count": [
368
+ 22307
369
+ ],
370
+ "q01": [
371
+ -27.603931936117245,
372
+ -97.46073588095612,
373
+ 28.155485913205716,
374
+ -10.664399831079244,
375
+ -0.5370428313758006,
376
+ -1e-10
377
+ ],
378
+ "q10": [
379
+ -26.4272799042379,
380
+ -84.45765485060629,
381
+ 30.95297412419901,
382
+ -6.304992181741227,
383
+ -0.4964480066835047,
384
+ -1e-10
385
+ ],
386
+ "q50": [
387
+ -5.178934524645009,
388
+ -35.46208687557488,
389
+ 49.36716439182367,
390
+ 34.583467443243784,
391
+ -0.15606344127418492,
392
+ -1e-10
393
+ ],
394
+ "q90": [
395
+ 19.769874608226505,
396
+ 5.1481831128298365,
397
+ 84.4084556196031,
398
+ 72.43367022056054,
399
+ 0.14088551932824253,
400
+ 0.04301232238485048
401
+ ],
402
+ "q99": [
403
+ 20.606337892290714,
404
+ 7.890647415158127,
405
+ 99.35046813396795,
406
+ 72.90182450212271,
407
+ 0.25741052894811944,
408
+ 0.2616002076430913
409
+ ]
410
+ },
411
+ "episode_index": {
412
+ "min": [
413
+ 0
414
+ ],
415
+ "max": [
416
+ 99
417
+ ],
418
+ "mean": [
419
+ 49.50365356166226
420
+ ],
421
+ "std": [
422
+ 28.864995897724857
423
+ ],
424
+ "count": [
425
+ 22307
426
+ ],
427
+ "q01": [
428
+ 49.50365356166226
429
+ ],
430
+ "q10": [
431
+ 49.50365356166226
432
+ ],
433
+ "q50": [
434
+ 49.50365356166227
435
+ ],
436
+ "q90": [
437
+ 49.50365356166227
438
+ ],
439
+ "q99": [
440
+ 49.50365356166228
441
+ ]
442
+ },
443
+ "action": {
444
+ "min": [
445
+ -96.71016693115234,
446
+ -99.0,
447
+ -13.445419311523438,
448
+ -78.87967681884766,
449
+ -2.8695294857025146,
450
+ 0.0
451
+ ],
452
+ "max": [
453
+ 88.12090301513672,
454
+ 40.910762786865234,
455
+ 99.0,
456
+ 83.8810806274414,
457
+ 1.2239750623703003,
458
+ 0.2664578855037689
459
+ ],
460
+ "mean": [
461
+ -3.4509129394317575,
462
+ -35.8055374414676,
463
+ 52.654401754293,
464
+ 36.15482640947247,
465
+ -0.1765751251048846,
466
+ 0.020727854507046384
467
+ ],
468
+ "std": [
469
+ 37.9668002854339,
470
+ 36.200079862513256,
471
+ 22.846689311306463,
472
+ 33.79857944954021,
473
+ 0.3221384835218949,
474
+ 0.05673365982501319
475
+ ],
476
+ "count": [
477
+ 22307
478
+ ],
479
+ "q01": [
480
+ -27.616021651418986,
481
+ -97.43661940454174,
482
+ 28.139431157565813,
483
+ -10.86156225906344,
484
+ -0.5142680641533577,
485
+ -1e-10
486
+ ],
487
+ "q10": [
488
+ -26.49139808346569,
489
+ -84.5711337907515,
490
+ 30.912373161134177,
491
+ -6.290227597425106,
492
+ -0.4959632044921881,
493
+ -1e-10
494
+ ],
495
+ "q50": [
496
+ -5.189369741507769,
497
+ -35.3923375478382,
498
+ 49.71415863596948,
499
+ 34.6578169364103,
500
+ -0.17650068984393436,
501
+ -1e-10
502
+ ],
503
+ "q90": [
504
+ 19.87598599092235,
505
+ 6.997437123570136,
506
+ 84.56969854834678,
507
+ 72.4665653742789,
508
+ 0.1425251017559232,
509
+ 0.04301232238485048
510
+ ],
511
+ "q99": [
512
+ 20.697499143522542,
513
+ 10.319828650870708,
514
+ 98.9943893953327,
515
+ 72.94515630677355,
516
+ 0.2673126472875195,
517
+ 0.2616002076430913
518
+ ]
519
+ },
520
+ "skill.goal_position.gripper": {
521
+ "min": [
522
+ 0.0
523
+ ],
524
+ "max": [
525
+ 0.26648712158203125
526
+ ],
527
+ "mean": [
528
+ 0.03583903633468562
529
+ ],
530
+ "std": [
531
+ 0.09091867213848208
532
+ ],
533
+ "count": [
534
+ 22307
535
+ ],
536
+ "q01": [
537
+ -1e-10
538
+ ],
539
+ "q10": [
540
+ -1e-10
541
+ ],
542
+ "q50": [
543
+ -1e-10
544
+ ],
545
+ "q90": [
546
+ 0.2664474868705457
547
+ ],
548
+ "q99": [
549
+ 0.2664831582008825
550
+ ]
551
+ },
552
+ "index": {
553
+ "min": [
554
+ 0
555
+ ],
556
+ "max": [
557
+ 22306
558
+ ],
559
+ "mean": [
560
+ 11153.0
561
+ ],
562
+ "std": [
563
+ 6439.476220935986
564
+ ],
565
+ "count": [
566
+ 22307
567
+ ],
568
+ "q01": [
569
+ 11043.93968907293
570
+ ],
571
+ "q10": [
572
+ 11063.837746605031
573
+ ],
574
+ "q50": [
575
+ 11152.731843152373
576
+ ],
577
+ "q90": [
578
+ 11242.114736472033
579
+ ],
580
+ "q99": [
581
+ 11262.06031092707
582
+ ]
583
+ },
584
+ "observation.state.radian_urdf0": {
585
+ "min": [
586
+ -1.5075273513793945,
587
+ -1.7726202011108398,
588
+ -0.3666132390499115,
589
+ -1.486336350440979,
590
+ -0.09094409644603729,
591
+ -0.0015339808305725455
592
+ ],
593
+ "max": [
594
+ 1.4539588689804077,
595
+ 0.7201177477836609,
596
+ 1.5217089653015137,
597
+ 1.3919557332992554,
598
+ 0.03779526427388191,
599
+ 0.004290582612156868
600
+ ],
601
+ "mean": [
602
+ -0.013899802123710163,
603
+ -0.6616805040684565,
604
+ 0.7158467912401939,
605
+ 0.5557301971159088,
606
+ -0.006532894480391211,
607
+ -0.0010808875249342543
608
+ ],
609
+ "std": [
610
+ 0.6075071894536388,
611
+ 0.6472243662345786,
612
+ 0.38507251373322465,
613
+ 0.6035768114419987,
614
+ 0.011254079633710466,
615
+ 0.001240153735521627
616
+ ],
617
+ "count": [
618
+ 22307
619
+ ],
620
+ "q01": [
621
+ -0.40107628451878524,
622
+ -1.7702895969368058,
623
+ 0.3033583484722489,
624
+ -0.27227200222044734,
625
+ -0.017634569591987323,
626
+ -0.0015339809305725443
627
+ ],
628
+ "q10": [
629
+ -0.38221443576963293,
630
+ -1.5350209043696108,
631
+ 0.35079859378004535,
632
+ -0.1948336753950142,
633
+ -0.016359556903384607,
634
+ -0.0015339809305725443
635
+ ],
636
+ "q50": [
637
+ -0.04160135186606015,
638
+ -0.6485292195928916,
639
+ 0.663069329990879,
640
+ 0.5314883747641954,
641
+ -0.005668671046224065,
642
+ -0.0015339809305725443
643
+ ],
644
+ "q90": [
645
+ 0.3583305327168649,
646
+ 0.08624472364477537,
647
+ 1.2573050615942907,
648
+ 1.2038403571001288,
649
+ 0.0036579782086146404,
650
+ -0.0005937647972515734
651
+ ],
652
+ "q99": [
653
+ 0.3717391221225609,
654
+ 0.13586496285106808,
655
+ 1.5106940612921484,
656
+ 1.21215641450402,
657
+ 0.007317825650279633,
658
+ 0.004184397468117749
659
+ ]
660
+ },
661
+ "observation.ee_pos.robot_xyzrpy": {
662
+ "min": [
663
+ 0.05198027938604355,
664
+ -0.2715887129306793,
665
+ 0.019291764125227928,
666
+ 0.134904146194458,
667
+ 0.021284157410264015,
668
+ -3.1415188312530518
669
+ ],
670
+ "max": [
671
+ 0.40649136900901794,
672
+ 0.3003447353839874,
673
+ 0.21990449726581573,
674
+ 3.140228509902954,
675
+ 1.5501573085784912,
676
+ 3.141376495361328
677
+ ],
678
+ "mean": [
679
+ 0.22580302267139088,
680
+ 0.004963701295679715,
681
+ 0.10724432345261123,
682
+ 2.9192226116268323,
683
+ 0.9468401913929965,
684
+ 1.182713876299641
685
+ ],
686
+ "std": [
687
+ 0.06732974491549579,
688
+ 0.1367861724598625,
689
+ 0.066447743528182,
690
+ 0.5144057078666996,
691
+ 0.27521065702343034,
692
+ 2.3955225026671547
693
+ ],
694
+ "count": [
695
+ 22307
696
+ ],
697
+ "q01": [
698
+ 0.1567196630384636,
699
+ -0.08703224724344732,
700
+ 0.02115193331833675,
701
+ 1.4008998809687947,
702
+ 0.5852697858986193,
703
+ -1.1467695777971976
704
+ ],
705
+ "q10": [
706
+ 0.16401084457052867,
707
+ -0.08249298061607756,
708
+ 0.021848260480036432,
709
+ 2.5653681121246765,
710
+ 0.6364838706104783,
711
+ -0.41220626647128794
712
+ ],
713
+ "q50": [
714
+ 0.23538790137129645,
715
+ 0.010686515981222833,
716
+ 0.11817695574341783,
717
+ 3.0670229288359065,
718
+ 0.8881690829162961,
719
+ 0.46606087456167355
720
+ ],
721
+ "q90": [
722
+ 0.2710154485233836,
723
+ 0.09168596459678348,
724
+ 0.19425429630977684,
725
+ 3.1050413304391546,
726
+ 1.3535509946964743,
727
+ 3.08854954635159
728
+ ],
729
+ "q99": [
730
+ 0.2819332136904943,
731
+ 0.096290527807112,
732
+ 0.2049666915818935,
733
+ 3.1109751095894125,
734
+ 1.4711667837280349,
735
+ 3.122198557237212
736
+ ]
737
+ },
738
+ "task_index": {
739
+ "min": [
740
+ 0
741
+ ],
742
+ "max": [
743
+ 10
744
+ ],
745
+ "mean": [
746
+ 5.166091361456044
747
+ ],
748
+ "std": [
749
+ 3.0951761303641137
750
+ ],
751
+ "count": [
752
+ 22307
753
+ ],
754
+ "q01": [
755
+ 5.166091361456044
756
+ ],
757
+ "q10": [
758
+ 5.166091361456044
759
+ ],
760
+ "q50": [
761
+ 5.166091361456058
762
+ ],
763
+ "q90": [
764
+ 5.166091361456091
765
+ ],
766
+ "q99": [
767
+ 5.166091361456093
768
+ ]
769
+ },
770
+ "action.radian_urdf0": {
771
+ "min": [
772
+ -1.5088560581207275,
773
+ -1.7981399297714233,
774
+ -0.4021163582801819,
775
+ -1.4840139150619507,
776
+ -0.09089390933513641,
777
+ -0.0015339808305725455
778
+ ],
779
+ "max": [
780
+ 1.4540042877197266,
781
+ 0.733307957649231,
782
+ 1.5047507286071777,
783
+ 1.4071863889694214,
784
+ 0.03767593204975128,
785
+ 0.004290582612156868
786
+ ],
787
+ "mean": [
788
+ -0.013900978844167779,
789
+ -0.6547434056485767,
790
+ 0.7188148015755437,
791
+ 0.5594012224774959,
792
+ -0.006312907363133356,
793
+ -0.0010808875249342543
794
+ ],
795
+ "std": [
796
+ 0.6086115908031491,
797
+ 0.6549789911972271,
798
+ 0.3874378121223268,
799
+ 0.6003809468467897,
800
+ 0.010117809504952441,
801
+ 0.001240153735521627
802
+ ],
803
+ "count": [
804
+ 22307
805
+ ],
806
+ "q01": [
807
+ -0.401270085735651,
808
+ -1.7698532254561425,
809
+ 0.3030860901255391,
810
+ -0.2757742944918441,
811
+ -0.016919253842012833,
812
+ -0.0015339809305725443
813
+ ],
814
+ "q10": [
815
+ -0.38324225842064075,
816
+ -1.5370740912827892,
817
+ 0.3501100754085711,
818
+ -0.19457140071311071,
819
+ -0.016344330105935407,
820
+ -0.0015339809305725443
821
+ ],
822
+ "q50": [
823
+ -0.04176863317105603,
824
+ -0.647267211858373,
825
+ 0.6689537015309576,
826
+ 0.5328091041455241,
827
+ -0.006310569393191191,
828
+ -0.0015339809305725443
829
+ ],
830
+ "q90": [
831
+ 0.36003150567272035,
832
+ 0.11970384108734912,
833
+ 1.2600394137789825,
834
+ 1.2044247288977967,
835
+ 0.0037094746018741373,
836
+ -0.0005937647972515734
837
+ ],
838
+ "q99": [
839
+ 0.3732004430159091,
840
+ 0.1798168790202937,
841
+ 1.5046555831916644,
842
+ 1.2129261778580944,
843
+ 0.007628833897014626,
844
+ 0.004184397468117749
845
+ ]
846
+ },
847
+ "observation.images.left_wrist": {
848
+ "min": [
849
+ [
850
+ [
851
+ 0.0
852
+ ]
853
+ ],
854
+ [
855
+ [
856
+ 0.0
857
+ ]
858
+ ],
859
+ [
860
+ [
861
+ 0.0
862
+ ]
863
+ ]
864
+ ],
865
+ "max": [
866
+ [
867
+ [
868
+ 1.0
869
+ ]
870
+ ],
871
+ [
872
+ [
873
+ 1.0
874
+ ]
875
+ ],
876
+ [
877
+ [
878
+ 1.0
879
+ ]
880
+ ]
881
+ ],
882
+ "mean": [
883
+ [
884
+ [
885
+ 0.7940642449550653
886
+ ]
887
+ ],
888
+ [
889
+ [
890
+ 0.7284641962009801
891
+ ]
892
+ ],
893
+ [
894
+ [
895
+ 0.6235128859885624
896
+ ]
897
+ ]
898
+ ],
899
+ "std": [
900
+ [
901
+ [
902
+ 0.054769976826958625
903
+ ]
904
+ ],
905
+ [
906
+ [
907
+ 0.06788686766499515
908
+ ]
909
+ ],
910
+ [
911
+ [
912
+ 0.08301106180486797
913
+ ]
914
+ ]
915
+ ],
916
+ "count": [
917
+ 10000
918
+ ],
919
+ "q01": [
920
+ [
921
+ [
922
+ 0.1857669721554727
923
+ ]
924
+ ],
925
+ [
926
+ [
927
+ 0.16646858649581206
928
+ ]
929
+ ],
930
+ [
931
+ [
932
+ 0.14659415172091614
933
+ ]
934
+ ]
935
+ ],
936
+ "q10": [
937
+ [
938
+ [
939
+ 0.7386979599052159
940
+ ]
941
+ ],
942
+ [
943
+ [
944
+ 0.6721981200161438
945
+ ]
946
+ ],
947
+ [
948
+ [
949
+ 0.5334224326815262
950
+ ]
951
+ ]
952
+ ],
953
+ "q50": [
954
+ [
955
+ [
956
+ 0.8336763068162844
957
+ ]
958
+ ],
959
+ [
960
+ [
961
+ 0.7513495299564008
962
+ ]
963
+ ],
964
+ [
965
+ [
966
+ 0.622468556221979
967
+ ]
968
+ ]
969
+ ],
970
+ "q90": [
971
+ [
972
+ [
973
+ 0.8723043767625331
974
+ ]
975
+ ],
976
+ [
977
+ [
978
+ 0.8329921155477701
979
+ ]
980
+ ],
981
+ [
982
+ [
983
+ 0.7834611072897256
984
+ ]
985
+ ]
986
+ ],
987
+ "q99": [
988
+ [
989
+ [
990
+ 0.9111266510851427
991
+ ]
992
+ ],
993
+ [
994
+ [
995
+ 0.9080280080598981
996
+ ]
997
+ ],
998
+ [
999
+ [
1000
+ 0.8922175207541233
1001
+ ]
1002
+ ]
1003
+ ]
1004
+ },
1005
+ "observation.images.top": {
1006
+ "min": [
1007
+ [
1008
+ [
1009
+ 0.0
1010
+ ]
1011
+ ],
1012
+ [
1013
+ [
1014
+ 0.0
1015
+ ]
1016
+ ],
1017
+ [
1018
+ [
1019
+ 0.0
1020
+ ]
1021
+ ]
1022
+ ],
1023
+ "max": [
1024
+ [
1025
+ [
1026
+ 1.0
1027
+ ]
1028
+ ],
1029
+ [
1030
+ [
1031
+ 1.0
1032
+ ]
1033
+ ],
1034
+ [
1035
+ [
1036
+ 1.0
1037
+ ]
1038
+ ]
1039
+ ],
1040
+ "mean": [
1041
+ [
1042
+ [
1043
+ 0.8335500425857841
1044
+ ]
1045
+ ],
1046
+ [
1047
+ [
1048
+ 0.7658645235702621
1049
+ ]
1050
+ ],
1051
+ [
1052
+ [
1053
+ 0.658267789113562
1054
+ ]
1055
+ ]
1056
+ ],
1057
+ "std": [
1058
+ [
1059
+ [
1060
+ 0.052925140293134436
1061
+ ]
1062
+ ],
1063
+ [
1064
+ [
1065
+ 0.06768279682481752
1066
+ ]
1067
+ ],
1068
+ [
1069
+ [
1070
+ 0.08231097665386475
1071
+ ]
1072
+ ]
1073
+ ],
1074
+ "count": [
1075
+ 10000
1076
+ ],
1077
+ "q01": [
1078
+ [
1079
+ [
1080
+ 0.2933237612535868
1081
+ ]
1082
+ ],
1083
+ [
1084
+ [
1085
+ 0.2777270212065333
1086
+ ]
1087
+ ],
1088
+ [
1089
+ [
1090
+ 0.26749826607713745
1091
+ ]
1092
+ ]
1093
+ ],
1094
+ "q10": [
1095
+ [
1096
+ [
1097
+ 0.8147490302017204
1098
+ ]
1099
+ ],
1100
+ [
1101
+ [
1102
+ 0.7248869109849617
1103
+ ]
1104
+ ],
1105
+ [
1106
+ [
1107
+ 0.5822020793289542
1108
+ ]
1109
+ ]
1110
+ ],
1111
+ "q50": [
1112
+ [
1113
+ [
1114
+ 0.8475263733183399
1115
+ ]
1116
+ ],
1117
+ [
1118
+ [
1119
+ 0.7736927070010458
1120
+ ]
1121
+ ],
1122
+ [
1123
+ [
1124
+ 0.655334435313969
1125
+ ]
1126
+ ]
1127
+ ],
1128
+ "q90": [
1129
+ [
1130
+ [
1131
+ 0.8693868969615139
1132
+ ]
1133
+ ],
1134
+ [
1135
+ [
1136
+ 0.8149443136359658
1137
+ ]
1138
+ ],
1139
+ [
1140
+ [
1141
+ 0.7348290291686017
1142
+ ]
1143
+ ]
1144
+ ],
1145
+ "q99": [
1146
+ [
1147
+ [
1148
+ 0.9084864786454573
1149
+ ]
1150
+ ],
1151
+ [
1152
+ [
1153
+ 0.902894945808967
1154
+ ]
1155
+ ],
1156
+ [
1157
+ [
1158
+ 0.9026232104521421
1159
+ ]
1160
+ ]
1161
+ ]
1162
+ }
1163
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c7ff117acc4499466408d18153e8257d96a426341c076ecccc5f4dfdc4e282
3
+ size 2369
videos/observation.images.left_wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4c1ae99245f9988ebe5d3fa9d25c084240178ed213e8d56686be717db6734f
3
+ size 68001427
videos/observation.images.top/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:910ba75461dc4ced0527713407c33ea79e05c8d02b1c57db95cf566f201cc294
3
+ size 69548417