Datasets:

Formats:
parquet
License:
Keito-Sonehara commited on
Commit
6a7314e
·
verified ·
1 Parent(s): 34c64ca

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +128 -67
README.md CHANGED
@@ -24,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
  "robot_type": "Unitree_G1_Dex3_Sim",
29
  "total_episodes": 20,
30
  "total_frames": 16064,
31
  "total_tasks": 1,
32
- "total_videos": 60,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 30,
36
  "splits": {
37
  "train": "0:20"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "observation.state_0": {
43
  "dtype": "float32",
@@ -46,7 +44,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
46
  ],
47
  "names": [
48
  "kLeftShoulderPitch"
49
- ]
 
50
  },
51
  "action_0": {
52
  "dtype": "float32",
@@ -55,7 +54,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
55
  ],
56
  "names": [
57
  "kLeftShoulderPitch"
58
- ]
 
59
  },
60
  "observation.state_1": {
61
  "dtype": "float32",
@@ -64,7 +64,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
64
  ],
65
  "names": [
66
  "kLeftShoulderRoll"
67
- ]
 
68
  },
69
  "action_1": {
70
  "dtype": "float32",
@@ -73,7 +74,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
73
  ],
74
  "names": [
75
  "kLeftShoulderRoll"
76
- ]
 
77
  },
78
  "observation.state_2": {
79
  "dtype": "float32",
@@ -82,7 +84,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
82
  ],
83
  "names": [
84
  "kLeftShoulderYaw"
85
- ]
 
86
  },
87
  "action_2": {
88
  "dtype": "float32",
@@ -91,7 +94,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
91
  ],
92
  "names": [
93
  "kLeftShoulderYaw"
94
- ]
 
95
  },
96
  "observation.state_3": {
97
  "dtype": "float32",
@@ -100,7 +104,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
100
  ],
101
  "names": [
102
  "kLeftElbow"
103
- ]
 
104
  },
105
  "action_3": {
106
  "dtype": "float32",
@@ -109,7 +114,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
109
  ],
110
  "names": [
111
  "kLeftElbow"
112
- ]
 
113
  },
114
  "observation.state_4": {
115
  "dtype": "float32",
@@ -118,7 +124,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
118
  ],
119
  "names": [
120
  "kLeftWristRoll"
121
- ]
 
122
  },
123
  "action_4": {
124
  "dtype": "float32",
@@ -127,7 +134,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
127
  ],
128
  "names": [
129
  "kLeftWristRoll"
130
- ]
 
131
  },
132
  "observation.state_5": {
133
  "dtype": "float32",
@@ -136,7 +144,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
136
  ],
137
  "names": [
138
  "kLeftWristPitch"
139
- ]
 
140
  },
141
  "action_5": {
142
  "dtype": "float32",
@@ -145,7 +154,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
145
  ],
146
  "names": [
147
  "kLeftWristPitch"
148
- ]
 
149
  },
150
  "observation.state_6": {
151
  "dtype": "float32",
@@ -154,7 +164,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
154
  ],
155
  "names": [
156
  "kLeftWristYaw"
157
- ]
 
158
  },
159
  "action_6": {
160
  "dtype": "float32",
@@ -163,7 +174,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
163
  ],
164
  "names": [
165
  "kLeftWristYaw"
166
- ]
 
167
  },
168
  "observation.state_7": {
169
  "dtype": "float32",
@@ -172,7 +184,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
172
  ],
173
  "names": [
174
  "kRightShoulderPitch"
175
- ]
 
176
  },
177
  "action_7": {
178
  "dtype": "float32",
@@ -181,7 +194,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
181
  ],
182
  "names": [
183
  "kRightShoulderPitch"
184
- ]
 
185
  },
186
  "observation.state_8": {
187
  "dtype": "float32",
@@ -190,7 +204,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
190
  ],
191
  "names": [
192
  "kRightShoulderRoll"
193
- ]
 
194
  },
195
  "action_8": {
196
  "dtype": "float32",
@@ -199,7 +214,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
199
  ],
200
  "names": [
201
  "kRightShoulderRoll"
202
- ]
 
203
  },
204
  "observation.state_9": {
205
  "dtype": "float32",
@@ -208,7 +224,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
208
  ],
209
  "names": [
210
  "kRightShoulderYaw"
211
- ]
 
212
  },
213
  "action_9": {
214
  "dtype": "float32",
@@ -217,7 +234,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
217
  ],
218
  "names": [
219
  "kRightShoulderYaw"
220
- ]
 
221
  },
222
  "observation.state_10": {
223
  "dtype": "float32",
@@ -226,7 +244,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
226
  ],
227
  "names": [
228
  "kRightElbow"
229
- ]
 
230
  },
231
  "action_10": {
232
  "dtype": "float32",
@@ -235,7 +254,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
235
  ],
236
  "names": [
237
  "kRightElbow"
238
- ]
 
239
  },
240
  "observation.state_11": {
241
  "dtype": "float32",
@@ -244,7 +264,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
244
  ],
245
  "names": [
246
  "kRightWristRoll"
247
- ]
 
248
  },
249
  "action_11": {
250
  "dtype": "float32",
@@ -253,7 +274,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
253
  ],
254
  "names": [
255
  "kRightWristRoll"
256
- ]
 
257
  },
258
  "observation.state_12": {
259
  "dtype": "float32",
@@ -262,7 +284,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
262
  ],
263
  "names": [
264
  "kRightWristPitch"
265
- ]
 
266
  },
267
  "action_12": {
268
  "dtype": "float32",
@@ -271,7 +294,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
271
  ],
272
  "names": [
273
  "kRightWristPitch"
274
- ]
 
275
  },
276
  "observation.state_13": {
277
  "dtype": "float32",
@@ -280,7 +304,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
280
  ],
281
  "names": [
282
  "kRightWristYaw"
283
- ]
 
284
  },
285
  "action_13": {
286
  "dtype": "float32",
@@ -289,7 +314,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
289
  ],
290
  "names": [
291
  "kRightWristYaw"
292
- ]
 
293
  },
294
  "observation.state_14": {
295
  "dtype": "float32",
@@ -298,7 +324,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
298
  ],
299
  "names": [
300
  "kLeftHandThumb0"
301
- ]
 
302
  },
303
  "action_14": {
304
  "dtype": "float32",
@@ -307,7 +334,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
307
  ],
308
  "names": [
309
  "kLeftHandThumb0"
310
- ]
 
311
  },
312
  "observation.state_15": {
313
  "dtype": "float32",
@@ -316,7 +344,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
316
  ],
317
  "names": [
318
  "kLeftHandThumb1"
319
- ]
 
320
  },
321
  "action_15": {
322
  "dtype": "float32",
@@ -325,7 +354,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
325
  ],
326
  "names": [
327
  "kLeftHandThumb1"
328
- ]
 
329
  },
330
  "observation.state_16": {
331
  "dtype": "float32",
@@ -334,7 +364,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
334
  ],
335
  "names": [
336
  "kLeftHandThumb2"
337
- ]
 
338
  },
339
  "action_16": {
340
  "dtype": "float32",
@@ -343,7 +374,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
343
  ],
344
  "names": [
345
  "kLeftHandThumb2"
346
- ]
 
347
  },
348
  "observation.state_17": {
349
  "dtype": "float32",
@@ -352,7 +384,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
352
  ],
353
  "names": [
354
  "kLeftHandMiddle0"
355
- ]
 
356
  },
357
  "action_17": {
358
  "dtype": "float32",
@@ -361,7 +394,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
361
  ],
362
  "names": [
363
  "kLeftHandMiddle0"
364
- ]
 
365
  },
366
  "observation.state_18": {
367
  "dtype": "float32",
@@ -370,7 +404,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
370
  ],
371
  "names": [
372
  "kLeftHandMiddle1"
373
- ]
 
374
  },
375
  "action_18": {
376
  "dtype": "float32",
@@ -379,7 +414,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
379
  ],
380
  "names": [
381
  "kLeftHandMiddle1"
382
- ]
 
383
  },
384
  "observation.state_19": {
385
  "dtype": "float32",
@@ -388,7 +424,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
388
  ],
389
  "names": [
390
  "kLeftHandIndex0"
391
- ]
 
392
  },
393
  "action_19": {
394
  "dtype": "float32",
@@ -397,7 +434,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
397
  ],
398
  "names": [
399
  "kLeftHandIndex0"
400
- ]
 
401
  },
402
  "observation.state_20": {
403
  "dtype": "float32",
@@ -406,7 +444,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
406
  ],
407
  "names": [
408
  "kLeftHandIndex1"
409
- ]
 
410
  },
411
  "action_20": {
412
  "dtype": "float32",
@@ -415,7 +454,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
415
  ],
416
  "names": [
417
  "kLeftHandIndex1"
418
- ]
 
419
  },
420
  "observation.state_21": {
421
  "dtype": "float32",
@@ -424,7 +464,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
424
  ],
425
  "names": [
426
  "kRightHandThumb0"
427
- ]
 
428
  },
429
  "action_21": {
430
  "dtype": "float32",
@@ -433,7 +474,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
433
  ],
434
  "names": [
435
  "kRightHandThumb0"
436
- ]
 
437
  },
438
  "observation.state_22": {
439
  "dtype": "float32",
@@ -442,7 +484,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
442
  ],
443
  "names": [
444
  "kRightHandThumb1"
445
- ]
 
446
  },
447
  "action_22": {
448
  "dtype": "float32",
@@ -451,7 +494,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
451
  ],
452
  "names": [
453
  "kRightHandThumb1"
454
- ]
 
455
  },
456
  "observation.state_23": {
457
  "dtype": "float32",
@@ -460,7 +504,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
460
  ],
461
  "names": [
462
  "kRightHandThumb2"
463
- ]
 
464
  },
465
  "action_23": {
466
  "dtype": "float32",
@@ -469,7 +514,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
469
  ],
470
  "names": [
471
  "kRightHandThumb2"
472
- ]
 
473
  },
474
  "observation.state_24": {
475
  "dtype": "float32",
@@ -478,7 +524,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
478
  ],
479
  "names": [
480
  "kRightHandIndex0"
481
- ]
 
482
  },
483
  "action_24": {
484
  "dtype": "float32",
@@ -487,7 +534,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
487
  ],
488
  "names": [
489
  "kRightHandIndex0"
490
- ]
 
491
  },
492
  "observation.state_25": {
493
  "dtype": "float32",
@@ -496,7 +544,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
496
  ],
497
  "names": [
498
  "kRightHandIndex1"
499
- ]
 
500
  },
501
  "action_25": {
502
  "dtype": "float32",
@@ -505,7 +554,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
505
  ],
506
  "names": [
507
  "kRightHandIndex1"
508
- ]
 
509
  },
510
  "observation.state_26": {
511
  "dtype": "float32",
@@ -514,7 +564,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
514
  ],
515
  "names": [
516
  "kRightHandMiddle0"
517
- ]
 
518
  },
519
  "action_26": {
520
  "dtype": "float32",
@@ -523,7 +574,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
523
  ],
524
  "names": [
525
  "kRightHandMiddle0"
526
- ]
 
527
  },
528
  "observation.state_27": {
529
  "dtype": "float32",
@@ -532,7 +584,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
532
  ],
533
  "names": [
534
  "kRightHandMiddle1"
535
- ]
 
536
  },
537
  "action_27": {
538
  "dtype": "float32",
@@ -541,7 +594,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
541
  ],
542
  "names": [
543
  "kRightHandMiddle1"
544
- ]
 
545
  },
546
  "observation.images.cam_left_high": {
547
  "dtype": "video",
@@ -617,37 +671,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
617
  "shape": [
618
  1
619
  ],
620
- "names": null
 
621
  },
622
  "frame_index": {
623
  "dtype": "int64",
624
  "shape": [
625
  1
626
  ],
627
- "names": null
 
628
  },
629
  "episode_index": {
630
  "dtype": "int64",
631
  "shape": [
632
  1
633
  ],
634
- "names": null
 
635
  },
636
  "index": {
637
  "dtype": "int64",
638
  "shape": [
639
  1
640
  ],
641
- "names": null
 
642
  },
643
  "task_index": {
644
  "dtype": "int64",
645
  "shape": [
646
  1
647
  ],
648
- "names": null
 
649
  }
650
- }
 
 
651
  }
652
  ```
653
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "Unitree_G1_Dex3_Sim",
29
  "total_episodes": 20,
30
  "total_frames": 16064,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
  "train": "0:20"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "observation.state_0": {
41
  "dtype": "float32",
 
44
  ],
45
  "names": [
46
  "kLeftShoulderPitch"
47
+ ],
48
+ "fps": 30
49
  },
50
  "action_0": {
51
  "dtype": "float32",
 
54
  ],
55
  "names": [
56
  "kLeftShoulderPitch"
57
+ ],
58
+ "fps": 30
59
  },
60
  "observation.state_1": {
61
  "dtype": "float32",
 
64
  ],
65
  "names": [
66
  "kLeftShoulderRoll"
67
+ ],
68
+ "fps": 30
69
  },
70
  "action_1": {
71
  "dtype": "float32",
 
74
  ],
75
  "names": [
76
  "kLeftShoulderRoll"
77
+ ],
78
+ "fps": 30
79
  },
80
  "observation.state_2": {
81
  "dtype": "float32",
 
84
  ],
85
  "names": [
86
  "kLeftShoulderYaw"
87
+ ],
88
+ "fps": 30
89
  },
90
  "action_2": {
91
  "dtype": "float32",
 
94
  ],
95
  "names": [
96
  "kLeftShoulderYaw"
97
+ ],
98
+ "fps": 30
99
  },
100
  "observation.state_3": {
101
  "dtype": "float32",
 
104
  ],
105
  "names": [
106
  "kLeftElbow"
107
+ ],
108
+ "fps": 30
109
  },
110
  "action_3": {
111
  "dtype": "float32",
 
114
  ],
115
  "names": [
116
  "kLeftElbow"
117
+ ],
118
+ "fps": 30
119
  },
120
  "observation.state_4": {
121
  "dtype": "float32",
 
124
  ],
125
  "names": [
126
  "kLeftWristRoll"
127
+ ],
128
+ "fps": 30
129
  },
130
  "action_4": {
131
  "dtype": "float32",
 
134
  ],
135
  "names": [
136
  "kLeftWristRoll"
137
+ ],
138
+ "fps": 30
139
  },
140
  "observation.state_5": {
141
  "dtype": "float32",
 
144
  ],
145
  "names": [
146
  "kLeftWristPitch"
147
+ ],
148
+ "fps": 30
149
  },
150
  "action_5": {
151
  "dtype": "float32",
 
154
  ],
155
  "names": [
156
  "kLeftWristPitch"
157
+ ],
158
+ "fps": 30
159
  },
160
  "observation.state_6": {
161
  "dtype": "float32",
 
164
  ],
165
  "names": [
166
  "kLeftWristYaw"
167
+ ],
168
+ "fps": 30
169
  },
170
  "action_6": {
171
  "dtype": "float32",
 
174
  ],
175
  "names": [
176
  "kLeftWristYaw"
177
+ ],
178
+ "fps": 30
179
  },
180
  "observation.state_7": {
181
  "dtype": "float32",
 
184
  ],
185
  "names": [
186
  "kRightShoulderPitch"
187
+ ],
188
+ "fps": 30
189
  },
190
  "action_7": {
191
  "dtype": "float32",
 
194
  ],
195
  "names": [
196
  "kRightShoulderPitch"
197
+ ],
198
+ "fps": 30
199
  },
200
  "observation.state_8": {
201
  "dtype": "float32",
 
204
  ],
205
  "names": [
206
  "kRightShoulderRoll"
207
+ ],
208
+ "fps": 30
209
  },
210
  "action_8": {
211
  "dtype": "float32",
 
214
  ],
215
  "names": [
216
  "kRightShoulderRoll"
217
+ ],
218
+ "fps": 30
219
  },
220
  "observation.state_9": {
221
  "dtype": "float32",
 
224
  ],
225
  "names": [
226
  "kRightShoulderYaw"
227
+ ],
228
+ "fps": 30
229
  },
230
  "action_9": {
231
  "dtype": "float32",
 
234
  ],
235
  "names": [
236
  "kRightShoulderYaw"
237
+ ],
238
+ "fps": 30
239
  },
240
  "observation.state_10": {
241
  "dtype": "float32",
 
244
  ],
245
  "names": [
246
  "kRightElbow"
247
+ ],
248
+ "fps": 30
249
  },
250
  "action_10": {
251
  "dtype": "float32",
 
254
  ],
255
  "names": [
256
  "kRightElbow"
257
+ ],
258
+ "fps": 30
259
  },
260
  "observation.state_11": {
261
  "dtype": "float32",
 
264
  ],
265
  "names": [
266
  "kRightWristRoll"
267
+ ],
268
+ "fps": 30
269
  },
270
  "action_11": {
271
  "dtype": "float32",
 
274
  ],
275
  "names": [
276
  "kRightWristRoll"
277
+ ],
278
+ "fps": 30
279
  },
280
  "observation.state_12": {
281
  "dtype": "float32",
 
284
  ],
285
  "names": [
286
  "kRightWristPitch"
287
+ ],
288
+ "fps": 30
289
  },
290
  "action_12": {
291
  "dtype": "float32",
 
294
  ],
295
  "names": [
296
  "kRightWristPitch"
297
+ ],
298
+ "fps": 30
299
  },
300
  "observation.state_13": {
301
  "dtype": "float32",
 
304
  ],
305
  "names": [
306
  "kRightWristYaw"
307
+ ],
308
+ "fps": 30
309
  },
310
  "action_13": {
311
  "dtype": "float32",
 
314
  ],
315
  "names": [
316
  "kRightWristYaw"
317
+ ],
318
+ "fps": 30
319
  },
320
  "observation.state_14": {
321
  "dtype": "float32",
 
324
  ],
325
  "names": [
326
  "kLeftHandThumb0"
327
+ ],
328
+ "fps": 30
329
  },
330
  "action_14": {
331
  "dtype": "float32",
 
334
  ],
335
  "names": [
336
  "kLeftHandThumb0"
337
+ ],
338
+ "fps": 30
339
  },
340
  "observation.state_15": {
341
  "dtype": "float32",
 
344
  ],
345
  "names": [
346
  "kLeftHandThumb1"
347
+ ],
348
+ "fps": 30
349
  },
350
  "action_15": {
351
  "dtype": "float32",
 
354
  ],
355
  "names": [
356
  "kLeftHandThumb1"
357
+ ],
358
+ "fps": 30
359
  },
360
  "observation.state_16": {
361
  "dtype": "float32",
 
364
  ],
365
  "names": [
366
  "kLeftHandThumb2"
367
+ ],
368
+ "fps": 30
369
  },
370
  "action_16": {
371
  "dtype": "float32",
 
374
  ],
375
  "names": [
376
  "kLeftHandThumb2"
377
+ ],
378
+ "fps": 30
379
  },
380
  "observation.state_17": {
381
  "dtype": "float32",
 
384
  ],
385
  "names": [
386
  "kLeftHandMiddle0"
387
+ ],
388
+ "fps": 30
389
  },
390
  "action_17": {
391
  "dtype": "float32",
 
394
  ],
395
  "names": [
396
  "kLeftHandMiddle0"
397
+ ],
398
+ "fps": 30
399
  },
400
  "observation.state_18": {
401
  "dtype": "float32",
 
404
  ],
405
  "names": [
406
  "kLeftHandMiddle1"
407
+ ],
408
+ "fps": 30
409
  },
410
  "action_18": {
411
  "dtype": "float32",
 
414
  ],
415
  "names": [
416
  "kLeftHandMiddle1"
417
+ ],
418
+ "fps": 30
419
  },
420
  "observation.state_19": {
421
  "dtype": "float32",
 
424
  ],
425
  "names": [
426
  "kLeftHandIndex0"
427
+ ],
428
+ "fps": 30
429
  },
430
  "action_19": {
431
  "dtype": "float32",
 
434
  ],
435
  "names": [
436
  "kLeftHandIndex0"
437
+ ],
438
+ "fps": 30
439
  },
440
  "observation.state_20": {
441
  "dtype": "float32",
 
444
  ],
445
  "names": [
446
  "kLeftHandIndex1"
447
+ ],
448
+ "fps": 30
449
  },
450
  "action_20": {
451
  "dtype": "float32",
 
454
  ],
455
  "names": [
456
  "kLeftHandIndex1"
457
+ ],
458
+ "fps": 30
459
  },
460
  "observation.state_21": {
461
  "dtype": "float32",
 
464
  ],
465
  "names": [
466
  "kRightHandThumb0"
467
+ ],
468
+ "fps": 30
469
  },
470
  "action_21": {
471
  "dtype": "float32",
 
474
  ],
475
  "names": [
476
  "kRightHandThumb0"
477
+ ],
478
+ "fps": 30
479
  },
480
  "observation.state_22": {
481
  "dtype": "float32",
 
484
  ],
485
  "names": [
486
  "kRightHandThumb1"
487
+ ],
488
+ "fps": 30
489
  },
490
  "action_22": {
491
  "dtype": "float32",
 
494
  ],
495
  "names": [
496
  "kRightHandThumb1"
497
+ ],
498
+ "fps": 30
499
  },
500
  "observation.state_23": {
501
  "dtype": "float32",
 
504
  ],
505
  "names": [
506
  "kRightHandThumb2"
507
+ ],
508
+ "fps": 30
509
  },
510
  "action_23": {
511
  "dtype": "float32",
 
514
  ],
515
  "names": [
516
  "kRightHandThumb2"
517
+ ],
518
+ "fps": 30
519
  },
520
  "observation.state_24": {
521
  "dtype": "float32",
 
524
  ],
525
  "names": [
526
  "kRightHandIndex0"
527
+ ],
528
+ "fps": 30
529
  },
530
  "action_24": {
531
  "dtype": "float32",
 
534
  ],
535
  "names": [
536
  "kRightHandIndex0"
537
+ ],
538
+ "fps": 30
539
  },
540
  "observation.state_25": {
541
  "dtype": "float32",
 
544
  ],
545
  "names": [
546
  "kRightHandIndex1"
547
+ ],
548
+ "fps": 30
549
  },
550
  "action_25": {
551
  "dtype": "float32",
 
554
  ],
555
  "names": [
556
  "kRightHandIndex1"
557
+ ],
558
+ "fps": 30
559
  },
560
  "observation.state_26": {
561
  "dtype": "float32",
 
564
  ],
565
  "names": [
566
  "kRightHandMiddle0"
567
+ ],
568
+ "fps": 30
569
  },
570
  "action_26": {
571
  "dtype": "float32",
 
574
  ],
575
  "names": [
576
  "kRightHandMiddle0"
577
+ ],
578
+ "fps": 30
579
  },
580
  "observation.state_27": {
581
  "dtype": "float32",
 
584
  ],
585
  "names": [
586
  "kRightHandMiddle1"
587
+ ],
588
+ "fps": 30
589
  },
590
  "action_27": {
591
  "dtype": "float32",
 
594
  ],
595
  "names": [
596
  "kRightHandMiddle1"
597
+ ],
598
+ "fps": 30
599
  },
600
  "observation.images.cam_left_high": {
601
  "dtype": "video",
 
671
  "shape": [
672
  1
673
  ],
674
+ "names": null,
675
+ "fps": 30
676
  },
677
  "frame_index": {
678
  "dtype": "int64",
679
  "shape": [
680
  1
681
  ],
682
+ "names": null,
683
+ "fps": 30
684
  },
685
  "episode_index": {
686
  "dtype": "int64",
687
  "shape": [
688
  1
689
  ],
690
+ "names": null,
691
+ "fps": 30
692
  },
693
  "index": {
694
  "dtype": "int64",
695
  "shape": [
696
  1
697
  ],
698
+ "names": null,
699
+ "fps": 30
700
  },
701
  "task_index": {
702
  "dtype": "int64",
703
  "shape": [
704
  1
705
  ],
706
+ "names": null,
707
+ "fps": 30
708
  }
709
+ },
710
+ "data_files_size_in_mb": 100,
711
+ "video_files_size_in_mb": 500
712
  }
713
  ```
714