mbreuss commited on
Commit
c348288
1 Parent(s): e18392c

Update README.md

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