added citation
Browse files
README.md
CHANGED
|
@@ -2,3 +2,22 @@
|
|
| 2 |
license: mit
|
| 3 |
arxiv: 2509.09594
|
| 4 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
arxiv: 2509.09594
|
| 4 |
---
|
| 5 |
+
|
| 6 |
+
## Citation [optional]
|
| 7 |
+
|
| 8 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 9 |
+
|
| 10 |
+
**BibTeX:**
|
| 11 |
+
```
|
| 12 |
+
@inproceedings{garg2025objectreact,
|
| 13 |
+
title={ObjectReact: Learning Object-Relative Control for Visual Navigation},
|
| 14 |
+
author={Garg, Sourav and Craggs, Dustin and Bhat, Vineeth and Mares, Lachlan and Podgorski, Stefan and Krishna, Madhava and Dayoub, Feras and Reid, Ian},
|
| 15 |
+
booktitle={Conference on Robot Learning},
|
| 16 |
+
year={2025},
|
| 17 |
+
organization={PMLR}
|
| 18 |
+
}
|
| 19 |
+
```
|
| 20 |
+
**APA:**
|
| 21 |
+
```
|
| 22 |
+
Garg, S., Craggs, D., Bhat, V., Mares, L., Podgorski, S., Krishna, M., Dayoub, F., & Reid, I. (2025). ObjectReact: Learning object-relative control for visual navigation. Conference on Robot Learning. PMLR.
|
| 23 |
+
```
|