Added David Silver's RL course (#19362)
Added link to a very good RL course Updated the broken Suggested readings link
This commit is contained in:
@ -4,7 +4,7 @@ title: Reinforcement Learning
|
|||||||
#### Suggested Reading:
|
#### Suggested Reading:
|
||||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
<!-- 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
|
#### Reinforcement Learning
|
||||||
<!-- Please add your working draft below in GitHub-flavored Markdown -->
|
<!-- Please add your working draft below in GitHub-flavored Markdown -->
|
||||||
@ -26,3 +26,6 @@ Deep Adversarial Networks
|
|||||||
## Use cases:
|
## Use cases:
|
||||||
Some applications of the reinforcement learning algorithms are computer played board games (Chess, Go), robotic hands, and self-driving cars.
|
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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user