failo0711 commited on
Commit
68b141b
·
verified ·
1 Parent(s): 0aab348

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -52
README.md CHANGED
@@ -17,77 +17,70 @@ size_categories:
17
 
18
  # ATG-MoE Pressure-Reducing Valve Assembly Training Set
19
 
20
- This repository provides the **training set** used in our paper on multi-skill robotic assembly learning for the **pressure-reducing valve assembly task**.
 
 
 
21
 
22
- The dataset contains **8 assembly skills**, with **96 training episodes per skill**. Each episode is organized in an **RLBench-style format** and includes synchronized **RGB-D observations from four camera views**, robot **proprioception**, camera calibration parameters, keyframe annotations, and natural-language skill instructions.
23
 
24
- > **Note:** This release only contains the **training set**.
25
- > Evaluation requires a Unity-based simulation environment. The evaluation scripts and instructions will be released in our GitHub repository.
26
 
27
- ## Links
28
-
29
- - **Paper (arXiv):** https://arxiv.org/abs/2603.19029
30
- - **Project Page:** https://hwh23.github.io/ATG-MoE
31
- - **Code / Evaluation Scripts:** https://github.com/hwh23/ATG-MoE
32
 
33
  ---
34
 
35
- ## Dataset Overview
36
-
37
- The dataset is designed for **multi-skill imitation learning** in industrial assembly. It supports training policies that map **multi-view RGB-D observations**, **natural-language instructions**, and **robot states** to skill trajectories.
38
-
39
- ### Skills
40
-
41
- The full dataset includes **8 skills** from the pressure-reducing valve assembly process.
42
 
43
- - Sleeve Placement
44
- - Large Spring Insertion
45
- - Rod Placement
46
- - Rod Seating
47
- - Nut Seating
48
- - Spring Insertion
49
- - Plug Seating
50
- - Body Seating
51
 
52
- ### Scale
 
 
 
 
 
 
 
 
 
53
 
54
- - **Number of skills:** 8
55
- - **Training episodes per skill:** 96
56
- - **Total training episodes:** 768
57
-
58
- Each episode corresponds to one folder, e.g. `episode0`, `episode1`, ...
59
 
60
  ---
61
 
62
- ## Data Format
63
-
64
- The dataset structure follows the organization style of **RLBench**.
65
- Each `episode` folder contains one demonstration trajectory collected in simulation.
66
 
67
- An example episode directory is organized as follows:
68
 
 
69
  ```text
70
  episode0/
71
- ├── front_depth/
72
- ├── front_rgb/
73
- ├── left_shoulder_depth/
74
- ├── left_shoulder_rgb/
75
- ├── overhead_depth/
76
- ├── overhead_rgb/
77
- ├── proprioception/
78
- ├── right_shoulder_depth/
79
- ├── right_shoulder_rgb/
80
- ├── camera_matrix.json
81
- ├── kfs.json
82
- ├── lang_emb.pkl
83
- ├── variation_descriptions.json
84
- └─ variation_number.pkl
 
85
 
86
  ---
87
 
88
- ## Citation
89
-
90
- If you use this dataset or find our work helpful, please cite:
91
 
92
  ```bibtex
93
  @misc{huang2026atgmoeautoregressivetrajectorygeneration,
 
17
 
18
  # ATG-MoE Pressure-Reducing Valve Assembly Training Set
19
 
20
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
21
+ [![Paper: arXiv](https://img.shields.io/badge/arXiv-2603.19029-b31b1b.svg)](https://arxiv.org/abs/2603.19029)
22
+ [![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://hwh23.github.io/ATG-MoE)
23
+ [![GitHub](https://img.shields.io/badge/Code-GitHub-181717?logo=github)](https://github.com/hwh23/ATG-MoE)
24
 
25
+ This repository provides the **training set** used in our paper: **"ATG-MoE: Autoregressive trajectory generation with mixture-of-experts for assembly skill learning"**.
26
 
27
+ The dataset is specifically designed for the **pressure-reducing valve assembly task**, featuring multi-skill robotic learning capabilities.
 
28
 
29
+ > [!IMPORTANT]
30
+ > This release only contains the **training set**.
31
+ > Evaluation requires a Unity-based simulation environment. The evaluation scripts and instructions will be released in our [GitHub repository](https://github.com/hwh23/ATG-MoE).
 
 
32
 
33
  ---
34
 
35
+ ## 📌 Dataset Overview
 
 
 
 
 
 
36
 
37
+ The dataset supports **multi-skill imitation learning** in industrial assembly. It provides high-quality demonstrations mapping multi-view observations to precise skill trajectories.
 
 
 
 
 
 
 
38
 
39
+ ### 🛠️ Included Skills
40
+ The dataset covers **8 key skills** required for the assembly process:
41
+ * Sleeve Placement
42
+ * Large Spring Insertion
43
+ * Rod Placement
44
+ * Rod Seating
45
+ * Nut Seating
46
+ * Spring Insertion
47
+ * Plug Seating
48
+ * Body Seating
49
 
50
+ ### 📊 Dataset Scale
51
+ * **Total Training Episodes:** 768
52
+ * **Skills:** 8 distinct assembly tasks
53
+ * **Data per Skill:** 96 training episodes
 
54
 
55
  ---
56
 
57
+ ## 📂 Data Format
 
 
 
58
 
59
+ The dataset follows the **RLBench** organization style. Each `episode` folder contains a complete demonstration trajectory.
60
 
61
+ ### Directory Structure
62
  ```text
63
  episode0/
64
+ ├── front_depth/ # Depth maps from front camera
65
+ ├── front_rgb/ # RGB images from front camera
66
+ ├── left_shoulder_depth/ # Depth maps from left shoulder camera
67
+ ├── left_shoulder_rgb/ # RGB images from left shoulder camera
68
+ ├── overhead_depth/ # Depth maps from overhead camera
69
+ ├── overhead_rgb/ # RGB images from overhead camera
70
+ ├── right_shoulder_depth/ # Depth maps from right shoulder camera
71
+ ├── right_shoulder_rgb/ # RGB images from right shoulder camera
72
+ ├── proprioception/ # Robot joint states and end-effector pose
73
+ ├── camera_matrix.json # Intrinsic and extrinsic parameters
74
+ ├── kfs.json # Keyframe indices for trajectory
75
+ ├── lang_emb.pkl # Language instruction embeddings
76
+ ├── variation_descriptions.json # Natural language descriptions
77
+ └─�� variation_number.pkl # Variation ID for the task
78
+ ```
79
 
80
  ---
81
 
82
+ ## 📝 Citation
83
+ If you find this dataset or our work helpful, please cite:
 
84
 
85
  ```bibtex
86
  @misc{huang2026atgmoeautoregressivetrajectorygeneration,