Datasets:
File size: 1,496 Bytes
9e4203d c029129 9e4203d c029129 9e4203d c029129 d176151 c029129 | 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 | ---
license: apache-2.0
task_categories:
- robotics
tags:
- libero
- lerobot
- embodied-ai
- manipulation
pretty_name: RoboCerebra (LeRobot v2.1 Format)
size_categories:
- 1G<n<10G
---
# RoboCerebra (LeRobot v2.1 Format)
## Dataset Description
This dataset is a converted version of [**RoboCerebra**](https://github.com/qiuboxiang/RoboCerebra), now formatted for compatibility with the **[LeRobot](https://github.com/huggingface/lerobot)** ecosystem (v2.1).
While the official RoboCerebra dataset only provides HDF5 files and RLDS conversion methods, this version enables seamless training with VLA models within the LeRobot framework.
- **Original Dataset:** [RoboCerebra](https://github.com/qiuboxiang/RoboCerebra)
- **Conversion Tool:** [any4lerobot](https://github.com/Tavish9/any4lerobot)
- **Format:** LeRobot v2.1
- **Robot:** Panda Robot (7-DOF Arm + Gripper)
- **Tasks:** 10 long-term memory manipulation tasks.
## Dataset Structure
The dataset follows the standard LeRobot v2.1 structure:
- **`data/`**: Contains episode data in Parquet format.
- **`meta/`**: Contains task definitions, statistics, and camera configurations.
- **`videos/`**: (If included) High-quality task execution videos.
### Key Observations/Actions
- `observation.images.agentview`: 256x256 agent-view camera RGB.
- `observation.images.eye_in_hand`: 256x256 wrist-mounted camera RGB.
- `observation.state`: Robot joint positions and gripper state.
- `action`: 7-DOF delta end-effector pose + gripper action. |