rail-berkeley nielsr HF staff commited on
Commit
0e62e4b
1 Parent(s): bd5ed29

Add link to paper (#1)

Browse files

- Add link to paper (abf280068db26df690fd7e93c768c3441f045dd3)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -4,4 +4,18 @@ pipeline_tag: robotics
4
  ---
5
  # CrossFormer
6
 
7
- See https://github.com/rail-berkeley/crossformer for instructions for using this model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
  # CrossFormer
6
 
7
+ See https://github.com/rail-berkeley/crossformer for instructions for using this model.
8
+
9
+ # Citation
10
+
11
+ ```bibtex
12
+ @misc{doshi2024scalingcrossembodiedlearningpolicy,
13
+ title={Scaling Cross-Embodied Learning: One Policy for Manipulation, Navigation, Locomotion and Aviation},
14
+ author={Ria Doshi and Homer Walke and Oier Mees and Sudeep Dasari and Sergey Levine},
15
+ year={2024},
16
+ eprint={2408.11812},
17
+ archivePrefix={arXiv},
18
+ primaryClass={cs.RO},
19
+ url={https://arxiv.org/abs/2408.11812},
20
+ }
21
+ ```