File size: 1,724 Bytes
8a24d90 | 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 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.
|