wawayuzhou commited on
Commit
f31ce2e
·
verified ·
1 Parent(s): 3d06db4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -19
README.md CHANGED
@@ -4,42 +4,66 @@ size_categories:
4
 
5
  # Dataset Card for PRTS Post-Training Data
6
 
7
- This dataset card describes the **PRTS Post-Training Data**, which includes high-quality data for robotic manipulation tasks. The dataset covers both **dual-arm** and **single-arm** manipulation, including **fine manipulation** and **long-range operations**. It is curated in the **LeRobot format** to assist in the development and evaluation of robotic systems, particularly in tasks involving object manipulation across multiple environments.
 
 
 
 
 
 
 
 
8
 
9
  ## Dataset Details
10
 
11
  ### Dataset Description
12
 
13
- This dataset consists of robotic task data in the **LeRobot format**, covering various types of robotic manipulations such as **dual-arm**, **single-arm**, **long-range**, and **fine manipulation tasks**. It contains approximately 50GB of high-quality data collected from real-world robotic systems performing tasks in **household**, **office**, and **industrial** environments. The data includes detailed task frames including object handling, task coordination between two robotic arms, and complex manipulation actions.
 
 
 
 
 
14
 
15
- - **Curated by:** TeleEmbodied AI Team
16
- - **License:** MIT License
17
 
 
 
 
 
 
 
18
 
19
  ## Uses
20
 
21
  ### Direct Use
22
 
23
- This dataset is intended for the following use cases:
24
- - **Dual-arm** and **single-arm** robotic manipulation tasks.
25
- - **Object pick-and-place** and **fine manipulation** tasks.
26
- - **Long-range robotic operations** and task planning.
27
- - **Evaluating robotic coordination**, object handling, and task execution in real-world environments.
 
 
 
 
28
 
29
  ## Dataset Structure
30
 
31
- The dataset is curated in the **LeRobot format**. It contains data for multiple robotic tasks, each with the following key fields:
 
 
32
 
33
- - **`task_name`**: The name of the task (e.g., "Pick and Place Object").
34
- - **`task_id`**: A unique identifier for each task.
35
- - **`task_description`**: A brief description of the task.
36
- - **`frames`**: A collection of frames associated with the task. Each frame includes:
37
- - **`t`**: Timestamp for the frame.
38
- - **`pose`**: 6D pose of the robotic arms (for both left and right arms in dual-arm tasks).
39
- - **`joints`**: Joint angles for the robotic arms (for both left and right arms in dual-arm tasks).
40
- - **`gripper`**: Gripper state (open/close).
41
 
42
- Here’s an example of what the data structure looks like:
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
  {