English

Equivariant Ensembles and Regularization for Reinforcement Learning in Map-based Path Planning

Machine Learning 2024-12-31 v3 Robotics

Abstract

In reinforcement learning (RL), exploiting environmental symmetries can significantly enhance efficiency, robustness, and performance. However, ensuring that the deep RL policy and value networks are respectively equivariant and invariant to exploit these symmetries is a substantial challenge. Related works try to design networks that are equivariant and invariant by construction, limiting them to a very restricted library of components, which in turn hampers the expressiveness of the networks. This paper proposes a method to construct equivariant policies and invariant value functions without specialized neural network components, which we term equivariant ensembles. We further add a regularization term for adding inductive bias during training. In a map-based path planning case study, we show how equivariant ensembles and regularization benefit sample efficiency and performance.

Keywords

Cite

@article{arxiv.2403.12856,
  title  = {Equivariant Ensembles and Regularization for Reinforcement Learning in Map-based Path Planning},
  author = {Mirco Theile and Hongpeng Cao and Marco Caccamo and Alberto L. Sangiovanni-Vincentelli},
  journal= {arXiv preprint arXiv:2403.12856},
  year   = {2024}
}

Comments

Accepted at IROS 2024. A video can be found here: https://youtu.be/L6NOdvU7n7s. The code is available at https://github.com/theilem/uavSim

R2 v1 2026-06-28T15:25:57.071Z