Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.52 KB

LipschitzQ.md

File metadata and controls

23 lines (13 loc) · 1.52 KB

Stochastic Lipschitz Q-Learning

Xu Zhu and David Dunson

Abstract

In an episodic Markov Decision Process (MDP) problem, an online algorithm chooses from a set of actions in a sequence of H trials, where H is the episode length, in order to maximize the total payoff of the chosen actions.

Q-learning, as the most popular model-free reinforcement learning (RL) algorithm, directly parameterizes and updates value functions without explicitly modeling the environment.

Recently, [12] studies the sample complexity of Q-learning with finite states and actions.

Their algorithm achieves nearly optimal regret, which shows that Q-learning can be made sample efficient.

However, MDPs with large discrete states and actions [21] or continuous spaces [19] cannot learn efficiently in this way.

Hence, it is critical to develop new algorithms to solve this dilemma with provable guarantee on the sample complexity.

With this motivation, we propose a novel algorithm that works for MDPs with a more general setting, which has infinitely many states and actions and assumes that the payoff function and transition kernel are Lipschitz continuous.

We also provide corresponding theory justification for our algorithm.

It achieves the regret $\tilde{\mathcal{O}}(K^{\frac{d+1}{d+2}}\sqrt{H^3})$, where K denotes the number of episodes and d denotes the dimension of the joint space.

To the best of our knowledge, this is the first analysis in the model-free setting whose established regret matches the lower bound up to a logarithmic factor.