LGAIOCMLJun 22, 2020

Sample-Efficient Reinforcement Learning of Undercomplete POMDPs

arXiv:2006.12484v280 citations
AI Analysis

This work addresses the problem of efficient learning in POMDPs for AI and robotics applications, offering a novel solution for a specific subclass with theoretical guarantees.

The paper tackles the challenge of sample-efficient reinforcement learning in partially observable Markov decision processes (POMDPs) by introducing an algorithm, OOM-UCB, for undercomplete POMDPs, achieving an optimal sample complexity of ̃O(1/ε^2) for finding an ε-optimal policy.

Partial observability is a common challenge in many reinforcement learning applications, which requires an agent to maintain memory, infer latent states, and integrate this past information into exploration. This challenge leads to a number of computational and statistical hardness results for learning general Partially Observable Markov Decision Processes (POMDPs). This work shows that these hardness barriers do not preclude efficient reinforcement learning for rich and interesting subclasses of POMDPs. In particular, we present a sample-efficient algorithm, OOM-UCB, for episodic finite undercomplete POMDPs, where the number of observations is larger than the number of latent states and where exploration is essential for learning, thus distinguishing our results from prior works. OOM-UCB achieves an optimal sample complexity of $\tilde{\mathcal{O}}(1/\varepsilon^2)$ for finding an $\varepsilon$-optimal policy, along with being polynomial in all other relevant quantities. As an interesting special case, we also provide a computationally and statistically efficient algorithm for POMDPs with deterministic state transitions.

Foundations

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

Your Notes