English

Single-partition adaptive Q-learning

Machine Learning 2020-07-15 v1 Machine Learning

Abstract

This paper introduces single-partition adaptive Q-learning (SPAQL), an algorithm for model-free episodic reinforcement learning (RL), which adaptively partitions the state-action space of a Markov decision process (MDP), while simultaneously learning a time-invariant policy (i. e., the mapping from states to actions does not depend explicitly on the episode time step) for maximizing the cumulative reward. The trade-off between exploration and exploitation is handled by using a mixture of upper confidence bounds (UCB) and Boltzmann exploration during training, with a temperature parameter that is automatically tuned as training progresses. The algorithm is an improvement over adaptive Q-learning (AQL). It converges faster to the optimal solution, while also using fewer arms. Tests on episodes with a large number of time steps show that SPAQL has no problems scaling, unlike AQL. Based on this empirical evidence, we claim that SPAQL may have a higher sample efficiency than AQL, thus being a relevant contribution to the field of efficient model-free RL methods.

Keywords

Cite

@article{arxiv.2007.06741,
  title  = {Single-partition adaptive Q-learning},
  author = {João Pedro Araújo and Mário Figueiredo and Miguel Ayala Botto},
  journal= {arXiv preprint arXiv:2007.06741},
  year   = {2020}
}

Comments

34 pages, 15 figures

R2 v1 2026-06-23T17:05:42.276Z