Add link to paper, add robotics tag
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,9 +1,14 @@
|
|
|
|
|
|
|
|
1 |
# 🦾 Heterogenous Pre-trained Transformers
|
2 |
|
3 |
[Lirui Wang](https://liruiw.github.io/), [Xinlei Chen](https://xinleic.xyz/), [Jialiang Zhao](https://alanz.info/), [Kaiming He](https://people.csail.mit.edu/kaiming/)
|
4 |
|
5 |
Neural Information Processing Systems (Spotlight), 2024
|
6 |
|
|
|
|
|
7 |
You can find more details on our [project page](https://liruiw.github.io/hpt). An alternative clean implementation of HPT in Hugging Face can also be found [here](https://github.com/liruiw/lerobot/tree/hpt_squash/lerobot/common/policies/hpt).
|
8 |
|
9 |
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: robotics
|
3 |
+
---
|
4 |
# 🦾 Heterogenous Pre-trained Transformers
|
5 |
|
6 |
[Lirui Wang](https://liruiw.github.io/), [Xinlei Chen](https://xinleic.xyz/), [Jialiang Zhao](https://alanz.info/), [Kaiming He](https://people.csail.mit.edu/kaiming/)
|
7 |
|
8 |
Neural Information Processing Systems (Spotlight), 2024
|
9 |
|
10 |
+
Paper: https://huggingface.co/papers/2409.20537
|
11 |
+
|
12 |
You can find more details on our [project page](https://liruiw.github.io/hpt). An alternative clean implementation of HPT in Hugging Face can also be found [here](https://github.com/liruiw/lerobot/tree/hpt_squash/lerobot/common/policies/hpt).
|
13 |
|
14 |
|