xristian-n commited on
Commit
4b9d495
·
verified ·
1 Parent(s): 44d2d0e

Upload flexa-stack2 LeRobot dataset (476 frames, Bimanual book stacking)

Browse files
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - FlexaTechnologies
7
+ - flexa
8
+ - manipulation
9
+ - lerobot
10
+ - h1-humanoid
11
+ - shadow-hand
12
+ - iphone-lidar
13
+ - egocentric
14
+ - dexterous-manipulation
15
+ size_categories:
16
+ - n<1K
17
+ ---
18
+
19
+ # flexa-stack2
20
+
21
+ H1 humanoid + Shadow Hand replay of bimanual book stacking from iPhone egocentric capture.
22
+
23
+ ## Pipeline
24
+
25
+ iPhone rear camera (Record3D .r3d) → HaMeR 2D hand detection + MANO pose → Record3D LiDAR depth fusion → 3D wrist trajectories → Jacobian IK for H1 arms → DexMV finger retargeting → MuJoCo replay → LeRobot export
26
+
27
+ ## Data
28
+
29
+ - **Robot**: Unitree H1 + Shadow Hand (48 DOF: 10 arm + 38 finger)
30
+ - **Task**: Bimanual book stacking
31
+ - **Episodes**: 1
32
+ - **Frames**: 476
33
+ - **FPS**: 30
34
+ - **Format**: LeRobot v2.1 (Parquet + MP4)
35
+
36
+ ## Features
37
+
38
+ | Feature | Shape | Type |
39
+ |---------|-------|------|
40
+ | `observation.state` | (48,) | float32 |
41
+ | `action` | (48,) | float32 |
42
+ | `observation.images.sim` | (480, 640, 3) | video |
43
+ | `observation.images.ego` | (480, 640, 3) | video |
44
+
45
+ ## Joint Names (state/action ordering)
46
+
47
+ Arm joints: `left_shoulder_pitch, left_shoulder_roll, left_shoulder_yaw, left_elbow, left_wrist_yaw, right_shoulder_pitch, right_shoulder_roll, right_shoulder_yaw, right_elbow, right_wrist_yaw`
48
+
49
+ Finger joints: Shadow Hand curl DOFs (WRJ1/2, FFJ1-3, MFJ1-3, RFJ1-3, LFJ1-3, THJ1-5) × left + right
50
+
51
+ ## Source
52
+
53
+ - Pipeline: [flexa-tech/flexa-pipeline](https://github.com/flexa-tech/flexa-pipeline)
54
+ - Capture: iPhone 15 Pro rear camera with Record3D LiDAR
55
+ - Hand reconstruction: HaMeR (on Modal)
56
+ - Finger retargeting: DexMV
57
+ - IK: Custom Jacobian solver with elbow-out nullspace bias
58
+
59
+ ## License
60
+
61
+ CC-BY-4.0
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4aee37fe7d205c21a44c9e3e39040673ad62b99442252decd6a20574533beb3
3
+ size 393525
meta/episodes/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7be94460554bea18b896ab643c47ecb95317f70f1b8fb2d6bad8160b2fa1c1d3
3
+ size 1128
meta/info.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "data_path": "data/chunk-{chunk:03d}/episode_{episode:06d}.parquet",
4
+ "video_path": "videos/chunk-{chunk:03d}/{video_key}/episode_{episode:06d}.mp4",
5
+ "fps": 30.031545741324923,
6
+ "robot_type": "h1_shadow_hand",
7
+ "features": {
8
+ "observation.state": {
9
+ "dtype": "float32",
10
+ "shape": [
11
+ 48
12
+ ],
13
+ "names": [
14
+ "left_shoulder_pitch",
15
+ "left_shoulder_roll",
16
+ "left_shoulder_yaw",
17
+ "left_elbow",
18
+ "left_wrist_yaw",
19
+ "right_shoulder_pitch",
20
+ "right_shoulder_roll",
21
+ "right_shoulder_yaw",
22
+ "right_elbow",
23
+ "right_wrist_yaw",
24
+ "lh_WRJ1",
25
+ "lh_WRJ2",
26
+ "lh_FFJ3",
27
+ "lh_FFJ2",
28
+ "lh_FFJ1",
29
+ "lh_MFJ3",
30
+ "lh_MFJ2",
31
+ "lh_MFJ1",
32
+ "lh_RFJ3",
33
+ "lh_RFJ2",
34
+ "lh_RFJ1",
35
+ "lh_LFJ3",
36
+ "lh_LFJ2",
37
+ "lh_LFJ1",
38
+ "lh_THJ5",
39
+ "lh_THJ4",
40
+ "lh_THJ3",
41
+ "lh_THJ2",
42
+ "lh_THJ1",
43
+ "rh_WRJ1",
44
+ "rh_WRJ2",
45
+ "rh_FFJ3",
46
+ "rh_FFJ2",
47
+ "rh_FFJ1",
48
+ "rh_MFJ3",
49
+ "rh_MFJ2",
50
+ "rh_MFJ1",
51
+ "rh_RFJ3",
52
+ "rh_RFJ2",
53
+ "rh_RFJ1",
54
+ "rh_LFJ3",
55
+ "rh_LFJ2",
56
+ "rh_LFJ1",
57
+ "rh_THJ5",
58
+ "rh_THJ4",
59
+ "rh_THJ3",
60
+ "rh_THJ2",
61
+ "rh_THJ1"
62
+ ]
63
+ },
64
+ "action": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 48
68
+ ],
69
+ "names": [
70
+ "left_shoulder_pitch",
71
+ "left_shoulder_roll",
72
+ "left_shoulder_yaw",
73
+ "left_elbow",
74
+ "left_wrist_yaw",
75
+ "right_shoulder_pitch",
76
+ "right_shoulder_roll",
77
+ "right_shoulder_yaw",
78
+ "right_elbow",
79
+ "right_wrist_yaw",
80
+ "lh_WRJ1",
81
+ "lh_WRJ2",
82
+ "lh_FFJ3",
83
+ "lh_FFJ2",
84
+ "lh_FFJ1",
85
+ "lh_MFJ3",
86
+ "lh_MFJ2",
87
+ "lh_MFJ1",
88
+ "lh_RFJ3",
89
+ "lh_RFJ2",
90
+ "lh_RFJ1",
91
+ "lh_LFJ3",
92
+ "lh_LFJ2",
93
+ "lh_LFJ1",
94
+ "lh_THJ5",
95
+ "lh_THJ4",
96
+ "lh_THJ3",
97
+ "lh_THJ2",
98
+ "lh_THJ1",
99
+ "rh_WRJ1",
100
+ "rh_WRJ2",
101
+ "rh_FFJ3",
102
+ "rh_FFJ2",
103
+ "rh_FFJ1",
104
+ "rh_MFJ3",
105
+ "rh_MFJ2",
106
+ "rh_MFJ1",
107
+ "rh_RFJ3",
108
+ "rh_RFJ2",
109
+ "rh_RFJ1",
110
+ "rh_LFJ3",
111
+ "rh_LFJ2",
112
+ "rh_LFJ1",
113
+ "rh_THJ5",
114
+ "rh_THJ4",
115
+ "rh_THJ3",
116
+ "rh_THJ2",
117
+ "rh_THJ1"
118
+ ]
119
+ },
120
+ "observation.images.sim": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 480,
124
+ 640,
125
+ 3
126
+ ],
127
+ "video_info": {
128
+ "video.fps": 30.031545741324923,
129
+ "video.codec": "mp4v"
130
+ }
131
+ },
132
+ "observation.images.ego": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 480,
136
+ 640,
137
+ 3
138
+ ],
139
+ "video_info": {
140
+ "video.fps": 30.031545741324923,
141
+ "video.codec": "mp4v"
142
+ }
143
+ }
144
+ },
145
+ "splits": {
146
+ "train": "0:476"
147
+ },
148
+ "total_episodes": 1,
149
+ "total_frames": 476,
150
+ "chunks_size": 1000,
151
+ "encoding": {
152
+ "vcodec": "mp4v",
153
+ "pix_fmt": "yuv420p"
154
+ }
155
+ }
meta/stats.json ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ -0.2671137750148773,
5
+ 0.21263335645198822,
6
+ -0.02690095826983452,
7
+ 0.4336194097995758,
8
+ 0.0016071435529738665,
9
+ -0.1864110231399536,
10
+ -0.16990774869918823,
11
+ 0.05352434515953064,
12
+ 0.34679096937179565,
13
+ 0.004218669142574072,
14
+ -0.035849764943122864,
15
+ -0.14635209739208221,
16
+ 0.07160407304763794,
17
+ 0.08445616811513901,
18
+ 0.03342277929186821,
19
+ 0.08876091241836548,
20
+ 0.1437462419271469,
21
+ 0.00481670256704092,
22
+ 0.03721538558602333,
23
+ 0.18135571479797363,
24
+ 0.013898562639951706,
25
+ -0.11109905689954758,
26
+ 0.3463113605976105,
27
+ 1.3962503671646118,
28
+ 0.6949100494384766,
29
+ 0.14781439304351807,
30
+ 0.11403194069862366,
31
+ 0.16485431790351868,
32
+ -0.003676873864606023,
33
+ 0.019568901509046555,
34
+ -0.17269469797611237,
35
+ 0.06954606622457504,
36
+ 0.22863414883613586,
37
+ 0.038165923207998276,
38
+ 0.13150382041931152,
39
+ 0.2409769892692566,
40
+ 0.024524729698896408,
41
+ 0.03534998372197151,
42
+ 0.33181899785995483,
43
+ 0.027392707765102386,
44
+ -0.10510284453630447,
45
+ 0.5729222297668457,
46
+ 1.4249179363250732,
47
+ 0.373250275850296,
48
+ 0.08213852345943451,
49
+ 0.15743198990821838,
50
+ 0.15858259797096252,
51
+ -0.008199422620236874
52
+ ],
53
+ "std": [
54
+ 0.4901827573776245,
55
+ 0.12285538017749786,
56
+ 0.06282534450292587,
57
+ 0.6889973878860474,
58
+ 0.033126551657915115,
59
+ 0.5369075536727905,
60
+ 0.14969885349273682,
61
+ 0.08664608746767044,
62
+ 0.764351487159729,
63
+ 0.040485680103302,
64
+ 0.21704570949077606,
65
+ 0.25444698333740234,
66
+ 0.2736099660396576,
67
+ 0.20636065304279327,
68
+ 0.05280350148677826,
69
+ 0.24446430802345276,
70
+ 0.25661763548851013,
71
+ 0.012110009789466858,
72
+ 0.27417901158332825,
73
+ 0.307788610458374,
74
+ 0.027957355603575706,
75
+ 0.2144569605588913,
76
+ 0.43302902579307556,
77
+ 0.08456625789403915,
78
+ 0.3895739018917084,
79
+ 0.2726731598377228,
80
+ 0.11162275820970535,
81
+ 0.11768754571676254,
82
+ 0.008378681726753712,
83
+ 0.22111265361309052,
84
+ 0.28650715947151184,
85
+ 0.2583942413330078,
86
+ 0.3119812607765198,
87
+ 0.053243011236190796,
88
+ 0.2360990047454834,
89
+ 0.28954049944877625,
90
+ 0.048762839287519455,
91
+ 0.251721054315567,
92
+ 0.3932938277721405,
93
+ 0.05456537753343582,
94
+ 0.1770656853914261,
95
+ 0.46685200929641724,
96
+ 0.10732704401016235,
97
+ 0.6741538643836975,
98
+ 0.16140621900558472,
99
+ 0.08836553990840912,
100
+ 0.12626445293426514,
101
+ 0.024743041023612022
102
+ ],
103
+ "min": [
104
+ -0.9007203578948975,
105
+ -0.0549255795776844,
106
+ -0.23960742354393005,
107
+ -0.9022690653800964,
108
+ -0.06968028843402863,
109
+ -0.9083335399627686,
110
+ -0.4433109164237976,
111
+ -0.1361711174249649,
112
+ -0.8643337488174438,
113
+ -0.07661039382219315,
114
+ -0.4294973611831665,
115
+ -0.5235990285873413,
116
+ -0.26179900765419006,
117
+ 0.0,
118
+ 0.0,
119
+ -0.26179900765419006,
120
+ 0.0,
121
+ 0.0,
122
+ -0.26179900765419006,
123
+ 0.0,
124
+ 0.0,
125
+ -0.26179900765419006,
126
+ 8.074349510635498e-17,
127
+ 1.1980851888656616,
128
+ -0.8524293899536133,
129
+ 0.0,
130
+ -0.20187526941299438,
131
+ -0.12569552659988403,
132
+ -0.04614139720797539,
133
+ -0.42264625430107117,
134
+ -0.5235990285873413,
135
+ -0.26179900765419006,
136
+ 1.8167285737185382e-16,
137
+ 0.0,
138
+ -0.26179900765419006,
139
+ 1.8167285737185382e-16,
140
+ 0.0,
141
+ -0.26179900765419006,
142
+ 0.0,
143
+ 0.0,
144
+ -0.26179900765419006,
145
+ 1.2111524265953248e-16,
146
+ 1.1360329389572144,
147
+ -0.8897659778594971,
148
+ 0.0,
149
+ -0.1366889327764511,
150
+ -0.1368331015110016,
151
+ -0.17183692753314972
152
+ ],
153
+ "max": [
154
+ 0.6702845096588135,
155
+ 0.42277443408966064,
156
+ 0.11130175739526749,
157
+ 1.3918651342391968,
158
+ 0.0954788476228714,
159
+ 0.6842210292816162,
160
+ 0.18046541512012482,
161
+ 0.23938578367233276,
162
+ 1.3265830278396606,
163
+ 0.10174179822206497,
164
+ 0.36929982900619507,
165
+ 0.17453299462795258,
166
+ 0.4359999895095825,
167
+ 1.086783528327942,
168
+ 0.2497999668121338,
169
+ 0.4359999895095825,
170
+ 1.1734604835510254,
171
+ 0.062052223831415176,
172
+ 0.4359999895095825,
173
+ 1.2853636741638184,
174
+ 0.1272866129875183,
175
+ 0.4359999895095825,
176
+ 1.428181767463684,
177
+ 1.5570595264434814,
178
+ 1.0106881856918335,
179
+ 1.1492942571640015,
180
+ 0.20943999290466309,
181
+ 0.47824305295944214,
182
+ 0.0,
183
+ 0.3775421380996704,
184
+ 0.17453299462795258,
185
+ 0.4359999895095825,
186
+ 1.2602856159210205,
187
+ 0.24661780893802643,
188
+ 0.4359999895095825,
189
+ 1.2113412618637085,
190
+ 0.24502672255039215,
191
+ 0.4359999895095825,
192
+ 1.2761963605880737,
193
+ 0.2848037779331207,
194
+ 0.4359999895095825,
195
+ 1.5252379179000854,
196
+ 1.5650149583816528,
197
+ 1.013870358467102,
198
+ 0.9634687900543213,
199
+ 0.20943999290466309,
200
+ 0.4483969509601593,
201
+ 0.0
202
+ ]
203
+ },
204
+ "action": {
205
+ "mean": [
206
+ -0.2655026614665985,
207
+ 0.21328236162662506,
208
+ -0.026961063966155052,
209
+ 0.4325619041919708,
210
+ 0.0014559028204530478,
211
+ -0.1864527463912964,
212
+ -0.17024610936641693,
213
+ 0.053521834313869476,
214
+ 0.34645530581474304,
215
+ 0.004087028093636036,
216
+ -0.03706042841076851,
217
+ -0.14781875908374786,
218
+ 0.07114708423614502,
219
+ 0.08595578372478485,
220
+ 0.03342277929186821,
221
+ 0.08845969289541245,
222
+ 0.14452476799488068,
223
+ 0.004850128665566444,
224
+ 0.03704885020852089,
225
+ 0.18337933719158173,
226
+ 0.013898562639951706,
227
+ -0.11109906435012817,
228
+ 0.346062034368515,
229
+ 1.3961641788482666,
230
+ 0.6929371953010559,
231
+ 0.14639781415462494,
232
+ 0.11457272619009018,
233
+ 0.16503484547138214,
234
+ -0.003633419517427683,
235
+ 0.018453562632203102,
236
+ -0.17400632798671722,
237
+ 0.0702517032623291,
238
+ 0.22793450951576233,
239
+ 0.03833305090665817,
240
+ 0.1321723610162735,
241
+ 0.24126726388931274,
242
+ 0.024524729698896408,
243
+ 0.036507654935121536,
244
+ 0.33091986179351807,
245
+ 0.027479616925120354,
246
+ -0.10485013574361801,
247
+ 0.5715053677558899,
248
+ 1.4249697923660278,
249
+ 0.3741082549095154,
250
+ 0.081351637840271,
251
+ 0.15743198990821838,
252
+ 0.15845434367656708,
253
+ -0.008199422620236874
254
+ ],
255
+ "std": [
256
+ 0.491799920797348,
257
+ 0.12245356291532516,
258
+ 0.06292211264371872,
259
+ 0.6906587481498718,
260
+ 0.03328338637948036,
261
+ 0.536841869354248,
262
+ 0.14985638856887817,
263
+ 0.08665022253990173,
264
+ 0.7648480534553528,
265
+ 0.04060964286327362,
266
+ 0.21681344509124756,
267
+ 0.25460511445999146,
268
+ 0.27353617548942566,
269
+ 0.20834869146347046,
270
+ 0.05280350521206856,
271
+ 0.24417909979820251,
272
+ 0.2569887042045593,
273
+ 0.012118597514927387,
274
+ 0.2740090489387512,
275
+ 0.309749573469162,
276
+ 0.027957357466220856,
277
+ 0.2144569754600525,
278
+ 0.432521253824234,
279
+ 0.08465149998664856,
280
+ 0.3908841609954834,
281
+ 0.2696811556816101,
282
+ 0.11133002489805222,
283
+ 0.11767859756946564,
284
+ 0.008343953639268875,
285
+ 0.22137635946273804,
286
+ 0.2863433361053467,
287
+ 0.2587701380252838,
288
+ 0.31126487255096436,
289
+ 0.05331770330667496,
290
+ 0.23583929240703583,
291
+ 0.2896536588668823,
292
+ 0.048762839287519455,
293
+ 0.25227540731430054,
294
+ 0.39225414395332336,
295
+ 0.05455461144447327,
296
+ 0.17692774534225464,
297
+ 0.4657100737094879,
298
+ 0.10738177597522736,
299
+ 0.6736869812011719,
300
+ 0.1602851152420044,
301
+ 0.08836553990840912,
302
+ 0.12614449858665466,
303
+ 0.024743041023612022
304
+ ],
305
+ "min": [
306
+ -0.9007203578948975,
307
+ -0.0549255795776844,
308
+ -0.23960742354393005,
309
+ -0.9022690653800964,
310
+ -0.06968028843402863,
311
+ -0.9083335399627686,
312
+ -0.4433109164237976,
313
+ -0.1361711174249649,
314
+ -0.8643337488174438,
315
+ -0.07661039382219315,
316
+ -0.4294973611831665,
317
+ -0.5235990285873413,
318
+ -0.26179900765419006,
319
+ 0.0,
320
+ 0.0,
321
+ -0.26179900765419006,
322
+ 0.0,
323
+ 0.0,
324
+ -0.26179900765419006,
325
+ 0.0,
326
+ 0.0,
327
+ -0.26179900765419006,
328
+ 8.074349510635498e-17,
329
+ 1.1980851888656616,
330
+ -0.8524293899536133,
331
+ 0.0,
332
+ -0.20187526941299438,
333
+ -0.12569552659988403,
334
+ -0.04614139720797539,
335
+ -0.42264625430107117,
336
+ -0.5235990285873413,
337
+ -0.26179900765419006,
338
+ 1.8167285737185382e-16,
339
+ 0.0,
340
+ -0.26179900765419006,
341
+ 1.8167285737185382e-16,
342
+ 0.0,
343
+ -0.26179900765419006,
344
+ 0.0,
345
+ 0.0,
346
+ -0.26179900765419006,
347
+ 1.2111524265953248e-16,
348
+ 1.1360329389572144,
349
+ -0.8897659778594971,
350
+ 0.0,
351
+ -0.1366889327764511,
352
+ -0.1368331015110016,
353
+ -0.17183692753314972
354
+ ],
355
+ "max": [
356
+ 0.6702845096588135,
357
+ 0.42277443408966064,
358
+ 0.11130175739526749,
359
+ 1.3918651342391968,
360
+ 0.0954788476228714,
361
+ 0.6842210292816162,
362
+ 0.18046541512012482,
363
+ 0.23938578367233276,
364
+ 1.3265830278396606,
365
+ 0.10174179822206497,
366
+ 0.36929982900619507,
367
+ 0.17453299462795258,
368
+ 0.4359999895095825,
369
+ 1.086783528327942,
370
+ 0.2497999668121338,
371
+ 0.4359999895095825,
372
+ 1.1734604835510254,
373
+ 0.062052223831415176,
374
+ 0.4359999895095825,
375
+ 1.2853636741638184,
376
+ 0.1272866129875183,
377
+ 0.4359999895095825,
378
+ 1.428181767463684,
379
+ 1.5570595264434814,
380
+ 1.0106881856918335,
381
+ 1.1492942571640015,
382
+ 0.20943999290466309,
383
+ 0.47824305295944214,
384
+ 0.0,
385
+ 0.3775421380996704,
386
+ 0.17453299462795258,
387
+ 0.4359999895095825,
388
+ 1.2602856159210205,
389
+ 0.24661780893802643,
390
+ 0.4359999895095825,
391
+ 1.2113412618637085,
392
+ 0.24502672255039215,
393
+ 0.4359999895095825,
394
+ 1.2761963605880737,
395
+ 0.2848037779331207,
396
+ 0.4359999895095825,
397
+ 1.5252379179000854,
398
+ 1.5650149583816528,
399
+ 1.013870358467102,
400
+ 0.9634687900543213,
401
+ 0.20943999290466309,
402
+ 0.4483969509601593,
403
+ 0.0
404
+ ]
405
+ }
406
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Stack books on table"}
videos/chunk-000/observation.images.ego/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f31789078c296d48ed46b733269617d4e5d09fd9c17dc1c2c3f9f127545f105
3
+ size 9056509
videos/chunk-000/observation.images.sim/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9734d940fc8943f50f21b770df7dc101243803cab3283ec42061f2bcb5bb4c
3
+ size 3764675