Skip to content

Commit 48ac4b0

Browse files
authored
Update README.md
1 parent 3f7e39b commit 48ac4b0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the official repository containing code for the paper:
44

5-
[Exploring the Promise and Limits of Real-Time Recurrent Learning](https://arxiv.org/abs/2305.19044)
5+
[Exploring the Promise and Limits of Real-Time Recurrent Learning (ICLR 2024)](https://arxiv.org/abs/2305.19044)
66

77
## Contents
88
* `diagnostic` directory contains code for the copy task (Sec 4.1)
@@ -13,10 +13,12 @@ Separate license files can be found in each directory.
1313

1414
## BibTex
1515
```
16-
@article{irie2023exploring,
16+
@inproceedings{irie2023exploring,
1717
title={Exploring the Promise and Limits of Real-Time Recurrent Learning},
1818
author={Irie, Kazuki and Gopalakrishnan, Anand and Schmidhuber, J{\"u}rgen},
19-
journal={Preprint arXiv:2305.19044},
20-
year={2023}
19+
booktitle={International Conference on Learning Representations (ICLR)},
20+
address={Vienna, Austria},
21+
month=may,
22+
year=2024
2123
}
2224
```

0 commit comments

Comments
 (0)