1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Adding bibtex to the README

This commit is contained in:
Itai Caspi
2018-01-03 21:11:57 +02:00
committed by GitHub
parent 93a54c7e8e
commit 645d9d47a9

View File

@@ -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