wsagi commited on
Commit
c7d8732
·
verified ·
1 Parent(s): 4d77147

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -25,7 +25,7 @@ _An [ACT (Action Chunking Transformer)](https://tonyzhaozh.github.io/aloha/) pol
25
 
26
  **🔗 项目仓库 / Project repos**:
27
  - [vitorcen/isaaclab-experience](https://github.com/vitorcen/isaaclab-experience) — Isaac Lab + LeIsaac 多策略横评(parent project)
28
- - [vitorcen/LeIsaac](https://github.com/vitorcen/LeIsaac) — LeIsaac fork(训练脚本 + 设计文档 / training scripts + design docs)
29
 
30
  ## TL;DR
31
 
@@ -66,8 +66,8 @@ _Training recipe_
66
  | Wall-clock | ~5 hours |
67
  | Recipe credit | [shadowHokage/act_policy](https://huggingface.co/shadowHokage/act_policy) |
68
 
69
- 训练入口脚本在我们的 LeIsaac fork:[`scripts/training/act/train.sh`](https://github.com/vitorcen/LeIsaac/blob/main/scripts/training/act/train.sh)。
70
- _Training entrypoint script lives in our LeIsaac fork: [`scripts/training/act/train.sh`](https://github.com/vitorcen/LeIsaac/blob/main/scripts/training/act/train.sh)._
71
 
72
  ## 评测结果
73
  _Eval results_
@@ -122,7 +122,7 @@ python -m lerobot.async_inference.policy_server --host 0.0.0.0 --port 8080
122
 
123
  ### 2. 客户端启动 LeIsaac eval
124
 
125
- 通过我们的 [vitorcen/LeIsaac](https://github.com/vitorcen/LeIsaac) fork:
126
 
127
  ```bash
128
  cd LeIsaac
@@ -158,7 +158,7 @@ _Related_
158
  - [`wsagi/DiffusionPolicy-PickOrange`](https://huggingface.co/wsagi/DiffusionPolicy-PickOrange) — 自训 Diffusion Policy (267M, DDIM 32-step swap)
159
  - [`shadowHokage/act_policy`](https://huggingface.co/shadowHokage/act_policy) — 同配方公开 ckpt(我们的复刻参考)
160
  - [`LightwheelAI/leisaac-pick-orange-v0`](https://huggingface.co/LightwheelAI/leisaac-pick-orange-v0) — GR00T N1.5 SOTA(30s 完成 3 颗)
161
- - 完整训练 + eval 配方:[vitorcen/LeIsaac](https://github.com/vitorcen/LeIsaac) fork
162
 
163
  ## 致谢
164
  _Acknowledgments_
 
25
 
26
  **🔗 项目仓库 / Project repos**:
27
  - [vitorcen/isaaclab-experience](https://github.com/vitorcen/isaaclab-experience) — Isaac Lab + LeIsaac 多策略横评(parent project)
28
+ - [vitorcen/LeIsaac-Training](https://github.com/vitorcen/LeIsaac-Training) — LeIsaac fork(训练脚本 + 设计文档 / training scripts + design docs)
29
 
30
  ## TL;DR
31
 
 
66
  | Wall-clock | ~5 hours |
67
  | Recipe credit | [shadowHokage/act_policy](https://huggingface.co/shadowHokage/act_policy) |
68
 
69
+ 训练入口脚本在我们的 LeIsaac fork:[`scripts/training/act/train.sh`](https://github.com/vitorcen/LeIsaac-Training/blob/main/scripts/training/act/train.sh)。
70
+ _Training entrypoint script lives in our LeIsaac fork: [`scripts/training/act/train.sh`](https://github.com/vitorcen/LeIsaac-Training/blob/main/scripts/training/act/train.sh)._
71
 
72
  ## 评测结果
73
  _Eval results_
 
122
 
123
  ### 2. 客户端启动 LeIsaac eval
124
 
125
+ 通过我们的 [vitorcen/LeIsaac-Training](https://github.com/vitorcen/LeIsaac-Training) fork:
126
 
127
  ```bash
128
  cd LeIsaac
 
158
  - [`wsagi/DiffusionPolicy-PickOrange`](https://huggingface.co/wsagi/DiffusionPolicy-PickOrange) — 自训 Diffusion Policy (267M, DDIM 32-step swap)
159
  - [`shadowHokage/act_policy`](https://huggingface.co/shadowHokage/act_policy) — 同配方公开 ckpt(我们的复刻参考)
160
  - [`LightwheelAI/leisaac-pick-orange-v0`](https://huggingface.co/LightwheelAI/leisaac-pick-orange-v0) — GR00T N1.5 SOTA(30s 完成 3 颗)
161
+ - 完整训练 + eval 配方:[vitorcen/LeIsaac-Training](https://github.com/vitorcen/LeIsaac-Training) fork
162
 
163
  ## 致谢
164
  _Acknowledgments_