Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,31 @@ tags:
|
|
6 |
- decision making
|
7 |
- robot learning
|
8 |
- video generation
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- decision making
|
7 |
- robot learning
|
8 |
- video generation
|
9 |
+
---
|
10 |
+
|
11 |
+
## Introduction
|
12 |
+
|
13 |
+
**TL;DR:** We pretrain AdaWorld with continuous latent actions from thousands of environments, making it highly efficient for action transfer, world model adaptation, and visual planning, even with minimal interactions and finetuning steps.
|
14 |
+
|
15 |
+
- Project page: https://adaptable-world-model.github.io
|
16 |
+
- Paper: https://arxiv.org/abs/2503.18938
|
17 |
+
- Code: https://github.com/Little-Podi/AdaWorld
|
18 |
+
|
19 |
+
## How to Use
|
20 |
+
|
21 |
+
Check out https://github.com/Little-Podi/AdaWorld
|
22 |
+
|
23 |
+
## Citation
|
24 |
+
|
25 |
+
```bibtex
|
26 |
+
@article{gao2025adaworld,
|
27 |
+
title={AdaWorld: Learning Adaptable World Models with Latent Actions},
|
28 |
+
author={Gao, Shenyuan and Zhou, Siyuan and Du, Yilun and Zhang, Jun and Gan, Chuang},
|
29 |
+
journal={arXiv preprint arXiv:2503.18938},
|
30 |
+
year={2025}
|
31 |
+
}
|
32 |
+
```
|
33 |
+
|
34 |
+
## Contact
|
35 |
+
|
36 |
+
If you have any questions or comments, feel free to contact me through email sygao@connect.ust.hk
|