diff --git a/README.md b/README.md index 6ce3ee4f09..f3e31fce8d 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,25 @@ For a longer introduction to the core concepts, formalisms, and terminology, including an overview of the algorithms and some results, please see [OpenSpiel: A Framework for Reinforcement Learning in Games](https://arxiv.org/abs/1908.09453). +If you use OpenSpiel in a research paper, please cite the paper using the +following BibTeX: + +``` +@article{LanctotEtAl2019OpenSpiel, + title = {{OpenSpiel}: A Framework for Reinforcement Learning in Games}, + author = {Marc Lanctot and Edward Lockhart and Jean-Baptiste Lespiau and Vinicius Zambaldi and + Satyaki Upadhyay and Julien P\'{e}rolat and Sriram Srinivasan and Finbarr Timbers and + Karl Tuyls and Shayegan Omidshafiei and Daniel Hennes and Dustin Morrill and Paul Muller and + Timo Ewalds and Ryan Faulkner and J\'{a}nos Kramár and Bart De Vylder and Brennan Saeta and + James Bradbury and David Ding and Sebastian Borgeaud and Matthew Lai and Julian Schrittwieser and + Thomas Anthony and Edward Hughes and Ivo Danihelka and Jonah Ryan-Davis}, + year = {2019}, + eprint = {1908.09453}, + archivePrefix = {arXiv}, + primaryClass = {cs.LG} + journal = {CoRR}, + volume = {abs/1908.09453}, + url = {http://arxiv.org/abs/1908.09453}, +} +``` +