LGAIOCNov 30, 2022

Policy Optimization over General State and Action Spaces

arXiv:2211.16715v319 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses the challenge of applying RL with provable guarantees to complex, non-enumerable spaces, which is incremental but important for broader RL applications.

The authors tackled reinforcement learning over general state and action spaces by generalizing policy mirror descent and introducing policy dual averaging with function approximation, establishing linear or sublinear convergence rates under exact policy evaluation and analyzing approximation errors.

Reinforcement learning (RL) problems over general state and action spaces are notoriously challenging. In contrast to the tableau setting, one can not enumerate all the states and then iteratively update the policies for each state. This prevents the application of many well-studied RL methods especially those with provable convergence guarantees. In this paper, we first present a substantial generalization of the recently developed policy mirror descent method to deal with general state and action spaces. We introduce new approaches to incorporate function approximation into this method, so that we do not need to use explicit policy parameterization at all. Moreover, we present a novel policy dual averaging method for which possibly simpler function approximation techniques can be applied. We establish linear convergence rate to global optimality or sublinear convergence to stationarity for these methods applied to solve different classes of RL problems under exact policy evaluation. We then define proper notions of the approximation errors for policy evaluation and investigate their impact on the convergence of these methods applied to general-state RL problems with either finite-action or continuous-action spaces. To the best of our knowledge, the development of these algorithmic frameworks as well as their convergence analysis appear to be new in the literature. Preliminary numerical results demonstrate the robustness of the aforementioned methods and show they can be competitive with state-of-the-art RL algorithms.

Foundations

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

Your Notes