Update README.md
Browse files
README.md
CHANGED
@@ -31,4 +31,13 @@ from lerobot.common.policies.diffusion.modeling_diffusion import DiffusionPolicy
|
|
31 |
policy = DiffusionPolicy.from_pretrained("RafaelJaime/pusht-diffusion")
|
32 |
```
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
Published on 2025-04-28
|
|
|
31 |
policy = DiffusionPolicy.from_pretrained("RafaelJaime/pusht-diffusion")
|
32 |
```
|
33 |
|
34 |
+
# Citation
|
35 |
+
```bibtex
|
36 |
+
@article{chi2024diffusionpolicy,
|
37 |
+
author = {Cheng Chi and Zhenjia Xu and Siyuan Feng and Eric Cousineau and Yilun Du and Benjamin Burchfiel and Russ Tedrake and Shuran Song},
|
38 |
+
title = {Diffusion Policy: Visuomotor Policy Learning via Action Diffusion},
|
39 |
+
journal = {The International Journal of Robotics Research},
|
40 |
+
year = {2024}
|
41 |
+
}
|
42 |
+
```
|
43 |
Published on 2025-04-28
|