Add Reinforcement Learning: An Introduction

This commit is contained in:
Cyrille Rossant 2016-09-25 09:18:49 +02:00 committed by GitHub
parent f26dc9f2ef
commit 7da87ae466

View File

@ -327,6 +327,7 @@ A curated list of awesome mathematics resources.
* [An Introduction to Statistical Learning with Applications in R](http://www-bcf.usc.edu/~gareth/ISL/ISLR%20First%20Printing.pdf) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani
* [The Elements of Statistical Learning](http://web.stanford.edu/~hastie/Papers/ESLII.pdf) - Trevor Hastie, Robert Tibshirani, Jerome Friedman
* [Statistical Learning Theory](https://web.stanford.edu/class/cs229t/notes.pdf) - Percy Liang
* [Reinforcement Learning: An Introduction](https://webdocs.cs.ualberta.ca/~sutton/book/bookdraft2016sep.pdf) - Richard S. Sutton, Andrew G. Barto
## Numerical Analysis