LGMLMar 9, 2020

Zooming for Efficient Model-Free Reinforcement Learning in Metric Spaces

arXiv:2003.04069v120 citations
AI Analysis

This addresses the challenge of handling large state-action spaces in reinforcement learning for researchers and practitioners, though it is incremental as it builds on continuous bandit ideas.

The paper tackles the problem of efficient model-free reinforcement learning in continuous metric spaces by proposing ZoomRL, an online algorithm that adaptively discretizes the state-action space, achieving a worst-case regret of $ ilde{O}(H^{ rac{5}{2}} K^{ rac{d+1}{d+2}})$ and improved metric-dependent guarantees.

Despite the wealth of research into provably efficient reinforcement learning algorithms, most works focus on tabular representation and thus struggle to handle exponentially or infinitely large state-action spaces. In this paper, we consider episodic reinforcement learning with a continuous state-action space which is assumed to be equipped with a natural metric that characterizes the proximity between different states and actions. We propose ZoomRL, an online algorithm that leverages ideas from continuous bandits to learn an adaptive discretization of the joint space by zooming in more promising and frequently visited regions while carefully balancing the exploitation-exploration trade-off. We show that ZoomRL achieves a worst-case regret $\tilde{O}(H^{\frac{5}{2}} K^{\frac{d+1}{d+2}})$ where $H$ is the planning horizon, $K$ is the number of episodes and $d$ is the covering dimension of the space with respect to the metric. Moreover, our algorithm enjoys improved metric-dependent guarantees that reflect the geometry of the underlying space. Finally, we show that our algorithm is robust to small misspecification errors.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes