LGAICVROSYFeb 10, 2021

Policy Augmentation: An Exploration Strategy for Faster Convergence of Deep Reinforcement Learning Algorithms

arXiv:2102.05249v1Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of slow convergence in deep reinforcement learning for researchers and practitioners, though it appears incremental as it builds on existing exploration strategies.

The paper tackles the problem of inefficient exploration in deep reinforcement learning by introducing Policy Augmentation, a novel algorithm that augments values of unexplored state-action pairs using inductive matrix completion, resulting in faster convergence as demonstrated in experiments.

Despite advancements in deep reinforcement learning algorithms, developing an effective exploration strategy is still an open problem. Most existing exploration strategies either are based on simple heuristics, or require the model of the environment, or train additional deep neural networks to generate imagination-augmented paths. In this paper, a revolutionary algorithm, called Policy Augmentation, is introduced. Policy Augmentation is based on a newly developed inductive matrix completion method. The proposed algorithm augments the values of unexplored state-action pairs, helping the agent take actions that will result in high-value returns while the agent is in the early episodes. Training deep reinforcement learning algorithms with high-value rollouts leads to the faster convergence of deep reinforcement learning algorithms. Our experiments show the superior performance of Policy Augmentation. The code can be found at: https://github.com/arashmahyari/PolicyAugmentation.

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