From 4bc36606f769f9e1dba6807d52d7c7a2225c13a1 Mon Sep 17 00:00:00 2001 From: DeepMind Technologies Ltd Date: Thu, 10 Oct 2019 12:06:29 -0600 Subject: [PATCH] Add bibtex entry for citations of use to main README PiperOrigin-RevId: 273996750 Change-Id: Ib803c4e13c8e644b9e5412803a8d038cb382aadf --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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}, +} +``` +