LGNov 4, 2021

Global Optimality and Finite Sample Analysis of Softmax Off-Policy Actor Critic under State Distribution Mismatch

arXiv:2111.02997v419 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of state distribution mismatch in reinforcement learning for practitioners, offering a more practical approach, though it is incremental as it builds on existing policy gradient methods.

The paper tackles the problem of off-policy actor-critic algorithms without density ratio correction, establishing global optimality and convergence rates in tabular settings. It achieves this by analyzing a stochastic approximation algorithm with time-inhomogeneous operators, removing restrictive assumptions from prior work.

In this paper, we establish the global optimality and convergence rate of an off-policy actor critic algorithm in the tabular setting without using density ratio to correct the discrepancy between the state distribution of the behavior policy and that of the target policy. Our work goes beyond existing works on the optimality of policy gradient methods in that existing works use the exact policy gradient for updating the policy parameters while we use an approximate and stochastic update step. Our update step is not a gradient update because we do not use a density ratio to correct the state distribution, which aligns well with what practitioners do. Our update is approximate because we use a learned critic instead of the true value function. Our update is stochastic because at each step the update is done for only the current state action pair. Moreover, we remove several restrictive assumptions from existing works in our analysis. Central to our work is the finite sample analysis of a generic stochastic approximation algorithm with time-inhomogeneous update operators on time-inhomogeneous Markov chains, based on its uniform contraction properties.

Code Implementations1 repo
Foundations

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

Your Notes