Added David Silver's RL course (#19362)

Added link to a very good RL course
Updated the broken Suggested readings link
pull/19359/merge
UTpH 2018-10-16 00:52:44 -04:00 committed by Quincy Larson
parent 107eed4a76
commit 593e66ab6b
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@ title: Reinforcement Learning
#### Suggested Reading:
<!-- Please add any articles you think might be helpful to read before writing the article -->
- http://incompleteideas.net/sutton/book/the-book-2nd.html
- [Reinforcement Learning: An Introduction](http://incompleteideas.net/book/the-book-2nd.html)
#### Reinforcement Learning
<!-- Please add your working draft below in GitHub-flavored Markdown -->
@ -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)