Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ pipeline_tag: robotics
|
|
8 |
<h1> ALMI-trans </h1>
|
9 |
</div>
|
10 |
<h5 align="center">
|
11 |
-
<a href="https://almi-humanoid.github.io/"> 🔥 Homepage</a> | <a href="https://huggingface.co/datasets/TeleEmbodied/ALMI-X">⛁ Dataset</a> | <a href="https://huggingface.co/TeleEmbodied/ALMI-trans">🤗 Models</a> | <a href="https://
|
12 |
</h5>
|
13 |
|
14 |
This repo contains the humanoid foundation model trained using ALMI-X dataset as mentioned in our paper [Adversarial Locomotion and Motion Imitation for Humanoid Policy Learning](https://almi-humanoid.github.io/). We realse the exported models corresponding to `CL-20sl` and `CL-400sl` in our paper.
|
@@ -23,5 +23,14 @@ You can find model training and inference code [here](https://github.com/TeleHum
|
|
23 |
|
24 |
If you find our work helpful, please cite us:
|
25 |
|
26 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
```
|
|
|
8 |
<h1> ALMI-trans </h1>
|
9 |
</div>
|
10 |
<h5 align="center">
|
11 |
+
<a href="https://almi-humanoid.github.io/"> 🔥 Homepage</a> | <a href="https://huggingface.co/datasets/TeleEmbodied/ALMI-X">⛁ Dataset</a> | <a href="https://huggingface.co/TeleEmbodied/ALMI-trans">🤗 Models</a> | <a href="https://arxiv.org/abs/2504.14305">📑 Paper</a> | <a href="https://github.com/TeleHuman/ALMI-Open/">💻 Code</a>
|
12 |
</h5>
|
13 |
|
14 |
This repo contains the humanoid foundation model trained using ALMI-X dataset as mentioned in our paper [Adversarial Locomotion and Motion Imitation for Humanoid Policy Learning](https://almi-humanoid.github.io/). We realse the exported models corresponding to `CL-20sl` and `CL-400sl` in our paper.
|
|
|
23 |
|
24 |
If you find our work helpful, please cite us:
|
25 |
|
26 |
+
```
|
27 |
+
@misc{shi2025almi,
|
28 |
+
title={Adversarial Locomotion and Motion Imitation for Humanoid Policy Learning},
|
29 |
+
author={Jiyuan Shi and Xinzhe Liu and Dewei Wang and Ouyang Lu and Sören Schwertfeger and Fuchun Sun and Chenjia Bai and Xuelong Li},
|
30 |
+
year={2025},
|
31 |
+
eprint={2504.14305},
|
32 |
+
archivePrefix={arXiv},
|
33 |
+
primaryClass={cs.RO},
|
34 |
+
url={https://arxiv.org/abs/2504.14305},
|
35 |
+
}
|
36 |
```
|