Update README.md
Browse files
README.md
CHANGED
@@ -69,5 +69,22 @@ action = model.step(obs, goal)
|
|
69 |
- **Learning Rate**: 0.0001
|
70 |
- **Weight Decay**: 0.05
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
## License
|
73 |
This model is released under the MIT license.
|
|
|
69 |
- **Learning Rate**: 0.0001
|
70 |
- **Weight Decay**: 0.05
|
71 |
|
72 |
+
|
73 |
+
## Citation
|
74 |
+
|
75 |
+
If you found the code usefull, please cite our work:
|
76 |
+
|
77 |
+
```bibtex
|
78 |
+
@misc{reuss2024efficient,
|
79 |
+
title={Efficient Diffusion Transformer Policies with Mixture of Expert Denoisers for Multitask Learning},
|
80 |
+
author={Moritz Reuss and Jyothish Pari and Pulkit Agrawal and Rudolf Lioutikov},
|
81 |
+
year={2024},
|
82 |
+
eprint={2412.12953},
|
83 |
+
archivePrefix={arXiv},
|
84 |
+
primaryClass={cs.LG}
|
85 |
+
}
|
86 |
+
```
|
87 |
+
|
88 |
+
|
89 |
## License
|
90 |
This model is released under the MIT license.
|