From 645d9d47a9e60903a86f24032112088dd565dc82 Mon Sep 17 00:00:00 2001 From: Itai Caspi <30383381+itaicaspi-intel@users.noreply.github.com> Date: Wed, 3 Jan 2018 21:11:57 +0200 Subject: [PATCH] Adding bibtex to the README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 27f988a..83d7368 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Coach +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1134898.svg)](https://doi.org/10.5281/zenodo.1134898) + ## Overview Coach is a python reinforcement learning research framework containing implementation of many state-of-the-art algorithms. @@ -222,6 +224,22 @@ python3 coach.py -p Hopper_A3C -n 16 * Behavioral Cloning (BC) ([code](agents/bc_agent.py)) +## Citation + +If you used Coach for your work, please use the following citation: + +``` +@misc{caspi_itai_2017_1134899, + author = {Caspi, Itai and + Leibovich, Gal and + Novik, Gal}, + title = {Reinforcement Learning Coach}, + month = dec, + year = 2017, + doi = {10.5281/zenodo.1134899}, + url = {https://doi.org/10.5281/zenodo.1134899} +} +``` ## Disclaimer