LGAIOct 19, 2021

Neural Network Compatible Off-Policy Natural Actor-Critic Algorithm

arXiv:2110.10017v33 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of off-policy control in RL, enabling more efficient learning from pre-collected data, which is incremental as it builds on existing natural gradient methods by incorporating neural network compatibility.

The paper tackles the problem of learning optimal policies from existing data in reinforcement learning by proposing an off-policy natural actor-critic algorithm that uses state-action distribution correction and natural policy gradient for sample efficiency, and it demonstrates benefits over vanilla gradient methods on benchmark tasks.

Learning optimal behavior from existing data is one of the most important problems in Reinforcement Learning (RL). This is known as "off-policy control" in RL where an agent's objective is to compute an optimal policy based on the data obtained from the given policy (known as the behavior policy). As the optimal policy can be very different from the behavior policy, learning optimal behavior is very hard in the "off-policy" setting compared to the "on-policy" setting where new data from the policy updates will be utilized in learning. This work proposes an off-policy natural actor-critic algorithm that utilizes state-action distribution correction for handling the off-policy behavior and the natural policy gradient for sample efficiency. The existing natural gradient-based actor-critic algorithms with convergence guarantees require fixed features for approximating both policy and value functions. This often leads to sub-optimal learning in many RL applications. On the other hand, our proposed algorithm utilizes compatible features that enable one to use arbitrary neural networks to approximate the policy and the value function and guarantee convergence to a locally optimal policy. We illustrate the benefit of the proposed off-policy natural gradient algorithm by comparing it with the vanilla gradient actor-critic algorithm on benchmark RL tasks.

Foundations

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

Your Notes