LGFeb 22, 2022

Reward-Free Policy Space Compression for Reinforcement Learning

arXiv:2202.11079v17 citations
Originality Incremental advance
AI Analysis

This work addresses sample and computation inefficiencies in reinforcement learning for researchers and practitioners, though it appears incremental as it builds on existing compression and game-theoretic ideas.

The paper tackles the challenge of inefficient policy spaces in reinforcement learning by proposing a reward-free compression method that reduces the infinite policy set to a finite representative set, ensuring bounded Rényi divergence in state-action distributions, and demonstrates empirical results in simple domains.

In reinforcement learning, we encode the potential behaviors of an agent interacting with an environment into an infinite set of policies, the policy space, typically represented by a family of parametric functions. Dealing with such a policy space is a hefty challenge, which often causes sample and computation inefficiencies. However, we argue that a limited number of policies are actually relevant when we also account for the structure of the environment and of the policy parameterization, as many of them would induce very similar interactions, i.e., state-action distributions. In this paper, we seek for a reward-free compression of the policy space into a finite set of representative policies, such that, given any policy $π$, the minimum Rényi divergence between the state-action distributions of the representative policies and the state-action distribution of $π$ is bounded. We show that this compression of the policy space can be formulated as a set cover problem, and it is inherently NP-hard. Nonetheless, we propose a game-theoretic reformulation for which a locally optimal solution can be efficiently found by iteratively stretching the compressed space to cover an adversarial policy. Finally, we provide an empirical evaluation to illustrate the compression procedure in simple domains, and its ripple effects in reinforcement learning.

Foundations

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

Your Notes