lianganimation commited on
Commit
86b2243
·
verified ·
1 Parent(s): c66242e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  ---
4
 
5
- # TokenHSI checkpoints
6
 
7
  Please download the checkpoints and organize them as the following file structure:
8
 
@@ -27,5 +27,28 @@ Please download the checkpoints and organize them as the following file structur
27
  |-- (more models are coming soon!)
28
  ```
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  github repo: https://github.com/liangpan99/TokenHSI
31
  arXiv paper: https://arxiv.org/abs/2503.19901
 
2
  license: mit
3
  ---
4
 
5
+ # TokenHSI Checkpoint Instructions
6
 
7
  Please download the checkpoints and organize them as the following file structure:
8
 
 
27
  |-- (more models are coming soon!)
28
  ```
29
 
30
+ * We first provide four single-task environments, including path-following, sitting, climbing, and carrying. For each task, we train a specialized policy using AMP. The trained models are:
31
+ * single_task/ckpt_traj.pth
32
+ * single_task/ckpt_sit.pth
33
+ * single_task/ckpt_climb.pth
34
+ * single_task/ckpt_carry.pth
35
+
36
+ * We then provide our multi-task environment for training the versatile, unified transformer policy. The trained model is:
37
+ * tokenhsi/ckpt_stage1.pth
38
+
39
+ * Finally, we perform policy adaptation to generalize the learned skills to novel tasks. We list the trained models across various downstream tasks.
40
+ * Skill Composition
41
+ * Follow + Carry: tokenhsi/ckpt_stage2_comp_traj_carry.pth
42
+ * Sit + Carry: tokenhsi/ckpt_stage2_comp_sit_carry.pth
43
+ * Climb + Carry: tokenhsi/ckpt_stage2_comp_climb_carry.pth
44
+ * Object Shape Variation
45
+ * Chair: tokenhsi/ckpt_stage2_objShape_chair.pth
46
+ * Table: tokenhsi/ckpt_stage2_objShape_table.pth
47
+ * Terrain Shape Variation
48
+ * Follow: tokenhsi/ckpt_stage2_terrainShape_traj.pth
49
+ * Carry: tokenhsi/ckpt_stage2_terrainShape_carry.pth
50
+ * Long-horizon Task Completion
51
+ * tokenhsi/ckpt_stage2_long_task.pth
52
+
53
  github repo: https://github.com/liangpan99/TokenHSI
54
  arXiv paper: https://arxiv.org/abs/2503.19901