File size: 1,665 Bytes
aa617a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: other
pretty_name: Robotics Kitchen LeRobot
tags:
- lerobot
- robotics
- imitation-learning
- multimodal-behavior-cloning
---

# Kitchen LeRobot Dataset

LeRobot-formatted Franka Kitchen manipulation dataset used for multimodal behavior cloning experiments.

## Dataset Details

- Format: LeRobot v3.0
- Robot type: `franka_kitchen_sim`
- Episodes: 566
- Frames: 128685
- FPS: 10
- Tasks: 8
- Action shape: `[9]`
- State shape: `[30]`
- Videos: yes

The repository follows the standard LeRobot layout with `meta/`, `data/`, and, when available, `videos/` at the repository root.

## Loading

```python
from lerobot.common.datasets.lerobot_dataset import LeRobotDataset

dataset = LeRobotDataset("nct-tso/robotics_kitchen_lerobot")
```

## Provenance and License

This release is a LeRobot-formatted adaptation of an upstream robotics benchmark dataset.

Upstream benchmark/source: Franka Kitchen / D4RL-style manipulation benchmark lineage.

The Hub metadata uses `license: other` because the release combines converted LeRobot metadata/data files with upstream benchmark assets. The upstream benchmark assets retain their original licenses and attribution requirements. See `LICENSE` for the repository-level notice.

## Citation

If you use this dataset release, please cite both:

1. The LeRobot adaptation / dataset release:

   **VersatIL: A Unified, Composable Imitation Learning Library for Reproducible Autonomous Robot Policies**  
   Lorenzo Mazza, Ariel Rodriguez, Stefanie Speidel.  
   Citation details coming soon.

2. The relevant upstream benchmark papers or repositories for the original environment, task definition, and data source.