Update README.md
Browse files
README.md
CHANGED
@@ -12,3 +12,16 @@ You can use our pretrained model with the same behavior dimensions to finetune o
|
|
12 |
---
|
13 |
license: apache-2.0
|
14 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
license: apache-2.0
|
14 |
---
|
15 |
+
|
16 |
+
## 📝 Citation
|
17 |
+
|
18 |
+
If you find our model or dataset useful, please consider citing as follows:
|
19 |
+
|
20 |
+
```
|
21 |
+
@article{liang2024make,
|
22 |
+
title={Make-An-Agent: A Generalizable Policy Network Generator with Behavior-Prompted Diffusion},
|
23 |
+
author={Liang, Yongyuan and Xu, Tingqiang and Hu, Kaizhe and Jiang, Guangqi and Huang, Furong and Xu, Huazhe},
|
24 |
+
journal={arXiv preprint arXiv:2407.10973},
|
25 |
+
year={2024}
|
26 |
+
}
|
27 |
+
```
|