Skip to content

Commit b4341f9

Browse files
authored
Add bibtex entry for white paper.
1 parent bc66570 commit b4341f9

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,26 @@ Conference on Learning Representations, 2016.][prioritized_replay]
223223

224224
### Giving credit
225225

226-
If you use Dopamine in your work, we ask that you cite this repository as a
227-
reference. The preferred format (authors in alphabetical order) is:
228-
229-
Marc G. Bellemare, Pablo Samuel Castro, Carles Gelada, Saurabh Kumar, Subhodeep Moitra.
230-
Dopamine, https://github.com/google/dopamine, 2018.
226+
If you use Dopamine in your work, we ask that you use the following BibTeX entry:
227+
```
228+
@article{DBLP:journals/corr/abs-1812-06110,
229+
author = {Pablo Samuel Castro and
230+
Subhodeep Moitra and
231+
Carles Gelada and
232+
Saurabh Kumar and
233+
Marc G. Bellemare},
234+
title = {Dopamine: {A} Research Framework for Deep Reinforcement Learning},
235+
journal = {CoRR},
236+
volume = {abs/1812.06110},
237+
year = {2018},
238+
url = {http://arxiv.org/abs/1812.06110},
239+
archivePrefix = {arXiv},
240+
eprint = {1812.06110},
241+
timestamp = {Tue, 01 Jan 2019 15:01:25 +0100},
242+
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1812-06110},
243+
bibsource = {dblp computer science bibliography, https://dblp.org}
244+
}
245+
```
231246

232247

233248

0 commit comments

Comments
 (0)