From 7da87ae4663b3e5717b7641198ee03c4646ed955 Mon Sep 17 00:00:00 2001 From: Cyrille Rossant Date: Sun, 25 Sep 2016 09:18:49 +0200 Subject: [PATCH] Add Reinforcement Learning: An Introduction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 481dc5e..ec19bd5 100644 --- a/README.md +++ b/README.md @@ -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