CollisionCode commited on
Commit
c029129
·
verified ·
1 Parent(s): 8c5f3cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -4
README.md CHANGED
@@ -1,9 +1,38 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
3
  ---
4
- # 📦 RoboCerebra Lerobot v2.1 Dataset
5
 
6
- ⚠️ **IMPORTANT: Dataset Upload in Progress**
7
 
8
- The dataset in this repository is currently **incomplete**. Large-scale data files are actively being uploaded in batches.
9
- To ensure data consistency and integrity, **please do not download or use the partial data for experiments at this time**.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - libero
7
+ - lerobot
8
+ - embodied-ai
9
+ - manipulation
10
+ pretty_name: RoboCerebra (LeRobot v2.1 Format)
11
+ size_categories:
12
+ - 1G<n<10G
13
  ---
 
14
 
15
+ # RoboCerebra (LeRobot v2.1 Format)
16
 
17
+ ## Dataset Description
18
+ 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 (v3.0).
19
+
20
+ 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.
21
+
22
+ - **Original Dataset:** [RoboCerebra](https://github.com/qiuboxiang/RoboCerebra)
23
+ - **Conversion Tool:** [any4lerobot](https://github.com/Tavish9/any4lerobot)
24
+ - **Format:** LeRobot v2.1
25
+ - **Robot:** Panda Robot (7-DOF Arm + Gripper)
26
+ - **Tasks:** 10 long-term memory manipulation tasks.
27
+
28
+ ## Dataset Structure
29
+ The dataset follows the standard LeRobot v2.1 structure:
30
+ - **`data/`**: Contains episode data in Parquet format.
31
+ - **`meta/`**: Contains task definitions, statistics, and camera configurations.
32
+ - **`videos/`**: (If included) High-quality task execution videos.
33
+
34
+ ### Key Observations/Actions
35
+ - `observation.images.agentview`: 256x256 agent-view camera RGB.
36
+ - `observation.images.eye_in_hand`: 256x256 wrist-mounted camera RGB.
37
+ - `observation.state`: Robot joint positions and gripper state.
38
+ - `action`: 7-DOF delta end-effector pose + gripper action.