Skip to content

Add YouTube series on RL #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ A curated list of awesome reinforcement courses, video lectures, books, library
8. [Lecture 10: Reinforcement Learning 1](https://www.youtube.com/watch?v=ifma8G7LegE)
9. [Lecture 11: Reinforcement Learning 2](https://www.youtube.com/watch?v=Si1_YTw960c)
10. [MIT 6.S191: Reinforcement Learning](https://www.youtube.com/watch?v=93M1l_nrhpQ)
11. [Reinforcement Learning: A Six Part Series](https://youtu.be/NFo9v_yKQXA)
12. [The Bellman Equations, Dynamic Programming, and Generalized Policy Iteration](https://youtu.be/_j6pvGEchWU)
13. [Monte Carlo And Off-Policy Methods](https://youtu.be/bpUszPiWM7o)
14. [TD Learning, Sarsa, and Q-Learning](https://youtu.be/AJiG3ykOxmY)

### Papers
1. [Generalization in Reinforcement Learning: Successful examples using sparse coding, Richard S. Sutton](http://webdocs.cs.ualberta.ca/~sutton/papers/sutton-96.pdf)
Expand Down