Skip to content

Commit

Permalink
add citation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kpertsch committed Dec 14, 2023
1 parent 6fb4e11 commit 8687fcb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,15 @@ To evaluate on your own environment, simply wrap it in a Gym interface and follo
| Octo Model | [octo_model.py](octo/model/octo_model.py) | Main entrypoint for interacting with Octo models: loading, saving, and inference. |
| Model Architecture | [octo_module.py](octo/model/octo_module.py) | Combines token sequencing, transformer backbone and readout heads. |
| Visualization | [visualization_lib.py](octo/utils/visualization_lib.py) | Utilities for offline qualitative & quantitative eval. |


## Citation

```
@misc{octo_2023,
title={Octo: An Open-Source Generalist Robotics Policy},
author = {{Octo Model Team} and Dibya Ghosh and Homer Walke and Karl Pertsch and Kevin Black and Oier Mees and Sudeep Dasari and Joey Hejna and Charles Xu and Jianlan Luo and Tobias Kreiman and {You Liang} Tan and Dorsa Sadigh and Chelsea Finn and Sergey Levine},
howpublished = {\url{https://octo-models.github.io}},
year = {2023},
}
```

0 comments on commit 8687fcb

Please sign in to comment.