From 42bbabee7cdeeed6e974b2198c1fec394d87a4eb Mon Sep 17 00:00:00 2001
From: Eloi Alonso <32040353+eloialonso@users.noreply.github.com>
Date: Wed, 1 Mar 2023 10:28:07 +0100
Subject: [PATCH] Update README.md
---
README.md | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 8d1862f..2530571 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Transformers are Sample Efficient World Models (IRIS)
+# Transformers are Sample-Efficient World Models (IRIS)
-[Transformers are Sample Efficient World Models](https://arxiv.org/abs/2209.00588)
+[Transformers are Sample-Efficient World Models](https://openreview.net/forum?id=vhFu1Acb0xb)
[Vincent Micheli](https://vmicheli.github.io)\*, [Eloi Alonso](https://eloialonso.github.io)\*, [François Fleuret](https://fleuret.org/francois/)
\* Denotes equal contribution
@@ -22,11 +22,13 @@
If you find this code or paper useful, please use the following reference:
```
-@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}
+@inproceedings{
+ iris2023,
+ title={Transformers are Sample-Efficient World Models},
+ author={Vincent Micheli and Eloi Alonso and Fran{\c{c}}ois Fleuret},
+ booktitle={The Eleventh International Conference on Learning Representations },
+ year={2023},
+ url={https://openreview.net/forum?id=vhFu1Acb0xb}
}
```