Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvablack authored Dec 14, 2023
1 parent 1acc2c8 commit f5d5b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ To evaluate on your own environment, simply wrap it in a Gym interface and follo
| Finetuning Loop | [finetune.py](scripts/finetune.py) | Main finetuning script. |
| Datasets | [dataset.py](octo/data/dataset.py) | Functions for creating single / interleaved datasets + data augmentation. |
| Tokenizers | [tokenizers.py](octo/model/components/tokenizers.py) | Tokenizers that encode image / text inputs into tokens. |
| Octo Model | [octo_model.py](octo/model/octo_model.py) | Main entrypoint for interacting with Octo models: loading, saving, and inference. |
| Octo Model | [octo_model.py](octo/model/octo_model.py) | Main entry point 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. |

Expand All @@ -144,7 +144,7 @@ To evaluate on your own environment, simply wrap it in a Gym interface and follo

```
@misc{octo_2023,
title={Octo: An Open-Source Generalist Robotics Policy},
title={Octo: An Open-Source Generalist Robot 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},
Expand Down

0 comments on commit f5d5b08

Please sign in to comment.