garySue commited on
Commit
b4ac052
·
verified ·
1 Parent(s): 8b25e19

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369829582d8823d2955b63d150d744c5dc26627563886708c562e9a6887143f4
3
+ size 38226
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grasping_cylinder"], "length": 152}
meta/info.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "bi_ur5",
4
+ "total_episodes": 1,
5
+ "total_frames": 152,
6
+ "total_tasks": 1,
7
+ "total_videos": 7,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 14
21
+ ],
22
+ "names": {
23
+ "motors": [
24
+ "left_shoulder_pan",
25
+ "left_shoulder_lift",
26
+ "left_elbow_flex",
27
+ "left_wrist_1",
28
+ "left_wrist_2",
29
+ "left_wrist_3",
30
+ "left_gripper",
31
+ "right_shoulder_pan",
32
+ "right_shoulder_lift",
33
+ "right_elbow_flex",
34
+ "right_wrist_1",
35
+ "right_wrist_2",
36
+ "right_wrist_3",
37
+ "right_gripper"
38
+ ]
39
+ }
40
+ },
41
+ "observation.state": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 14
45
+ ],
46
+ "names": {
47
+ "arms": [
48
+ "left_shoulder_pan",
49
+ "left_shoulder_lift",
50
+ "left_elbow_flex",
51
+ "left_wrist_1",
52
+ "left_wrist_2",
53
+ "left_wrist_3",
54
+ "left_gripper",
55
+ "right_shoulder_pan",
56
+ "right_shoulder_lift",
57
+ "right_elbow_flex",
58
+ "right_wrist_1",
59
+ "right_wrist_2",
60
+ "right_wrist_3",
61
+ "right_gripper"
62
+ ]
63
+ }
64
+ },
65
+ "observation.velocity": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 14
69
+ ],
70
+ "names": {
71
+ "arms": [
72
+ "left_shoulder_pan",
73
+ "left_shoulder_lift",
74
+ "left_elbow_flex",
75
+ "left_wrist_1",
76
+ "left_wrist_2",
77
+ "left_wrist_3",
78
+ "left_gripper",
79
+ "right_shoulder_pan",
80
+ "right_shoulder_lift",
81
+ "right_elbow_flex",
82
+ "right_wrist_1",
83
+ "right_wrist_2",
84
+ "right_wrist_3",
85
+ "right_gripper"
86
+ ]
87
+ }
88
+ },
89
+ "observation.gripper_position": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 2
93
+ ],
94
+ "names": {
95
+ "gripper": [
96
+ "left_gripper",
97
+ "right_gripper"
98
+ ]
99
+ }
100
+ },
101
+ "observation.images.top_rgb": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 480,
105
+ 640,
106
+ 3
107
+ ],
108
+ "names": [
109
+ "height",
110
+ "width",
111
+ "channels"
112
+ ],
113
+ "info": {
114
+ "video.fps": 30.0,
115
+ "video.height": 480,
116
+ "video.width": 640,
117
+ "video.channels": 3,
118
+ "video.codec": "h264",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "has_audio": false
122
+ }
123
+ },
124
+ "observation.images.left_rgb": {
125
+ "dtype": "video",
126
+ "shape": [
127
+ 480,
128
+ 640,
129
+ 3
130
+ ],
131
+ "names": [
132
+ "height",
133
+ "width",
134
+ "channels"
135
+ ],
136
+ "info": {
137
+ "video.fps": 30.0,
138
+ "video.height": 480,
139
+ "video.width": 640,
140
+ "video.channels": 3,
141
+ "video.codec": "h264",
142
+ "video.pix_fmt": "yuv420p",
143
+ "video.is_depth_map": false,
144
+ "has_audio": false
145
+ }
146
+ },
147
+ "observation.images.right_rgb": {
148
+ "dtype": "video",
149
+ "shape": [
150
+ 480,
151
+ 640,
152
+ 3
153
+ ],
154
+ "names": [
155
+ "height",
156
+ "width",
157
+ "channels"
158
+ ],
159
+ "info": {
160
+ "video.fps": 30.0,
161
+ "video.height": 480,
162
+ "video.width": 640,
163
+ "video.channels": 3,
164
+ "video.codec": "h264",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.is_depth_map": false,
167
+ "has_audio": false
168
+ }
169
+ },
170
+ "observation.images.tac_left_a_rgb": {
171
+ "dtype": "video",
172
+ "shape": [
173
+ 480,
174
+ 640,
175
+ 3
176
+ ],
177
+ "names": [
178
+ "height",
179
+ "width",
180
+ "channels"
181
+ ],
182
+ "info": {
183
+ "video.fps": 30.0,
184
+ "video.height": 480,
185
+ "video.width": 640,
186
+ "video.channels": 3,
187
+ "video.codec": "h264",
188
+ "video.pix_fmt": "yuv420p",
189
+ "video.is_depth_map": false,
190
+ "has_audio": false
191
+ }
192
+ },
193
+ "observation.images.tac_left_d_rgb": {
194
+ "dtype": "video",
195
+ "shape": [
196
+ 480,
197
+ 640,
198
+ 3
199
+ ],
200
+ "names": [
201
+ "height",
202
+ "width",
203
+ "channels"
204
+ ],
205
+ "info": {
206
+ "video.fps": 30.0,
207
+ "video.height": 480,
208
+ "video.width": 640,
209
+ "video.channels": 3,
210
+ "video.codec": "h264",
211
+ "video.pix_fmt": "yuv420p",
212
+ "video.is_depth_map": false,
213
+ "has_audio": false
214
+ }
215
+ },
216
+ "observation.images.tac_right_b_rgb": {
217
+ "dtype": "video",
218
+ "shape": [
219
+ 480,
220
+ 640,
221
+ 3
222
+ ],
223
+ "names": [
224
+ "height",
225
+ "width",
226
+ "channels"
227
+ ],
228
+ "info": {
229
+ "video.fps": 30.0,
230
+ "video.height": 480,
231
+ "video.width": 640,
232
+ "video.channels": 3,
233
+ "video.codec": "h264",
234
+ "video.pix_fmt": "yuv420p",
235
+ "video.is_depth_map": false,
236
+ "has_audio": false
237
+ }
238
+ },
239
+ "observation.images.tac_right_c_rgb": {
240
+ "dtype": "video",
241
+ "shape": [
242
+ 480,
243
+ 640,
244
+ 3
245
+ ],
246
+ "names": [
247
+ "height",
248
+ "width",
249
+ "channels"
250
+ ],
251
+ "info": {
252
+ "video.fps": 30.0,
253
+ "video.height": 480,
254
+ "video.width": 640,
255
+ "video.channels": 3,
256
+ "video.codec": "h264",
257
+ "video.pix_fmt": "yuv420p",
258
+ "video.is_depth_map": false,
259
+ "has_audio": false
260
+ }
261
+ },
262
+ "timestamp": {
263
+ "dtype": "float32",
264
+ "shape": [
265
+ 1
266
+ ],
267
+ "names": null
268
+ },
269
+ "frame_index": {
270
+ "dtype": "int64",
271
+ "shape": [
272
+ 1
273
+ ],
274
+ "names": null
275
+ },
276
+ "episode_index": {
277
+ "dtype": "int64",
278
+ "shape": [
279
+ 1
280
+ ],
281
+ "names": null
282
+ },
283
+ "index": {
284
+ "dtype": "int64",
285
+ "shape": [
286
+ 1
287
+ ],
288
+ "names": null
289
+ },
290
+ "task_index": {
291
+ "dtype": "int64",
292
+ "shape": [
293
+ 1
294
+ ],
295
+ "names": null
296
+ }
297
+ }
298
+ }
meta/stats.json ADDED
@@ -0,0 +1,778 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 1.9290368556976318,
5
+ -1.3873647451400757,
6
+ 1.7344837188720703,
7
+ -1.9828612804412842,
8
+ -1.6133711338043213,
9
+ -0.07828366756439209,
10
+ 0.27680400013923645,
11
+ -1.8752357959747314,
12
+ -1.8947265148162842,
13
+ -1.5224748849868774,
14
+ -1.2568614482879639,
15
+ 1.5575497150421143,
16
+ 0.25334852933883667,
17
+ 0.24271486699581146
18
+ ],
19
+ "std": [
20
+ 0.008238235488533974,
21
+ 0.08865581452846527,
22
+ 0.14666447043418884,
23
+ 0.26701438426971436,
24
+ 0.01465821173042059,
25
+ 0.06461083889007568,
26
+ 0.4036862850189209,
27
+ 0.011760701425373554,
28
+ 0.10165095329284668,
29
+ 0.11954573541879654,
30
+ 0.21698035299777985,
31
+ 0.008111468516290188,
32
+ 0.020077453926205635,
33
+ 0.3190872073173523
34
+ ],
35
+ "max": [
36
+ 1.9635027647018433,
37
+ -1.2690458297729492,
38
+ 1.9100093841552734,
39
+ -1.3617467880249023,
40
+ -1.5767475366592407,
41
+ -0.046416621655225754,
42
+ 0.9832850098609924,
43
+ -1.85817289352417,
44
+ -1.6034748554229736,
45
+ -1.3826069831848145,
46
+ -0.9932566285133362,
47
+ 1.5657116174697876,
48
+ 0.3303148150444031,
49
+ 0.7623727321624756
50
+ ],
51
+ "min": [
52
+ 1.915051817893982,
53
+ -1.5450290441513062,
54
+ 1.3980989456176758,
55
+ -2.295382022857666,
56
+ -1.6381736993789673,
57
+ -0.36260491609573364,
58
+ -0.0038301083259284496,
59
+ -1.9181774854660034,
60
+ -1.9967138767242432,
61
+ -1.6854580640792847,
62
+ -1.7337427139282227,
63
+ 1.5177638530731201,
64
+ 0.2226765751838684,
65
+ -0.017237378284335136
66
+ ]
67
+ },
68
+ "observation.state": {
69
+ "mean": [
70
+ 1.928596019744873,
71
+ -1.3879919052124023,
72
+ 1.731719970703125,
73
+ -1.9783329963684082,
74
+ -1.6130845546722412,
75
+ -0.08169146627187729,
76
+ 0.24977463483810425,
77
+ -1.8752751350402832,
78
+ -1.8927921056747437,
79
+ -1.522372841835022,
80
+ -1.258370280265808,
81
+ 1.558035969734192,
82
+ 0.2549628019332886,
83
+ 0.24271126091480255
84
+ ],
85
+ "std": [
86
+ 0.0075498525984585285,
87
+ 0.08966029435396194,
88
+ 0.15029413998126984,
89
+ 0.27289456129074097,
90
+ 0.015198638662695885,
91
+ 0.0720842182636261,
92
+ 0.3665274977684021,
93
+ 0.011821628548204899,
94
+ 0.10567525029182434,
95
+ 0.11959998309612274,
96
+ 0.21971262991428375,
97
+ 0.007193202618509531,
98
+ 0.02427135966718197,
99
+ 0.3178565204143524
100
+ ],
101
+ "max": [
102
+ 1.9584299325942993,
103
+ -1.26901376247406,
104
+ 1.910006046295166,
105
+ -1.3640817403793335,
106
+ -1.5707849264144897,
107
+ -0.04647332802414894,
108
+ 0.8423536419868469,
109
+ -1.8582056760787964,
110
+ -1.5707601308822632,
111
+ -1.3827251195907593,
112
+ -0.9934094548225403,
113
+ 1.5707716941833496,
114
+ 0.40138953924179077,
115
+ 0.7605761289596558
116
+ ],
117
+ "min": [
118
+ 1.9149986505508423,
119
+ -1.5707963705062866,
120
+ 1.3962559700012207,
121
+ -2.295180082321167,
122
+ -1.638144850730896,
123
+ -0.40150004625320435,
124
+ 0.0,
125
+ -1.9198440313339233,
126
+ -1.996712565422058,
127
+ -1.6853927373886108,
128
+ -1.7452949285507202,
129
+ 1.5218703746795654,
130
+ 0.22266240417957306,
131
+ 0.0
132
+ ]
133
+ },
134
+ "observation.velocity": {
135
+ "mean": [
136
+ 0.0008510060724802315,
137
+ 0.0014815022004768252,
138
+ 0.005846535786986351,
139
+ -0.009437262080609798,
140
+ 0.0020671209786087275,
141
+ 0.00680152140557766,
142
+ 0.0,
143
+ -2.295924787176773e-05,
144
+ -0.0034994781017303467,
145
+ -0.0001475111348554492,
146
+ 0.002221023663878441,
147
+ -0.002087620785459876,
148
+ -0.005422546528279781,
149
+ 0.0
150
+ ],
151
+ "std": [
152
+ 0.0037644803524017334,
153
+ 0.018002653494477272,
154
+ 0.019411057233810425,
155
+ 0.03997742012143135,
156
+ 0.0315396748483181,
157
+ 0.026149945333600044,
158
+ 0.0,
159
+ 0.004915216471999884,
160
+ 0.01681956648826599,
161
+ 0.014872744679450989,
162
+ 0.03327689692378044,
163
+ 0.03139017894864082,
164
+ 0.033155255019664764,
165
+ 0.0
166
+ ],
167
+ "max": [
168
+ 0.015339808538556099,
169
+ 0.14961425960063934,
170
+ 0.037825409322977066,
171
+ 0.12655341625213623,
172
+ 0.061598919332027435,
173
+ 0.13932859897613525,
174
+ 0.0,
175
+ 0.04261910170316696,
176
+ 0.04284919798374176,
177
+ 0.047694019973278046,
178
+ 0.07125820219516754,
179
+ 0.05752428248524666,
180
+ 0.05733253434300423,
181
+ 0.0
182
+ ],
183
+ "min": [
184
+ -0.004959871526807547,
185
+ -0.04765567183494568,
186
+ -0.0505574494600296,
187
+ -0.07928763329982758,
188
+ -0.07895207405090332,
189
+ -0.05507950112223625,
190
+ 0.0,
191
+ -0.01733398251235485,
192
+ -0.09910794347524643,
193
+ -0.02665291726589203,
194
+ -0.07770571857690811,
195
+ -0.062437813729047775,
196
+ -0.2154044657945633,
197
+ 0.0
198
+ ]
199
+ },
200
+ "observation.gripper_position": {
201
+ "mean": [
202
+ 0.24977463483810425,
203
+ 0.24271126091480255
204
+ ],
205
+ "std": [
206
+ 0.3665274977684021,
207
+ 0.3178565204143524
208
+ ],
209
+ "max": [
210
+ 0.8423536419868469,
211
+ 0.7605761289596558
212
+ ],
213
+ "min": [
214
+ 0.0,
215
+ 0.0
216
+ ]
217
+ },
218
+ "observation.images.top_rgb": {
219
+ "mean": [
220
+ [
221
+ [
222
+ 0.40774405002593994
223
+ ]
224
+ ],
225
+ [
226
+ [
227
+ 0.42513060569763184
228
+ ]
229
+ ],
230
+ [
231
+ [
232
+ 0.42021870613098145
233
+ ]
234
+ ]
235
+ ],
236
+ "std": [
237
+ [
238
+ [
239
+ 0.40344125032424927
240
+ ]
241
+ ],
242
+ [
243
+ [
244
+ 0.39016205072402954
245
+ ]
246
+ ],
247
+ [
248
+ [
249
+ 0.38671377301216125
250
+ ]
251
+ ]
252
+ ],
253
+ "max": [
254
+ [
255
+ [
256
+ 1.0
257
+ ]
258
+ ],
259
+ [
260
+ [
261
+ 1.0
262
+ ]
263
+ ],
264
+ [
265
+ [
266
+ 1.0
267
+ ]
268
+ ]
269
+ ],
270
+ "min": [
271
+ [
272
+ [
273
+ 0.0
274
+ ]
275
+ ],
276
+ [
277
+ [
278
+ 0.0
279
+ ]
280
+ ],
281
+ [
282
+ [
283
+ 0.0
284
+ ]
285
+ ]
286
+ ]
287
+ },
288
+ "observation.images.left_rgb": {
289
+ "mean": [
290
+ [
291
+ [
292
+ 0.38660940527915955
293
+ ]
294
+ ],
295
+ [
296
+ [
297
+ 0.3712814152240753
298
+ ]
299
+ ],
300
+ [
301
+ [
302
+ 0.3580783009529114
303
+ ]
304
+ ]
305
+ ],
306
+ "std": [
307
+ [
308
+ [
309
+ 0.23365367949008942
310
+ ]
311
+ ],
312
+ [
313
+ [
314
+ 0.24116961658000946
315
+ ]
316
+ ],
317
+ [
318
+ [
319
+ 0.24109187722206116
320
+ ]
321
+ ]
322
+ ],
323
+ "max": [
324
+ [
325
+ [
326
+ 1.0
327
+ ]
328
+ ],
329
+ [
330
+ [
331
+ 1.0
332
+ ]
333
+ ],
334
+ [
335
+ [
336
+ 1.0
337
+ ]
338
+ ]
339
+ ],
340
+ "min": [
341
+ [
342
+ [
343
+ 0.0
344
+ ]
345
+ ],
346
+ [
347
+ [
348
+ 0.0
349
+ ]
350
+ ],
351
+ [
352
+ [
353
+ 0.0
354
+ ]
355
+ ]
356
+ ]
357
+ },
358
+ "observation.images.right_rgb": {
359
+ "mean": [
360
+ [
361
+ [
362
+ 0.3876059055328369
363
+ ]
364
+ ],
365
+ [
366
+ [
367
+ 0.38148072361946106
368
+ ]
369
+ ],
370
+ [
371
+ [
372
+ 0.36168521642684937
373
+ ]
374
+ ]
375
+ ],
376
+ "std": [
377
+ [
378
+ [
379
+ 0.2591386139392853
380
+ ]
381
+ ],
382
+ [
383
+ [
384
+ 0.26365232467651367
385
+ ]
386
+ ],
387
+ [
388
+ [
389
+ 0.26228806376457214
390
+ ]
391
+ ]
392
+ ],
393
+ "max": [
394
+ [
395
+ [
396
+ 1.0
397
+ ]
398
+ ],
399
+ [
400
+ [
401
+ 1.0
402
+ ]
403
+ ],
404
+ [
405
+ [
406
+ 1.0
407
+ ]
408
+ ]
409
+ ],
410
+ "min": [
411
+ [
412
+ [
413
+ 0.0
414
+ ]
415
+ ],
416
+ [
417
+ [
418
+ 0.0
419
+ ]
420
+ ],
421
+ [
422
+ [
423
+ 0.0
424
+ ]
425
+ ]
426
+ ]
427
+ },
428
+ "observation.images.tac_left_a_rgb": {
429
+ "mean": [
430
+ [
431
+ [
432
+ 0.8153377771377563
433
+ ]
434
+ ],
435
+ [
436
+ [
437
+ 0.8580233454704285
438
+ ]
439
+ ],
440
+ [
441
+ [
442
+ 0.8314709663391113
443
+ ]
444
+ ]
445
+ ],
446
+ "std": [
447
+ [
448
+ [
449
+ 0.1418541967868805
450
+ ]
451
+ ],
452
+ [
453
+ [
454
+ 0.13690795004367828
455
+ ]
456
+ ],
457
+ [
458
+ [
459
+ 0.12565027177333832
460
+ ]
461
+ ]
462
+ ],
463
+ "max": [
464
+ [
465
+ [
466
+ 1.0
467
+ ]
468
+ ],
469
+ [
470
+ [
471
+ 1.0
472
+ ]
473
+ ],
474
+ [
475
+ [
476
+ 1.0
477
+ ]
478
+ ]
479
+ ],
480
+ "min": [
481
+ [
482
+ [
483
+ 0.14901961386203766
484
+ ]
485
+ ],
486
+ [
487
+ [
488
+ 0.21568627655506134
489
+ ]
490
+ ],
491
+ [
492
+ [
493
+ 0.239215686917305
494
+ ]
495
+ ]
496
+ ]
497
+ },
498
+ "observation.images.tac_left_d_rgb": {
499
+ "mean": [
500
+ [
501
+ [
502
+ 0.7411308884620667
503
+ ]
504
+ ],
505
+ [
506
+ [
507
+ 0.7485584020614624
508
+ ]
509
+ ],
510
+ [
511
+ [
512
+ 0.7437076568603516
513
+ ]
514
+ ]
515
+ ],
516
+ "std": [
517
+ [
518
+ [
519
+ 0.149906724691391
520
+ ]
521
+ ],
522
+ [
523
+ [
524
+ 0.15773336589336395
525
+ ]
526
+ ],
527
+ [
528
+ [
529
+ 0.13884738087654114
530
+ ]
531
+ ]
532
+ ],
533
+ "max": [
534
+ [
535
+ [
536
+ 1.0
537
+ ]
538
+ ],
539
+ [
540
+ [
541
+ 1.0
542
+ ]
543
+ ],
544
+ [
545
+ [
546
+ 1.0
547
+ ]
548
+ ]
549
+ ],
550
+ "min": [
551
+ [
552
+ [
553
+ 0.0941176488995552
554
+ ]
555
+ ],
556
+ [
557
+ [
558
+ 0.11372549086809158
559
+ ]
560
+ ],
561
+ [
562
+ [
563
+ 0.14901961386203766
564
+ ]
565
+ ]
566
+ ]
567
+ },
568
+ "observation.images.tac_right_b_rgb": {
569
+ "mean": [
570
+ [
571
+ [
572
+ 0.8362405300140381
573
+ ]
574
+ ],
575
+ [
576
+ [
577
+ 0.8863313794136047
578
+ ]
579
+ ],
580
+ [
581
+ [
582
+ 0.8477592468261719
583
+ ]
584
+ ]
585
+ ],
586
+ "std": [
587
+ [
588
+ [
589
+ 0.08872028440237045
590
+ ]
591
+ ],
592
+ [
593
+ [
594
+ 0.07351387292146683
595
+ ]
596
+ ],
597
+ [
598
+ [
599
+ 0.07120351493358612
600
+ ]
601
+ ]
602
+ ],
603
+ "max": [
604
+ [
605
+ [
606
+ 1.0
607
+ ]
608
+ ],
609
+ [
610
+ [
611
+ 1.0
612
+ ]
613
+ ],
614
+ [
615
+ [
616
+ 1.0
617
+ ]
618
+ ]
619
+ ],
620
+ "min": [
621
+ [
622
+ [
623
+ 0.25882354378700256
624
+ ]
625
+ ],
626
+ [
627
+ [
628
+ 0.34117648005485535
629
+ ]
630
+ ],
631
+ [
632
+ [
633
+ 0.29411765933036804
634
+ ]
635
+ ]
636
+ ]
637
+ },
638
+ "observation.images.tac_right_c_rgb": {
639
+ "mean": [
640
+ [
641
+ [
642
+ 0.8378474116325378
643
+ ]
644
+ ],
645
+ [
646
+ [
647
+ 0.8761473298072815
648
+ ]
649
+ ],
650
+ [
651
+ [
652
+ 0.8278084993362427
653
+ ]
654
+ ]
655
+ ],
656
+ "std": [
657
+ [
658
+ [
659
+ 0.11400628089904785
660
+ ]
661
+ ],
662
+ [
663
+ [
664
+ 0.11061409115791321
665
+ ]
666
+ ],
667
+ [
668
+ [
669
+ 0.11511014401912689
670
+ ]
671
+ ]
672
+ ],
673
+ "max": [
674
+ [
675
+ [
676
+ 1.0
677
+ ]
678
+ ],
679
+ [
680
+ [
681
+ 1.0
682
+ ]
683
+ ],
684
+ [
685
+ [
686
+ 1.0
687
+ ]
688
+ ]
689
+ ],
690
+ "min": [
691
+ [
692
+ [
693
+ 0.20000000298023224
694
+ ]
695
+ ],
696
+ [
697
+ [
698
+ 0.239215686917305
699
+ ]
700
+ ],
701
+ [
702
+ [
703
+ 0.21960784494876862
704
+ ]
705
+ ]
706
+ ]
707
+ },
708
+ "timestamp": {
709
+ "mean": [
710
+ 2.516666889190674
711
+ ],
712
+ "std": [
713
+ 1.462589144706726
714
+ ],
715
+ "max": [
716
+ 5.0333333015441895
717
+ ],
718
+ "min": [
719
+ 0.0
720
+ ]
721
+ },
722
+ "frame_index": {
723
+ "mean": [
724
+ 75.49999237060547
725
+ ],
726
+ "std": [
727
+ 43.87767028808594
728
+ ],
729
+ "max": [
730
+ 151.0
731
+ ],
732
+ "min": [
733
+ 0.0
734
+ ]
735
+ },
736
+ "episode_index": {
737
+ "mean": [
738
+ 0.0
739
+ ],
740
+ "std": [
741
+ 0.0
742
+ ],
743
+ "max": [
744
+ 0.0
745
+ ],
746
+ "min": [
747
+ 0.0
748
+ ]
749
+ },
750
+ "index": {
751
+ "mean": [
752
+ 75.49999237060547
753
+ ],
754
+ "std": [
755
+ 43.87767028808594
756
+ ],
757
+ "max": [
758
+ 151.0
759
+ ],
760
+ "min": [
761
+ 0.0
762
+ ]
763
+ },
764
+ "task_index": {
765
+ "mean": [
766
+ 0.0
767
+ ],
768
+ "std": [
769
+ 0.0
770
+ ],
771
+ "max": [
772
+ 0.0
773
+ ],
774
+ "min": [
775
+ 0.0
776
+ ]
777
+ }
778
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "grasping_cylinder"}
videos/chunk-000/observation.images.left_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee00a393d279ce1d87f62eae0008c2ad8bc903fab29b3f67e79e1e1192c1303
3
+ size 439752
videos/chunk-000/observation.images.right_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e72ca0bdd38412a6ac8dec5b567af6ff49ee49f12b61c9df46791db02b2a5768
3
+ size 385892
videos/chunk-000/observation.images.tac_left_a_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811b28402ac7f294f598eb44fbe190bbcb17291b2a89ee5b40e117a126068f8c
3
+ size 388690
videos/chunk-000/observation.images.tac_left_d_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:825878d76af24aaf236ca731e6433af6a15a3d263fecc3ed83f1286fc9ddd0cb
3
+ size 334833
videos/chunk-000/observation.images.tac_right_b_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c258650694e560002131a11fdee587924e96257516c2f6f90d8f9e67a795dc6
3
+ size 338585
videos/chunk-000/observation.images.tac_right_c_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604606049dab3b7e1a06414e557a308989457f49f98e2e4f4a807415f3b7964c
3
+ size 333374
videos/chunk-000/observation.images.top_rgb/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d58388fb442863c6543aa5da9384b87e60909a78e29e52eccac1ffb9cee949
3
+ size 687833