lorenzomazza's picture
Upload LeRobot dataset release
8a24d90 verified
---
license: other
pretty_name: Robotics BlockPush Absolute Actions LeRobot
tags:
- lerobot
- robotics
- imitation-learning
- multimodal-behavior-cloning
---
# BlockPush Absolute Actions LeRobot Dataset
LeRobot-formatted BlockPush dataset with absolute end-effector target actions.
## Dataset Details
- Format: LeRobot v3.0
- Robot type: `block_pushing_sim`
- Episodes: 1000
- Frames: 114962
- FPS: 10
- Tasks: 1
- Action shape: `[2]`
- State shape: `[16]`
- Videos: no
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_blockpush_absolute_lerobot")
```
## Provenance and License
This release is a LeRobot-formatted adaptation of an upstream robotics benchmark dataset.
Upstream benchmark/source: Block Pushing multimodal benchmark lineage, including the IBC block pushing environment family.
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.