LGAIMLJul 1, 2020

Group Equivariant Deep Reinforcement Learning

arXiv:2007.03437v135 citations
AI Analysis

This addresses the need for more efficient and robust RL agents in symmetric environments, representing an incremental advancement by applying equivariant architectures to RL.

The paper tackled the problem of learning symmetry-transformation equivariant representations in reinforcement learning by proposing Equivariant CNNs, resulting in dramatic performance and sample efficiency improvements with fewer parameters in symmetric environments.

In Reinforcement Learning (RL), Convolutional Neural Networks(CNNs) have been successfully applied as function approximators in Deep Q-Learning algorithms, which seek to learn action-value functions and policies in various environments. However, to date, there has been little work on the learning of symmetry-transformation equivariant representations of the input environment state. In this paper, we propose the use of Equivariant CNNs to train RL agents and study their inductive bias for transformation equivariant Q-value approximation. We demonstrate that equivariant architectures can dramatically enhance the performance and sample efficiency of RL agents in a highly symmetric environment while requiring fewer parameters. Additionally, we show that they are robust to changes in the environment caused by affine transformations.

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