Add model card, link to paper and project page
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: robotics
|
| 4 |
---
|
| 5 |
+
|
| 6 |
+
# OpenHLM: An Empirical Recipe for Whole-Body Humanoid Loco-Manipulation
|
| 7 |
+
|
| 8 |
+
This repository contains checkpoints for **OpenHLM**, a whole-body native vision-language-action (VLA) model that maps language and camera pixels directly to all of the humanoid robot's degrees of freedom.
|
| 9 |
+
|
| 10 |
+
- **Project Page:** [https://openhlm-project.github.io/](https://openhlm-project.github.io/)
|
| 11 |
+
- **Paper:** [OpenHLM: An Empirical Recipe for Whole-Body Humanoid Loco-Manipulation](https://huggingface.co/papers/2606.22174)
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
+
|
| 15 |
+
```bibtex
|
| 16 |
+
@article{openhlm2026,
|
| 17 |
+
title={OpenHLM: An Empirical Recipe for Whole-Body Humanoid Loco-Manipulation},
|
| 18 |
+
author={Anonymous},
|
| 19 |
+
journal={arXiv preprint arXiv:2606.22174},
|
| 20 |
+
year={2026}
|
| 21 |
+
}
|
| 22 |
+
```
|