hello3x3/libero_90_no_noops_lerobot_v3.0
libero_90_no_noops_lerobot Dataset Description This dataset is the LIBERO-90 subset of the LIBERO benchmark, converted to LeRobot v3.0 format. A large-scale set of 73 diverse manipulation tasks intended for pre-training. Covers a broad range of manipulation skills including pick-and-place, drawer/cabinet interaction, stacking, and tool use. Note: This dataset has been filtered to remove no-op frames (idle frames where the robot does not execute meaningful… See the full description on the dataset page: https://huggingface.co/datasets/hello3x3/libero_90_no_noops_lerobot_v3.0.
libero90nonoopslerobot
Dataset Description
This dataset is the LIBERO-90 subset of the LIBERO benchmark, converted to LeRobot v3.0 format.
A large-scale set of 73 diverse manipulation tasks intended for pre-training. Covers a broad range of manipulation skills including pick-and-place, drawer/cabinet interaction, stacking, and tool use.
Note: This dataset has been filtered to remove no-op frames (idle frames where the robot does not execute meaningful actions). This results in more efficient training data.
Source
- Original benchmark: LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning (Liu et al., 2023)
- Source dataset: IPEC-COMMUNITY/libero_90_no_noops_lerobot by IPEC-COMMUNITY
- Conversion: v2.1 -> v3.0 using
lerobot/datasets/v30/convert_dataset_v21_to_v30.py
Dataset Statistics
Features
Tasks
Usage
from lerobot.datasets.lerobot_dataset import LeRobotDataset
ds = LeRobotDataset(
"libero_90_no_noops_lerobot",
root="/path/to/datasets/libero_90_no_noops_lerobot",
)
# Access a sample
sample = ds[0]
print(sample["observation.images.image"]) # [3, 256, 256]
print(sample["action"]) # [7]
print(sample["task"]) # natural language task description