pranavsaroha commited on
Commit
1d0b5a5
·
verified ·
1 Parent(s): bea5f2e

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ur5e
8
+ - cable-insertion
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+ Expert demonstrations of optical cable insertion using the UR5e robot in the
19
+ [AI for Industry Challenge](https://github.com/intrinsic-dev/aic) simulation.
20
+ Demonstrations were generated using the CheatCode policy (ground-truth TF transforms).
21
+
22
+ - **Episodes:** 3
23
+ - **Frames:** 1147
24
+ - **FPS:** 20
25
+ - **Cameras:** left, center, right (256×288, AV1)
26
+ - **Action space:** Cartesian velocity [linear.x/y/z, angular.x/y/z]
27
+ - **State space:** TCP pose (7) + TCP velocity (6) + TCP error (6) + joint positions (7) = 26 dims
28
+
29
+ ## Citation
30
+
31
+ ```bibtex
32
+ [More Information Needed]
33
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6cac90a8b1358045f7a844df286390168d65e65ea959b2a02d0329202c3b43
3
+ size 64180
data/chunk-000/file-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91839b7794abb4f3a730c359ff5cb34102a7735e8a0caa9f457072d9f0478d45
3
+ size 67596
data/chunk-000/file-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:debd26ebee0ed2698cb8ac2ba24c9dcbe173c04ca82ec28b2b3bae76d360d23c
3
+ size 93738
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa552698966a5657fdb5bf5c62aa4251c220f1361b212e7a53963dbf2f407f84
3
+ size 8016
meta/info.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "ur5e_aic",
4
+ "total_episodes": 3,
5
+ "total_frames": 1147,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 0.2,
9
+ "video_files_size_in_mb": 1.6,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:3"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "linear.x",
21
+ "linear.y",
22
+ "linear.z",
23
+ "angular.x",
24
+ "angular.y",
25
+ "angular.z"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 26
35
+ ],
36
+ "names": [
37
+ "tcp_pose.position.x",
38
+ "tcp_pose.position.y",
39
+ "tcp_pose.position.z",
40
+ "tcp_pose.orientation.x",
41
+ "tcp_pose.orientation.y",
42
+ "tcp_pose.orientation.z",
43
+ "tcp_pose.orientation.w",
44
+ "tcp_velocity.linear.x",
45
+ "tcp_velocity.linear.y",
46
+ "tcp_velocity.linear.z",
47
+ "tcp_velocity.angular.x",
48
+ "tcp_velocity.angular.y",
49
+ "tcp_velocity.angular.z",
50
+ "tcp_error.0",
51
+ "tcp_error.1",
52
+ "tcp_error.2",
53
+ "tcp_error.3",
54
+ "tcp_error.4",
55
+ "tcp_error.5",
56
+ "joint_positions.0",
57
+ "joint_positions.1",
58
+ "joint_positions.2",
59
+ "joint_positions.3",
60
+ "joint_positions.4",
61
+ "joint_positions.5",
62
+ "joint_positions.6"
63
+ ]
64
+ },
65
+ "observation.images.left_camera": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 256,
69
+ 288,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "video.height": 256,
79
+ "video.width": 288,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 20,
84
+ "video.channels": 3,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.images.center_camera": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 256,
92
+ 288,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channels"
99
+ ],
100
+ "info": {
101
+ "video.height": 256,
102
+ "video.width": 288,
103
+ "video.codec": "av1",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "video.fps": 20,
107
+ "video.channels": 3,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.right_camera": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 256,
115
+ 288,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ],
123
+ "info": {
124
+ "video.height": 256,
125
+ "video.width": 288,
126
+ "video.codec": "av1",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 20,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "timestamp": {
135
+ "dtype": "float32",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "frame_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "episode_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "index": {
156
+ "dtype": "int64",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ },
162
+ "task_index": {
163
+ "dtype": "int64",
164
+ "shape": [
165
+ 1
166
+ ],
167
+ "names": null
168
+ }
169
+ }
170
+ }
meta/stats.json ADDED
@@ -0,0 +1,700 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "min": [
4
+ -0.4894377291202545,
5
+ 0.1924414038658142,
6
+ 0.03484738990664482,
7
+ 0.9711827635765076,
8
+ -0.060518644750118256,
9
+ -0.011349348351359367,
10
+ -0.00010331505473004654,
11
+ -0.0467689149081707,
12
+ -0.004321156069636345,
13
+ -0.04912608489394188,
14
+ -0.20259171724319458,
15
+ -0.003361917333677411,
16
+ -0.05246319621801376,
17
+ -0.02496383897960186,
18
+ -0.0009485969203524292,
19
+ -0.021567456424236298,
20
+ -0.0805458202958107,
21
+ -0.0002305252564838156,
22
+ -0.02042854204773903,
23
+ -0.5084197521209717,
24
+ -2.0478694438934326,
25
+ -1.8435808420181274,
26
+ -1.6896822452545166,
27
+ 1.5705641508102417,
28
+ 1.0973507165908813,
29
+ 0.003650000086054206
30
+ ],
31
+ "max": [
32
+ -0.37108954787254333,
33
+ 0.28519341349601746,
34
+ 0.32805341482162476,
35
+ 1.0,
36
+ 9.90783519227989e-05,
37
+ 9.010099893203005e-05,
38
+ 0.2302548736333847,
39
+ 0.0017715065041556954,
40
+ 0.036027245223522186,
41
+ 0.0016131652519106865,
42
+ 0.002388481516391039,
43
+ 0.014643839560449123,
44
+ 0.0014153759693726897,
45
+ 0.003749800380319357,
46
+ 0.022478176280856133,
47
+ 0.009943444281816483,
48
+ 0.0007947999401949346,
49
+ 0.002682322636246681,
50
+ 6.758168456144631e-05,
51
+ -0.15779216587543488,
52
+ -1.3513615131378174,
53
+ -1.4857712984085083,
54
+ -1.1612683534622192,
55
+ 1.9974480867385864,
56
+ 1.4128621816635132,
57
+ 0.006610318087041378
58
+ ],
59
+ "mean": [
60
+ -0.4174079895019531,
61
+ 0.24145230650901794,
62
+ 0.2159423679113388,
63
+ 0.9826393127441406,
64
+ -0.03358985111117363,
65
+ -0.006213069893419743,
66
+ 0.16357608139514923,
67
+ -0.0024926417972892523,
68
+ 0.0027900873683393,
69
+ -0.010046889074146748,
70
+ -0.02138729952275753,
71
+ 0.0007767779752612114,
72
+ -0.004134561400860548,
73
+ -0.00015901013102848083,
74
+ 0.003941051661968231,
75
+ -0.0013324067695066333,
76
+ -0.008303466252982616,
77
+ 0.00030721526127308607,
78
+ -0.0016918070614337921,
79
+ -0.4190828800201416,
80
+ -1.6619319915771484,
81
+ -1.6615444421768188,
82
+ -1.5216952562332153,
83
+ 1.8736189603805542,
84
+ 1.1952815055847168,
85
+ 0.00532838050276041
86
+ ],
87
+ "std": [
88
+ 0.05033144727349281,
89
+ 0.03460810333490372,
90
+ 0.0816752091050148,
91
+ 0.009990249760448933,
92
+ 0.021014651283621788,
93
+ 0.0038686299230903387,
94
+ 0.07703547179698944,
95
+ 0.008098621852695942,
96
+ 0.007178485859185457,
97
+ 0.008094730786979198,
98
+ 0.04809845611453056,
99
+ 0.002267658244818449,
100
+ 0.009961479343473911,
101
+ 0.00482161995023489,
102
+ 0.004422069992870092,
103
+ 0.0049959393218159676,
104
+ 0.0192060936242342,
105
+ 0.0006153416470624506,
106
+ 0.003943879622966051,
107
+ 0.1219010055065155,
108
+ 0.22391828894615173,
109
+ 0.08163329213857651,
110
+ 0.14752358198165894,
111
+ 0.14194360375404358,
112
+ 0.10238265991210938,
113
+ 0.001224061008542776
114
+ ],
115
+ "count": [
116
+ 1147
117
+ ],
118
+ "q01": [
119
+ -0.4893070918321609,
120
+ 0.19296988368034362,
121
+ 0.03486912332475185,
122
+ 0.9712181532382965,
123
+ -0.06051106408238411,
124
+ -0.011308702230453492,
125
+ -8.384835527976974e-05,
126
+ -0.04432136483490467,
127
+ -0.0035791587410494686,
128
+ -0.04742114841938019,
129
+ -0.1922403970360756,
130
+ -0.0020834408979862927,
131
+ -0.04989711135625839,
132
+ -0.024036104194819927,
133
+ -0.0005627152638044208,
134
+ -0.020700378306210042,
135
+ -0.07713946729898452,
136
+ -0.000207746175583452,
137
+ -0.01957816157490015,
138
+ -0.507994259595871,
139
+ -2.0476630449295046,
140
+ -1.8430451083183288,
141
+ -1.6885093450546265,
142
+ 1.570610237121582,
143
+ 1.0978522872924805,
144
+ 0.003650000086054206
145
+ ],
146
+ "q10": [
147
+ -0.4889973819255829,
148
+ 0.19469052851200103,
149
+ 0.08402345180511475,
150
+ 0.9712311625480652,
151
+ -0.06049475818872452,
152
+ -0.011254851333796978,
153
+ 7.679118134547029e-05,
154
+ -0.004913527891039848,
155
+ -0.0007828213740140199,
156
+ -0.01549593601375818,
157
+ -0.10682130306959152,
158
+ -0.0008975345874205232,
159
+ -0.01798931397497654,
160
+ -0.0022552487906068565,
161
+ 8.684557542437688e-05,
162
+ -0.006106933858245611,
163
+ -0.04237962439656257,
164
+ -8.50634998641908e-05,
165
+ -0.007290759868919849,
166
+ -0.5070340275764466,
167
+ -1.9875421285629273,
168
+ -1.769964051246643,
169
+ -1.6737558126449585,
170
+ 1.5709850788116455,
171
+ 1.0987899780273438,
172
+ 0.003650000086054206
173
+ ],
174
+ "q50": [
175
+ -0.3846261501312256,
176
+ 0.2514698803424835,
177
+ 0.22784437239170074,
178
+ 0.9824975728988647,
179
+ -0.02776048704981804,
180
+ -0.005005346145480871,
181
+ 0.18412655591964722,
182
+ -0.00020235225383657962,
183
+ 0.0002107031032210216,
184
+ -0.009873755276203156,
185
+ -0.00021220716007519513,
186
+ 0.000208922108868137,
187
+ -0.00011112703941762447,
188
+ 0.0008461396209895611,
189
+ 0.0029454596806317568,
190
+ -0.0009696286870166659,
191
+ 0.00017370228306390345,
192
+ 2.764851160463877e-05,
193
+ -4.114121838938445e-05,
194
+ -0.49507561326026917,
195
+ -1.6057829856872559,
196
+ -1.6726107597351074,
197
+ -1.5413373708724976,
198
+ 1.9142473936080933,
199
+ 1.14958918094635,
200
+ 0.005132698453962803
201
+ ],
202
+ "q90": [
203
+ -0.3717711091041565,
204
+ 0.2840182244777679,
205
+ 0.3197900652885437,
206
+ 1.0,
207
+ 4.4252563384361565e-05,
208
+ -0.00013541178195737284,
209
+ 0.23005343973636627,
210
+ 0.0007579635828733446,
211
+ 0.009367071278393296,
212
+ -0.000764673983212557,
213
+ 0.0009917954448610555,
214
+ 0.0026504521258175484,
215
+ 0.00036178254522383234,
216
+ 0.003108065761625768,
217
+ 0.008684310317039496,
218
+ 0.004513641353696587,
219
+ 0.00037347356555983424,
220
+ 0.0012948182644322516,
221
+ 1.3675301602233958e-07,
222
+ -0.15971235036849976,
223
+ -1.3532707214355468,
224
+ -1.5369659423828124,
225
+ -1.2749605655670164,
226
+ 1.997192883491516,
227
+ 1.41103138923645,
228
+ 0.006610318087041378
229
+ ],
230
+ "q99": [
231
+ -0.37119571447372435,
232
+ 0.2848966419696808,
233
+ 0.32758381962776184,
234
+ 1.0,
235
+ 8.84419433714356e-05,
236
+ 6.66728141368366e-05,
237
+ 0.2301112726330757,
238
+ 0.0013475903333164748,
239
+ 0.03398026816546916,
240
+ 0.00018523459439165856,
241
+ 0.0019122834480367595,
242
+ 0.012174485940486193,
243
+ 0.0008317477523814883,
244
+ 0.0036333505064249038,
245
+ 0.021760865226387975,
246
+ 0.009206099919974804,
247
+ 0.0004936998605262484,
248
+ 0.002508525345474481,
249
+ 3.082665698457273e-05,
250
+ -0.15815242409706115,
251
+ -1.3516555833816528,
252
+ -1.4864390468597413,
253
+ -1.161626739501953,
254
+ 1.9972747039794922,
255
+ 1.4125918245315552,
256
+ 0.006610318087041378
257
+ ]
258
+ },
259
+ "action": {
260
+ "min": [
261
+ -0.0467689149081707,
262
+ -0.004321156069636345,
263
+ -0.04912608489394188,
264
+ -0.20259171724319458,
265
+ -0.003361917333677411,
266
+ -0.05246319621801376
267
+ ],
268
+ "max": [
269
+ 0.0017715065041556954,
270
+ 0.036027245223522186,
271
+ 0.0016131652519106865,
272
+ 0.002388481516391039,
273
+ 0.014643839560449123,
274
+ 0.0014153759693726897
275
+ ],
276
+ "mean": [
277
+ -0.0024926417972892523,
278
+ 0.0027900873683393,
279
+ -0.010046889074146748,
280
+ -0.02138729952275753,
281
+ 0.0007767779752612114,
282
+ -0.004134561400860548
283
+ ],
284
+ "std": [
285
+ 0.008098621852695942,
286
+ 0.007178485859185457,
287
+ 0.008094730786979198,
288
+ 0.04809845611453056,
289
+ 0.002267658244818449,
290
+ 0.009961479343473911
291
+ ],
292
+ "count": [
293
+ 1147
294
+ ],
295
+ "q01": [
296
+ -0.04432136483490467,
297
+ -0.0035791587410494686,
298
+ -0.04742114841938019,
299
+ -0.1922403970360756,
300
+ -0.0020834408979862927,
301
+ -0.04989711135625839
302
+ ],
303
+ "q10": [
304
+ -0.004913527891039848,
305
+ -0.0007828213740140199,
306
+ -0.01549593601375818,
307
+ -0.10682130306959152,
308
+ -0.0008975345874205232,
309
+ -0.01798931397497654
310
+ ],
311
+ "q50": [
312
+ -0.00020235225383657962,
313
+ 0.0002107031032210216,
314
+ -0.009873755276203156,
315
+ -0.00021220716007519513,
316
+ 0.000208922108868137,
317
+ -0.00011112703941762447
318
+ ],
319
+ "q90": [
320
+ 0.0007579635828733446,
321
+ 0.009367071278393296,
322
+ -0.000764673983212557,
323
+ 0.0009917954448610555,
324
+ 0.0026504521258175484,
325
+ 0.00036178254522383234
326
+ ],
327
+ "q99": [
328
+ 0.0013475903333164748,
329
+ 0.03398026816546916,
330
+ 0.00018523459439165856,
331
+ 0.0019122834480367595,
332
+ 0.012174485940486193,
333
+ 0.0008317477523814883
334
+ ]
335
+ },
336
+ "timestamp": {
337
+ "min": [
338
+ 0.0
339
+ ],
340
+ "max": [
341
+ 23.899999618530273
342
+ ],
343
+ "mean": [
344
+ 9.841630935668945
345
+ ],
346
+ "std": [
347
+ 6.060609817504883
348
+ ],
349
+ "count": [
350
+ 1147
351
+ ],
352
+ "q01": [
353
+ 0.1730000045895577
354
+ ],
355
+ "q10": [
356
+ 1.899999976158142
357
+ ],
358
+ "q50": [
359
+ 9.550000190734863
360
+ ],
361
+ "q90": [
362
+ 18.17000007629395
363
+ ],
364
+ "q99": [
365
+ 23.326999855041503
366
+ ]
367
+ },
368
+ "frame_index": {
369
+ "min": [
370
+ 0.0
371
+ ],
372
+ "max": [
373
+ 478.0
374
+ ],
375
+ "mean": [
376
+ 196.83260680034874
377
+ ],
378
+ "std": [
379
+ 121.21219284194692
380
+ ],
381
+ "count": [
382
+ 1147
383
+ ],
384
+ "q01": [
385
+ 3.460000000000001
386
+ ],
387
+ "q10": [
388
+ 38.0
389
+ ],
390
+ "q50": [
391
+ 191.0
392
+ ],
393
+ "q90": [
394
+ 363.4000000000001
395
+ ],
396
+ "q99": [
397
+ 466.53999999999996
398
+ ]
399
+ },
400
+ "episode_index": {
401
+ "min": [
402
+ 0.0
403
+ ],
404
+ "max": [
405
+ 2.0
406
+ ],
407
+ "mean": [
408
+ 1.1333914559721012
409
+ ],
410
+ "std": [
411
+ 0.827065645879956
412
+ ],
413
+ "count": [
414
+ 1147
415
+ ],
416
+ "q01": [
417
+ 0.0
418
+ ],
419
+ "q10": [
420
+ 0.0
421
+ ],
422
+ "q50": [
423
+ 1.0
424
+ ],
425
+ "q90": [
426
+ 2.0
427
+ ],
428
+ "q99": [
429
+ 2.0
430
+ ]
431
+ },
432
+ "index": {
433
+ "min": [
434
+ 0.0
435
+ ],
436
+ "max": [
437
+ 1146.0
438
+ ],
439
+ "mean": [
440
+ 573.0
441
+ ],
442
+ "std": [
443
+ 331.1102535410222
444
+ ],
445
+ "count": [
446
+ 1147
447
+ ],
448
+ "q01": [
449
+ 11.46
450
+ ],
451
+ "q10": [
452
+ 114.60000000000001
453
+ ],
454
+ "q50": [
455
+ 573.0
456
+ ],
457
+ "q90": [
458
+ 1031.4
459
+ ],
460
+ "q99": [
461
+ 1134.54
462
+ ]
463
+ },
464
+ "task_index": {
465
+ "min": [
466
+ 0.0
467
+ ],
468
+ "max": [
469
+ 0.0
470
+ ],
471
+ "mean": [
472
+ 0.0
473
+ ],
474
+ "std": [
475
+ 1e-08
476
+ ],
477
+ "count": [
478
+ 1147
479
+ ],
480
+ "q01": [
481
+ 0.0
482
+ ],
483
+ "q10": [
484
+ 0.0
485
+ ],
486
+ "q50": [
487
+ 0.0
488
+ ],
489
+ "q90": [
490
+ 0.0
491
+ ],
492
+ "q99": [
493
+ 0.0
494
+ ]
495
+ },
496
+ "observation.images.left_camera": {
497
+ "min": [
498
+ [
499
+ [
500
+ 0.0
501
+ ]
502
+ ]
503
+ ],
504
+ "max": [
505
+ [
506
+ [
507
+ 1.0
508
+ ]
509
+ ]
510
+ ],
511
+ "mean": [
512
+ [
513
+ [
514
+ 0.5880239605903625
515
+ ]
516
+ ]
517
+ ],
518
+ "std": [
519
+ [
520
+ [
521
+ 0.31841063499450684
522
+ ]
523
+ ]
524
+ ],
525
+ "count": [
526
+ 115
527
+ ],
528
+ "q01": [
529
+ [
530
+ [
531
+ 0.0
532
+ ]
533
+ ]
534
+ ],
535
+ "q10": [
536
+ [
537
+ [
538
+ 0.0
539
+ ]
540
+ ]
541
+ ],
542
+ "q50": [
543
+ [
544
+ [
545
+ 0.5947022438049316
546
+ ]
547
+ ]
548
+ ],
549
+ "q90": [
550
+ [
551
+ [
552
+ 1.0
553
+ ]
554
+ ]
555
+ ],
556
+ "q99": [
557
+ [
558
+ [
559
+ 1.0
560
+ ]
561
+ ]
562
+ ]
563
+ },
564
+ "observation.images.center_camera": {
565
+ "min": [
566
+ [
567
+ [
568
+ 0.0
569
+ ]
570
+ ]
571
+ ],
572
+ "max": [
573
+ [
574
+ [
575
+ 1.0
576
+ ]
577
+ ]
578
+ ],
579
+ "mean": [
580
+ [
581
+ [
582
+ 0.5573411583900452
583
+ ]
584
+ ]
585
+ ],
586
+ "std": [
587
+ [
588
+ [
589
+ 0.3139066994190216
590
+ ]
591
+ ]
592
+ ],
593
+ "count": [
594
+ 115
595
+ ],
596
+ "q01": [
597
+ [
598
+ [
599
+ 0.0
600
+ ]
601
+ ]
602
+ ],
603
+ "q10": [
604
+ [
605
+ [
606
+ 0.0
607
+ ]
608
+ ]
609
+ ],
610
+ "q50": [
611
+ [
612
+ [
613
+ 0.5437436103820801
614
+ ]
615
+ ]
616
+ ],
617
+ "q90": [
618
+ [
619
+ [
620
+ 1.0
621
+ ]
622
+ ]
623
+ ],
624
+ "q99": [
625
+ [
626
+ [
627
+ 1.0
628
+ ]
629
+ ]
630
+ ]
631
+ },
632
+ "observation.images.right_camera": {
633
+ "min": [
634
+ [
635
+ [
636
+ 0.0
637
+ ]
638
+ ]
639
+ ],
640
+ "max": [
641
+ [
642
+ [
643
+ 1.0
644
+ ]
645
+ ]
646
+ ],
647
+ "mean": [
648
+ [
649
+ [
650
+ 0.5370027422904968
651
+ ]
652
+ ]
653
+ ],
654
+ "std": [
655
+ [
656
+ [
657
+ 0.29749953746795654
658
+ ]
659
+ ]
660
+ ],
661
+ "count": [
662
+ 115
663
+ ],
664
+ "q01": [
665
+ [
666
+ [
667
+ 0.0
668
+ ]
669
+ ]
670
+ ],
671
+ "q10": [
672
+ [
673
+ [
674
+ 0.0
675
+ ]
676
+ ]
677
+ ],
678
+ "q50": [
679
+ [
680
+ [
681
+ 0.5794253349304199
682
+ ]
683
+ ]
684
+ ],
685
+ "q90": [
686
+ [
687
+ [
688
+ 1.0
689
+ ]
690
+ ]
691
+ ],
692
+ "q99": [
693
+ [
694
+ [
695
+ 1.0
696
+ ]
697
+ ]
698
+ ]
699
+ }
700
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3394979533a688446689906d1c50a06ca8135042212768f025a0c174308d5ee6
3
+ size 877
videos/observation.images.center_camera/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f480eecc10853833418faf2f7ed077ba4acca5aacbaf6a44048f820254fef2
3
+ size 165891
videos/observation.images.center_camera/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22931f8b7da6e045fbb2e5499ad757c2f1818f6da93ba9420c8ac2ea0ebeca91
3
+ size 174947
videos/observation.images.center_camera/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5f196843310aef55975ace3188fc24b872baaf6fc20ad93e94f32d6bf50974
3
+ size 185121
videos/observation.images.left_camera/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e1db9a1c3d619a6f0000b75f9d5ba47926a3b8dff38e606b337d9e1c48ff156
3
+ size 152919
videos/observation.images.left_camera/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f422e070e02435d88921a4dc1f34b727a845c483d332a37a0b49cd3dd5c3a525
3
+ size 156704
videos/observation.images.left_camera/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eeaa7b95910d1afb85a367f78b468ad5bc4f88c60b0c794f7879dac0eda406e
3
+ size 210399
videos/observation.images.right_camera/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bea31e56ccaac9dd2e24a151d1005069a33dbe1db5836014139b265cb2c4577
3
+ size 149350
videos/observation.images.right_camera/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71336447c05c721c7991ebf86de5840f9539e35583fe6379e3fb38588cc5b09
3
+ size 156950
videos/observation.images.right_camera/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a08f78e4cd10350fa60c92c9ca5cb5ac6cec71980a6c32bb1c0cb3e9e86ebf
3
+ size 227225