Chonghao Claude Opus 4.6 commited on
Commit
16e2699
·
1 Parent(s): b761345

Rename task names and reorder to Task_A/B/C in README

Browse files

FlattenFold -> Task_A, TeeShirtSort -> Task_B, HangCloth -> Task_C.
Reordered all sections to follow Task_A, Task_B, Task_C order.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - LeRobot
7
  configs:
8
  - config_name: default
9
- data_files: FlattenFold/base/data/chunk-000/episode_000000.parquet
10
  ---
11
  # KAI0
12
  <div align="center">
@@ -36,28 +36,28 @@ configs:
36
  ## [About the Dataset](#contents)
37
  - **~134 hours** real world scenarios
38
  - **Main Tasks**
39
- - ***FlattenFold***
40
  - Single task
41
  - Initial state: T-shirts are randomly tossed onto the table, presenting random crumpled configurations
42
  - Manipulation task: Operate the robotic arm to unfold the garment, then fold it
43
- - ***HangCloth***
44
- - Single task
45
- - Initial state: Hanger is randomly placed, garment is randomly positioned on the table
46
- - Manipulation task: Operate the robotic arm to thread the hanger through the garment, then hang it on the rod
47
- - ***TeeShirtSort***
48
  - Garment classification and arrangement task
49
  - Initial state: Randomly pick a garment from the laundry basket
50
  - Classification: Determine whether the garment is a T-shirt or a dress shirt
51
  - Manipulation task:
52
  - If it is a T-shirt, fold the garment
53
  - If it is a dress shirt, expose the collar, then push it to one side of the table
 
 
 
 
54
  - **Count of the dataset**
55
 
56
  | Task | Base (episodes count/hours) | DAgger (episodes count/hours) | Total(episodes count/hours) |
57
  |------|-----------------------------|-------------------------------|-----------------------------|
58
- | FlattenFold | 3,055/~42 hours | 3,457/ ~13 Hours | 6,512 /~55 hours |
59
- | HangCloth | 6954/~61 hours | 686/~12 hours | 7640/~73 hours |
60
- | TeeShirtSort | 5988/~31 hours | 769/~22 hours | 6757/~53 hours |
61
  | **Total** | **15,997/~134 hours** | **4,912/~47 hours** | **20,909/~181 hours** |
62
 
63
  ## [Load the dataset](#contents)
@@ -148,7 +148,7 @@ Under each task directory, data is partitioned into two subsets: base and dagger
148
  contains on-policy recovery trajectories collected via iterative DAgger, designed to populate failure recovery modes absent in static demonstrations.
149
  ```text
150
  Kai0-data/
151
- ├── FlattenFold/
152
  │ ├── base/
153
  │ │ ├── data/
154
  │ │ │ ├── chunk-000/
@@ -178,10 +178,10 @@ Kai0-data/
178
  │ │ ├── tasks.jsonl
179
  │ │ └── episodes_stats.jsonl
180
  │ └── dagger/
181
- ├── HangCloth/
182
  │ ├── base/
183
  │ └── dagger/
184
- ├── TeeShirtSort/
185
  │ ├── base/
186
  │ └── dagger/
187
  └── README.md
@@ -301,7 +301,7 @@ the basic struct of the [info.json](#meta/info.json)
301
  | index | [N, 1] | Global unique index across all frames in the dataset |
302
  | task_index | [N, 1] | Index identifying the task type being performed |
303
 
304
- ### [tasks.jsonl](#FlattenFold/meta/tasks.jsonl)
305
  Contains task language prompts (natural language instructions) that specify the manipulation task to be performed. Each entry maps a task_index to its corresponding task description, which can be used for language-conditioned policy training.
306
 
307
  # License and Citation
 
6
  - LeRobot
7
  configs:
8
  - config_name: default
9
+ data_files: Task_A/base/data/chunk-000/episode_000000.parquet
10
  ---
11
  # KAI0
12
  <div align="center">
 
36
  ## [About the Dataset](#contents)
37
  - **~134 hours** real world scenarios
38
  - **Main Tasks**
39
+ - ***Task_A***
40
  - Single task
41
  - Initial state: T-shirts are randomly tossed onto the table, presenting random crumpled configurations
42
  - Manipulation task: Operate the robotic arm to unfold the garment, then fold it
43
+ - ***Task_B***
 
 
 
 
44
  - Garment classification and arrangement task
45
  - Initial state: Randomly pick a garment from the laundry basket
46
  - Classification: Determine whether the garment is a T-shirt or a dress shirt
47
  - Manipulation task:
48
  - If it is a T-shirt, fold the garment
49
  - If it is a dress shirt, expose the collar, then push it to one side of the table
50
+ - ***Task_C***
51
+ - Single task
52
+ - Initial state: Hanger is randomly placed, garment is randomly positioned on the table
53
+ - Manipulation task: Operate the robotic arm to thread the hanger through the garment, then hang it on the rod
54
  - **Count of the dataset**
55
 
56
  | Task | Base (episodes count/hours) | DAgger (episodes count/hours) | Total(episodes count/hours) |
57
  |------|-----------------------------|-------------------------------|-----------------------------|
58
+ | Task_A | 3,055/~42 hours | 3,457/ ~13 Hours | 6,512 /~55 hours |
59
+ | Task_B | 5988/~31 hours | 769/~22 hours | 6757/~53 hours |
60
+ | Task_C | 6954/~61 hours | 686/~12 hours | 7640/~73 hours |
61
  | **Total** | **15,997/~134 hours** | **4,912/~47 hours** | **20,909/~181 hours** |
62
 
63
  ## [Load the dataset](#contents)
 
148
  contains on-policy recovery trajectories collected via iterative DAgger, designed to populate failure recovery modes absent in static demonstrations.
149
  ```text
150
  Kai0-data/
151
+ ├── Task_A/
152
  │ ├── base/
153
  │ │ ├── data/
154
  │ │ │ ├── chunk-000/
 
178
  │ │ ├── tasks.jsonl
179
  │ │ └── episodes_stats.jsonl
180
  │ └── dagger/
181
+ ├── Task_B/
182
  │ ├── base/
183
  │ └── dagger/
184
+ ├── Task_C/
185
  │ ├── base/
186
  │ └── dagger/
187
  └── README.md
 
301
  | index | [N, 1] | Global unique index across all frames in the dataset |
302
  | task_index | [N, 1] | Index identifying the task type being performed |
303
 
304
+ ### [tasks.jsonl](#Task_A/meta/tasks.jsonl)
305
  Contains task language prompts (natural language instructions) that specify the manipulation task to be performed. Each entry maps a task_index to its corresponding task description, which can be used for language-conditioned policy training.
306
 
307
  # License and Citation