$\mathrm{SO}(2)$-Equivariant Reinforcement Learning
Dian Wang, Robin Walters, Robert Platt

TL;DR
This paper introduces equivariant neural network architectures for reinforcement learning, specifically in robotic manipulation, demonstrating improved sample efficiency by leveraging symmetry properties in $Q$-learning and actor-critic methods.
Contribution
It proposes equivariant DQN and SAC algorithms that incorporate symmetry structures, enhancing learning efficiency in rotationally symmetric tasks.
Findings
Equivariant models outperform non-equivariant ones in sample efficiency.
The proposed algorithms effectively leverage symmetry in robotic manipulation.
Experimental results show significant improvements over competing methods.
Abstract
Equivariant neural networks enforce symmetry within the structure of their convolutional layers, resulting in a substantial improvement in sample efficiency when learning an equivariant or invariant function. Such models are applicable to robotic manipulation learning which can often be formulated as a rotationally symmetric problem. This paper studies equivariant model architectures in the context of -learning and actor-critic reinforcement learning. We identify equivariant and invariant characteristics of the optimal -function and the optimal policy and propose equivariant DQN and SAC algorithms that leverage this structure. We present experiments that demonstrate that our equivariant versions of DQN and SAC can be significantly more sample efficient than competing algorithms on an important class of robotic manipulation problems.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Model Reduction and Neural Networks
