nielsr HF staff commited on
Commit
abf2800
·
verified ·
1 Parent(s): bd5ed29

Add link to paper

Browse files

Hi,

This PR ensures the model can be viewed from https://huggingface.co/papers/2408.11812 (feel free to claim the paper so that it appears under your HF profile).

Kind regards,

Niels
Open-source @ HF

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
+ ```