Difference between revisions of "10-601 Reinforcement Learning"
From Cohen Courses
Jump to navigationJump to search (→Slides) |
|||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
=== Readings === | === Readings === | ||
− | * . | + | * Mitchell, Chapter 13 |
+ | * Kaelbling et al., Reinforcement Learning: A Survey | ||
=== What You Should Know === | === What You Should Know === | ||
− | * | + | * Learning to choose optimal actions |
+ | * From delayed rewards | ||
+ | * By learning evaluation functions like V(s) and Q(s,a). |
Latest revision as of 20:11, 20 April 2016
This a lecture used in the Syllabus for Machine Learning 10-601B in Spring 2016
Slides
Readings
- Mitchell, Chapter 13
- Kaelbling et al., Reinforcement Learning: A Survey
What You Should Know
- Learning to choose optimal actions
- From delayed rewards
- By learning evaluation functions like V(s) and Q(s,a).