Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- robotics
|
4 |
+
pipeline_tag: robotics
|
5 |
+
---
|
6 |
+
|
7 |
+
<div align="center">
|
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://almi-humanoid.github.io/">📑 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.
|
15 |
+
|
16 |
+
You can find model training and inference code [here](https://github.com/TeleHuman/ALMI-Open/). Following the guidance you can train and play your own humanoid foundation model in Mujoco simulation with ALMI-X dataset.
|
17 |
+
|
18 |
+
# ALMI-X Collection and Model Architecture
|
19 |
+
|
20 |
+

|
21 |
+
|
22 |
+
# Citation
|
23 |
+
|
24 |
+
If you find our work helpful, please cite us:
|
25 |
+
|
26 |
+
```coming soon
|
27 |
+
```
|