Minimax Optimal Q Learning with Nearest Neighbors

Analyzing the Markov decision process (MDP) with continuous state spaces is generally challenging. A recent interesting work \cite{shah2018q} solves MDP with bounded continuous state space by a nearest neighbor learning approach, which has a sample complexity of for -accurate function estimation with discount factor . In this paper, we propose two new nearest neighbor learning methods, one for the offline setting and the other for the online setting. We show that the sample complexities of these two methods are and for offline and online methods respectively, which significantly improve over existing results and have minimax optimal dependence over . We achieve such improvement by utilizing the samples more efficiently. In particular, the method in \cite{shah2018q} clears up all samples after each iteration, thus these samples are somewhat wasted. On the other hand, our offline method does not remove any samples, and our online method only removes samples with time earlier than at time with being a tunable parameter, thus our methods significantly reduce the loss of information. Apart from the sample complexity, our methods also have additional advantages of better computational complexity, as well as suitability to unbounded state spaces.
View on arXiv