LGOCMLJan 28, 2023

Beyond Exponentially Fast Mixing in Average-Reward Reinforcement Learning via Multi-Level Monte Carlo Actor-Critic

arXiv:2301.12083v224 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses stability issues in RL for practitioners dealing with sparse rewards or large state spaces, though it is incremental as it builds upon existing actor-critic frameworks.

The authors tackled the problem of reinforcement learning (RL) methods requiring exponential mixing assumptions for stability, which are often violated in large state spaces or sparse reward settings, by proposing a multi-level Monte Carlo actor-critic method (MAC) that does not rely on such assumptions and achieves comparable convergence rates to state-of-the-art algorithms, with experimental results showing superior performance in sparse reward problems.

Many existing reinforcement learning (RL) methods employ stochastic gradient iteration on the back end, whose stability hinges upon a hypothesis that the data-generating process mixes exponentially fast with a rate parameter that appears in the step-size selection. Unfortunately, this assumption is violated for large state spaces or settings with sparse rewards, and the mixing time is unknown, making the step size inoperable. In this work, we propose an RL methodology attuned to the mixing time by employing a multi-level Monte Carlo estimator for the critic, the actor, and the average reward embedded within an actor-critic (AC) algorithm. This method, which we call \textbf{M}ulti-level \textbf{A}ctor-\textbf{C}ritic (MAC), is developed especially for infinite-horizon average-reward settings and neither relies on oracle knowledge of the mixing time in its parameter selection nor assumes its exponential decay; it, therefore, is readily applicable to applications with slower mixing times. Nonetheless, it achieves a convergence rate comparable to the state-of-the-art AC algorithms. We experimentally show that these alleviated restrictions on the technical conditions required for stability translate to superior performance in practice for RL problems with sparse rewards.

Foundations

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

Your Notes