Update README.md
Browse files
README.md
CHANGED
|
@@ -4,42 +4,66 @@ size_categories:
|
|
| 4 |
|
| 5 |
# Dataset Card for PRTS Post-Training Data
|
| 6 |
|
| 7 |
-
This dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
## Dataset Details
|
| 10 |
|
| 11 |
### Dataset Description
|
| 12 |
|
| 13 |
-
This dataset consists of robotic task data in the **LeRobot format**, covering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
- **
|
| 16 |
-
- **License:** MIT License
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Uses
|
| 20 |
|
| 21 |
### Direct Use
|
| 22 |
|
| 23 |
-
This dataset is intended for
|
| 24 |
-
|
| 25 |
-
- **
|
| 26 |
-
- **
|
| 27 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Dataset Structure
|
| 30 |
|
| 31 |
-
The dataset
|
|
|
|
|
|
|
| 32 |
|
| 33 |
-
- **`task_name`**:
|
| 34 |
-
- **`task_id`**:
|
| 35 |
-
- **`task_description`**:
|
| 36 |
-
- **`frames`**:
|
| 37 |
-
- **`t`**: Timestamp
|
| 38 |
-
- **`pose`**: 6D pose
|
| 39 |
-
- **`joints`**: Joint angles
|
| 40 |
-
- **`gripper`**: Gripper state (open/close)
|
| 41 |
|
| 42 |
-
|
| 43 |
|
| 44 |
```json
|
| 45 |
{
|
|
|
|
| 4 |
|
| 5 |
# Dataset Card for PRTS Post-Training Data
|
| 6 |
|
| 7 |
+
This dataset is released as part of the project:
|
| 8 |
+
|
| 9 |
+
**PRTS: A Primitive Reasoning and Tasking System via Contrastive Representations**
|
| 10 |
+
|
| 11 |
+
This dataset card describes the **PRTS Post-Training Data**, a high-quality robotic manipulation dataset designed for learning **primitive-level skills** and **long-horizon task execution**. The dataset covers both **dual-arm** and **single-arm** manipulation, including **fine manipulation** and **long-range operations**, and is curated in the **standard LeRobot format**.
|
| 12 |
+
|
| 13 |
+
It serves as a **high-quality benchmark** for robotic manipulation, supporting research in policy learning, task decomposition, and embodied intelligence.
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
|
| 17 |
## Dataset Details
|
| 18 |
|
| 19 |
### Dataset Description
|
| 20 |
|
| 21 |
+
This dataset consists of robotic task data in the **LeRobot format**, covering diverse manipulation scenarios including:
|
| 22 |
+
|
| 23 |
+
- **Dual-arm coordination**
|
| 24 |
+
- **Single-arm manipulation**
|
| 25 |
+
- **Long-horizon tasks**
|
| 26 |
+
- **Fine-grained manipulation**
|
| 27 |
|
| 28 |
+
The dataset contains approximately **50GB** of high-quality data collected from real-world robotic systems across **household**, **office**, and **industrial** environments.
|
|
|
|
| 29 |
|
| 30 |
+
Each trajectory captures detailed low-level control signals, including poses, joint states, and gripper actions, enabling learning of **primitive skills**, **action representations**, and **task-level policies**.
|
| 31 |
+
|
| 32 |
+
- **Curated by:** TeleEmbodied AI Team
|
| 33 |
+
- **License:** MIT License
|
| 34 |
+
|
| 35 |
+
---
|
| 36 |
|
| 37 |
## Uses
|
| 38 |
|
| 39 |
### Direct Use
|
| 40 |
|
| 41 |
+
This dataset is intended for:
|
| 42 |
+
|
| 43 |
+
- Learning **dual-arm** and **single-arm** manipulation policies
|
| 44 |
+
- Training **primitive-level action representations**
|
| 45 |
+
- **Long-horizon task learning** and decomposition
|
| 46 |
+
- **Fine manipulation** skill learning
|
| 47 |
+
- Benchmarking **robotic manipulation models** in real-world settings
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
|
| 51 |
## Dataset Structure
|
| 52 |
|
| 53 |
+
The dataset follows the **standard LeRobot format**, widely used for robotic learning and policy training.
|
| 54 |
+
|
| 55 |
+
Each task consists of structured trajectories with frame-wise robot states:
|
| 56 |
|
| 57 |
+
- **`task_name`**: Task name (e.g., "Pick and Place Object")
|
| 58 |
+
- **`task_id`**: Unique task identifier
|
| 59 |
+
- **`task_description`**: Description of the task
|
| 60 |
+
- **`frames`**: Sequence of frames, each containing:
|
| 61 |
+
- **`t`**: Timestamp
|
| 62 |
+
- **`pose`**: 6D end-effector pose (dual-arm or single-arm)
|
| 63 |
+
- **`joints`**: Joint angles
|
| 64 |
+
- **`gripper`**: Gripper state (open/close)
|
| 65 |
|
| 66 |
+
Example:
|
| 67 |
|
| 68 |
```json
|
| 69 |
{
|