Completed
Q-learning with UCB
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Provably Efficient Reinforcement Learning with Linear Function Approximation - Chi Jin
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Sequential Decision Making
- 3 Reinforcement Learning
- 4 Sample Efficiency
- 5 Value-based Algorithms
- 6 Exploration
- 7 Multi-armed Bandits
- 8 Upper Confidence Bound (UCB)
- 9 Q-learning with UCB
- 10 Beyond Tabular Setting
- 11 Linear Function Approximation
- 12 A Natural Algorithm
- 13 Linear MDP
- 14 Related Work