File size: 7,579 Bytes
0f8a58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3508e9f
 
 
 
 
 
 
 
 
 
0f8a58e
 
 
 
 
 
 
 
3508e9f
 
 
 
 
 
0f8a58e
3508e9f
0f8a58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3508e9f
 
 
 
 
 
 
 
 
 
 
0f8a58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3508e9f
0f8a58e
 
 
 
 
 
 
 
 
 
 
 
 
 
3508e9f
 
0f8a58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3508e9f
0f8a58e
3508e9f
0f8a58e
3508e9f
0f8a58e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
---
pretty_name: LIBERO LeRobot v3
license: openmdw-1.0
library_name: lerobot
tags:
- robotics
- robot-learning
- libero
- lerobot
- LeRobotDataset-v3
---
# LIBERO LeRobot v3

## Dataset Summary

`nvidia/LIBERO_LeRobot_v3` is a LeRobotDataset v3.0 conversion of the LIBERO robot manipulation benchmark. LIBERO is designed for studying lifelong robot learning and knowledge transfer across language-conditioned manipulation tasks. This repository packages the LIBERO task suites as LeRobot-compatible datasets with Parquet state/action data, MP4 video observations, and LeRobot metadata.

The dataset is organized as five top-level suite folders:

- `libero_spatial`
- `libero_object`
- `libero_goal`
- `libero_90`
- `libero_10`

Each suite is stored independently in LeRobotDataset v3.0 format.

## Dataset Details

### Dataset Description

LIBERO, short for LIfelong learning BEnchmark on RObot manipulation, is a benchmark for studying lifelong learning in decision-making and robot manipulation. It focuses on knowledge transfer across tasks involving spatial relations, object manipulation, goal changes, and long-horizon behavior.

This version converts LIBERO demonstration data to the LeRobotDataset v3.0 standard. LeRobot v3.0 uses file-based Parquet and MP4 shards plus structured metadata, replacing per-episode files with chunked files that can contain multiple episodes.

This dataset is ready for commercial or non-commercial uses.

## Dataset Owner(s)

NVIDIA Corporation

## Dataset Creation Date

2026-05-26

### Dataset Sources

- Repository: https://huggingface.co/datasets/nvidia/LIBERO_LeRobot_v3
- LIBERO project: https://libero-project.github.io/
- LIBERO paper: https://arxiv.org/abs/2306.03310
- LIBERO GitHub: https://github.com/Lifelong-Robot-Learning/LIBERO
- LeRobotDataset v3.0 documentation: https://huggingface.co/docs/lerobot/lerobot-dataset-v3

## Version:
v1.0 <br>

## License/Terms of Use

This dataset is released under the [OpenMDW1.1](https://openmdw.ai/)

## Intended Usage

This dataset is intended for research and development in:

- imitation learning
- robot policy learning
- vision-language-action model training
- lifelong robot learning
- knowledge transfer evaluation
- language-conditioned manipulation
- LeRobot-compatible data loading, streaming, and training workflows

### Out-of-Scope Use

This dataset is not intended to be used as the sole validation source for safety-critical robot deployment. Policies trained on this dataset should be evaluated carefully before use in real-world physical systems.

## Dataset Characterization

**Data Collection Method**

[Not Applicable]

**Labeling Method**

[Not Applicable]

## Dataset Format

The repository contains one LeRobotDataset v3.0 dataset per suite folder. Each suite follows the LeRobot v3 layout:

```text
<suite>/
├── data/
│   └── chunk-000/
│       └── file-*.parquet
├── meta/
│   ├── info.json
│   ├── stats.json
│   ├── tasks.parquet
│   └── episodes/
│       └── chunk-000/
│           └── file-*.parquet
└── videos/
    ├── observation.images.image/
    │   └── chunk-000/
    │       └── file-*.mp4
    └── observation.images.wrist_image/
        └── chunk-000/
            └── file-*.mp4
```

### Dataset Quantification

The following values are taken from each suite's `meta/info.json`.

| Suite | Episodes | Frames | Task IDs | FPS | Robot |
|---|---:|---:|---:|---:|---|
| `libero_10` | 379 | 101,469 | 10 | 20 | Franka |
| `libero_90` | 3,921 | 569,249 | 73 | 20 | Franka |
| `libero_object` | 454 | 66,984 | 10 | 20 | Franka |
| `libero_spatial` | 432 | 52,970 | 10 | 20 | Franka |
| `libero_goal` | 428 | 52,042 | 10 | 20 | Franka |
| **Total** | **5,614** | **842,714** | **113** | **20** | **Franka** |

Note: the upstream LIBERO task suite naming includes `LIBERO-90`; this converted repository's `libero_90/meta/info.json` reports 73 task IDs.

Total Data Storage: 4.5 GB

### Features

Common feature fields include:

- `action`: 7-dimensional robot action vector.
- `observation.state`: 8-dimensional robot state vector.
- `observation.images.image`: RGB video observation, 256 x 256, 20 FPS, AV1 MP4.
- `observation.images.wrist_image`: RGB wrist-camera video observation, 256 x 256, 20 FPS, AV1 MP4.
- `timestamp`, `frame_index`, `episode_index`, `task_index`, and `index`.

The `libero_90` suite additionally includes:

- `observation.states.ee_state`
- `observation.states.gripper_state`
- `observation.states.joint_state`

### File Format

- Tabular robot state/action data: Apache Parquet.
- Episode metadata: chunked Parquet under `meta/episodes/`.
- Task metadata: `meta/tasks.parquet`.
- Video observations: MP4 files under `videos/`.
- Dataset schema and statistics: `meta/info.json` and `meta/stats.json`.

## Loading

Because this repository contains multiple LeRobot datasets under top-level suite folders, select the suite you want to use and point your local LeRobot workflow at that suite directory.

Example: download a single suite from the Hub.

```python
from huggingface_hub import snapshot_download
from pathlib import Path

repo_dir = snapshot_download(
    repo_id="nvidia/LIBERO_LeRobot_v3",
    repo_type="dataset",
    allow_patterns=["libero_spatial/**"],
)

suite_dir = Path(repo_dir) / "libero_spatial"
print(suite_dir)
```

Use `suite_dir` as the local LeRobot dataset root in workflows that accept a local LeRobotDataset directory.

## Dataset Creation

### Source Data

The source data is derived from LIBERO, a benchmark for lifelong robot learning and language-conditioned robot manipulation. The LIBERO paper describes high-quality human-teleoperated demonstration data for the benchmark's tasks.

### Conversion

This repository converts LIBERO data into LeRobotDataset v3.0. In LeRobot v3.0, data and video frames from multiple episodes are grouped into larger shard files, while metadata records episode boundaries, task IDs, feature schemas, statistics, and path templates.

## Ethical Considerations

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. Developers should work with their internal developer teams to ensure this dataset meets requirements for the relevant industry and use case and addresses unforeseen product misuse.

Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).

## Citation

If you use this dataset, please cite the original LIBERO paper:

```bibtex
@inproceedings{liu2023libero,
  title={LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning},
  author={Liu, Bo and Zhu, Yifeng and Gao, Chongkai and Feng, Yihao and Liu, Qiang and Zhu, Yuke and Stone, Peter},
  booktitle={Advances in Neural Information Processing Systems},
  year={2023}
}
```

Please also cite or reference LeRobot if you use LeRobot tooling or dataset loaders.

## References

- LIBERO project page: https://libero-project.github.io/
- LIBERO arXiv paper: https://arxiv.org/abs/2306.03310
- LIBERO GitHub repository: https://github.com/Lifelong-Robot-Learning/LIBERO
- Hugging Face LeRobot LIBERO documentation: https://huggingface.co/docs/lerobot/en/libero
- LeRobotDataset v3.0 documentation: https://huggingface.co/docs/lerobot/lerobot-dataset-v3
- Porting large datasets to LeRobot v3.0: https://huggingface.co/docs/lerobot/main/porting_datasets_v3