diff --git a/client/src/pages/guide/english/machine-learning/reinforcement-learning/index.md b/client/src/pages/guide/english/machine-learning/reinforcement-learning/index.md index a30381d30d..475f928095 100644 --- a/client/src/pages/guide/english/machine-learning/reinforcement-learning/index.md +++ b/client/src/pages/guide/english/machine-learning/reinforcement-learning/index.md @@ -4,7 +4,7 @@ title: Reinforcement Learning #### Suggested Reading: -- http://incompleteideas.net/sutton/book/the-book-2nd.html +- [Reinforcement Learning: An Introduction](http://incompleteideas.net/book/the-book-2nd.html) #### Reinforcement Learning @@ -26,3 +26,6 @@ Deep Adversarial Networks ## Use cases: Some applications of the reinforcement learning algorithms are computer played board games (Chess, Go), robotic hands, and self-driving cars. +## More information: +* [David Silver's RL course](http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html) +