From d4acd20a599b287ed564d3ffb68d6eeeca620099 Mon Sep 17 00:00:00 2001 From: Pablo Samuel Castro Date: Fri, 4 Jan 2019 11:05:07 -0500 Subject: [PATCH] Add BibTeX entry for Dopamine white paper. PiperOrigin-RevId: 227857505 --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e273241..ae71a59c 100644 --- a/README.md +++ b/README.md @@ -223,11 +223,22 @@ Conference on Learning Representations, 2016.][prioritized_replay] ### Giving credit -If you use Dopamine in your work, we ask that you cite this repository as a -reference. The preferred format (authors in alphabetical order) is: +If you use Dopamine in your work, we ask that you cite our +[white paper][dopamine_paper]. Here is an example BibTeX entry: -Marc G. Bellemare, Pablo Samuel Castro, Carles Gelada, Saurabh Kumar, Subhodeep Moitra. -Dopamine, https://github.com/google/dopamine, 2018. +``` +@article{castro18dopamine, + author = {Pablo Samuel Castro and + Subhodeep Moitra and + Carles Gelada and + Saurabh Kumar and + Marc G. Bellemare}, + title = {Dopamine: {A} {R}esearch {F}ramework for {D}eep {R}einforcement {L}earning}, + year = {2018}, + url = {http://arxiv.org/abs/1812.06110}, + archivePrefix = {arXiv} +} +``` @@ -239,3 +250,4 @@ Dopamine, https://github.com/google/dopamine, 2018. [c51]: http://proceedings.mlr.press/v70/bellemare17a.html [rainbow]: https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/download/17204/16680 [iqn]: https://arxiv.org/abs/1806.06923 +[dopamine_paper]: https://arxiv.org/abs/1812.06110