From ef7ecef18654f473b829189f82a4206d05ed07c4 Mon Sep 17 00:00:00 2001 From: Eloi Alonso Date: Fri, 2 Sep 2022 14:04:43 +0200 Subject: [PATCH] Add link to arXiv and BibTeX. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c53fd2..21a0f2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Transformers are Sample Efficient World Models (IRIS) -[Transformers are Sample Efficient World Models](https://arXiv-url.com)
+[Transformers are Sample Efficient World Models](https://arxiv.org/abs/2209.00588)
[Vincent Micheli](https://vmicheli.github.io)\*, [Eloi Alonso](https://eloialonso.github.io)\*, [François Fleuret](https://fleuret.org/francois/)
\* Denotes equal contribution @@ -23,7 +23,12 @@ If you find this code or paper useful, please use the following reference: ``` -Coming soon +@article{iris2022, + title={Transformers are Sample Efficient World Models}, + author={Micheli, Vincent and Alonso, Eloi and Fleuret, François}, + journal={arXiv preprint arXiv:2209.00588}, + year={2022} +} ``` ## Setup