AI Bibliography |
![]() |
Jin, C., Allen-Zhu, Z., Bubeck, S., & Jordan, M. I. 2018, Is q-learning provably efficient?. Paper presented at Advances in Neural Information Processing Systems. |
Resource type: Proceedings Article BibTeX citation key: Jin2018 View all bibliographic details |
Categories: Artificial Intelligence, Computer Science, Data Sciences, Decision Theory, General, Mathematics Subcategories: AI transfer learning, Analytics, Autonomous systems, Big data, Deep learning, Machine learning, Q-learning Creators: Allen-Zhu, Bubeck, Jin, Jordan Publisher: Collection: Advances in Neural Information Processing Systems |
Attachments |
Abstract |
Model-free reinforcement learning (RL) algorithms, such as Q-learning, directly parameterize and update value functions or policies without explicitly modeling the environment. They are typically simpler, more flexible to use, and thus more prevalent in modern deep RL than model-based approaches. However, empirical work has suggested that model-free algorithms may require more samples to learn [7, 22]. The theoretical question of “whether model-free algorithms can be made sample efficient” is one of the most fundamental questions in RL, and remains unsolved even in the basic scenario with finitely many states and actions. We prove that, in an episodic MDP setting, Q-learning with UCB exploration achieves regret O˜( √ H3SAT), where S and A are the numbers of states and actions, H is the number of steps per episode, and T is the total number of steps. This sample efficiency matches the optimal regret that can be achieved by any model-based approach, up to a single √ H factor. To the best of our knowledge, this is the first analysis in the model-free setting that establishes √ T regret without requiring access to a “simulator.”
|