paper-with-me

Papers

Introducing Symmetries to Black Box Meta Reinforcement Learning

2021-09-22 · Louis Kirsch, Sebastian Flennerhag, Hado van Hasselt, Abram Friesen, Junhyuk Oh, Yutian Chen

Meta reinforcement learning (RL) attempts to discover new RL algorithms automatically from environment interaction. In so-called black-box approaches, the policy and the learning algorithm are jointly represented by a single neural network. These methods are very flexible, but they tend to underperform in terms of generalisation to new, unseen environments. In this paper, we explore the role of symmetries in meta-generalisation. We show that a recent successful meta RL approach that meta-learns an objective for backpropagation-based learning exhibits certain symmetries (specifically the reuse of the learning rule, and invariance to input and output permutations) that are not present in typical black-box meta RL systems. We hypothesise that these symmetries can play an important role in meta-generalisation. Building off recent work in black-box supervised meta learning, we develop a black-box meta RL system that exhibits these same symmetries. We show through careful experimentation that incorporating these symmetries can lead to algorithms with a greater ability to generalise to unseen action & observation spaces, tasks, and environments.

📄 PDF Abstract BibTeX arXiv:2109.10781

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-LearningMeta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Contextual Symmetries in Probabilistic Graphical Models

2016-06-30 · Ankit Anand, Aditya Grover, Mausam, Parag Singla

An important approach for efficient inference in probabilistic graphical models exploits symmetries among objects in the domain. Symmetric variables (states) are collapsed into meta-variables (meta-states) and inference …

READY: Reward Discovery for Meta-Black-Box Optimization

2026-01-29 · Zechuan Huang, Zhiguang Cao, Hongshu Guo, Yue-Jiao Gong 외 arxiv

Meta-Black-Box Optimization (MetaBBO) is an emerging avenue within Optimization community, where algorithm design policy could be meta-learned by reinforcement learning to enhance optimization performance. So far, the re…

Reinforcement Learning

The Empirical Impact of Neural Parameter Symmetries, or Lack Thereof

2024-05-30 · Derek Lim, Theo Moe Putterman, Robin Walters, Haggai Maron 외

Many algorithms and observed phenomena in deep learning appear to be affected by parameter symmetries -- transformations of neural network parameters that do not change the underlying neural network function. These inclu…

Linear Mode Connectivity

Hereditary Geometric Meta-RL: Nonlocal Generalization via Task Symmetries

2026-02-28 · Paul Nitschke, Shahriar Talebi arxiv

Meta-Reinforcement Learning (Meta-RL) commonly generalizes via smoothness in the task encoding. While this enables local generalization around each training task, it requires dense coverage of the task space and leaves r…

Reinforcement Learning

Koopman Q-learning: Offline Reinforcement Learning via Symmetries of Dynamics

2021-11-02 · Matthias Weissenbacher, Samarth Sinha, Animesh Garg, Yoshinobu Kawahara

Offline reinforcement learning leverages large datasets to train policies without interactions with the environment. The learned policies may then be deployed in real-world settings where interactions are costly or dange…

D4RLData AugmentationOffline RLQ-Learning+3