From e07732a5203d996c19acfcac355109573155aca3 Mon Sep 17 00:00:00 2001 From: Prabhat Date: Tue, 3 Dec 2019 20:58:46 +0900 Subject: [PATCH 1/4] adds bibtex to the readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4de7294a1..370b053bb 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,18 @@ Any kind of contribution to ChainerRL would be highly appreciated! If you are in ## License [MIT License](LICENSE). + +## Citations + +If you use ChainerRL for your research, we ask that you cite the following paper: + +``` +@InProceedings{fujita2019chainerrl, + author = {Fujita, Yasuhiro and Kataoka, Toshiki and Nagarajan, Prabhat and Ishikawa, Takahiro}, + title = {ChainerRL: A Deep Reinforcement Learning Library}, + booktitle = {NeurIPS 2019 Deep Reinforcement Learning Workshop}, + location = {Vancouver, Canada}, + month = {December}, + year = {2019} +} +``` From 99676dc6263511c175d99c3da24c7edfe16780bb Mon Sep 17 00:00:00 2001 From: Prabhat Date: Thu, 5 Dec 2019 20:03:27 +0900 Subject: [PATCH 2/4] changes citation string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 370b053bb..22685303f 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Any kind of contribution to ChainerRL would be highly appreciated! If you are in ## Citations -If you use ChainerRL for your research, we ask that you cite the following paper: +To cite ChainerRL in publications: ``` @InProceedings{fujita2019chainerrl, From fe1b47a1f0f183976ce6c662f420e2ad95f8eda2 Mon Sep 17 00:00:00 2001 From: Prabhat Date: Tue, 10 Dec 2019 15:17:08 +0900 Subject: [PATCH 3/4] reflects new style recommendation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22685303f..0f3b1a31f 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To cite ChainerRL in publications: @InProceedings{fujita2019chainerrl, author = {Fujita, Yasuhiro and Kataoka, Toshiki and Nagarajan, Prabhat and Ishikawa, Takahiro}, title = {ChainerRL: A Deep Reinforcement Learning Library}, - booktitle = {NeurIPS 2019 Deep Reinforcement Learning Workshop}, + booktitle = {Workshop on Deep Reinforcement Learning at the 33rd Conference on Neural InformationProcessing Systems}, location = {Vancouver, Canada}, month = {December}, year = {2019} From 7c5ef8fb4dc920dedfc6d1ad7b85983877cf416d Mon Sep 17 00:00:00 2001 From: Prabhat Date: Tue, 10 Dec 2019 15:17:36 +0900 Subject: [PATCH 4/4] fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3b1a31f..61ed2ff49 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To cite ChainerRL in publications: @InProceedings{fujita2019chainerrl, author = {Fujita, Yasuhiro and Kataoka, Toshiki and Nagarajan, Prabhat and Ishikawa, Takahiro}, title = {ChainerRL: A Deep Reinforcement Learning Library}, - booktitle = {Workshop on Deep Reinforcement Learning at the 33rd Conference on Neural InformationProcessing Systems}, + booktitle = {Workshop on Deep Reinforcement Learning at the 33rd Conference on Neural Information Processing Systems}, location = {Vancouver, Canada}, month = {December}, year = {2019}