← Search

Sebastian Flennerhag

9 accepted papers

2023

Discovering Evolution Strategies via Meta-Black-Box Optimization

ICLR 2023poster

Optimizing functions without access to gradients is the remit of black-box meth- ods such as evolution strategies. While highly general, their learning dynamics are often times heuristic and inflexible — exactly the limitations that meta-learning can address. Hence, we propose to discover effective…

2023

Discovering Policies with DOMiNO: Diversity Optimization Maintaining Near Optimality

ICLR 2023poster

In this work we propose a Reinforcement Learning (RL) agent that can discover complex behaviours in a rich environment with a simple reward function. We define diversity in terms of state-action occupancy measures, since policies with different occupancy measures visit different states on average. M…

Cited by 42SourcePDFScholar
2023

Optimistic Meta-Gradients

NeurIPS 2023poster

We study the connection between gradient-based meta-learning and convex optimisation. We observe that gradient descent with momentum is a special case of meta-gradients, and building on recent results in optimisation, we prove convergence rates for meta learning in the single task setting. While a m…

Cited by 4SourcePDFScholar
2023

ReLOAD: Reinforcement Learning with Optimistic Ascent-Descent for Last-Iterate Convergence in Constrained MDPs

ICML 2023poster

In recent years, reinforcement learning (RL) has been applied to real-world problems with increasing success. Such applications often require to put constraints on the agent's behavior. Existing algorithms for constrained RL (CRL) rely on gradient descent-ascent, but this approach comes with a cavea…

Cited by 23SourcePDFScholar
2022

Bootstrapped Meta-Learning

ICLR 2022oral

Meta-learning empowers artificial intelligence to increase its efficiency by learning how to learn. Unlocking this potential involves overcoming a challenging meta-optimisation problem. We propose an algorithm that tackles this problem by letting the meta-learner teach itself. The algorithm first bo…

Cited by 83SourcePDFScholar
2022

Introducing Symmetries to Black Box Meta Reinforcement Learning

AAAI 2022technical

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 underperf…

Cited by 38SourcePDFScholar
2020

Meta-Learning with Warped Gradient Descent

ICLR 2020talk

Learning an efficient update rule from data that promotes rapid learning of new tasks from the same distribution remains an open problem in meta-learning. Typically, previous works have approached this issue either by attempting to train a neural network that directly produces updates or by attempti…

Cited by 266SourcecodeScholar
2019

Transferring Knowledge across Learning Processes

ICLR 2019oral

In complex transfer learning scenarios new tasks might not be tightly linked to previous tasks. Approaches that transfer information contained only in the final parameters of a source model will therefore struggle. Instead, transfer learning at at higher level of abstraction is needed. We propose Le…

2018

Breaking the Activation Function Bottleneck through Adaptive Parameterization

NeurIPS 2018poster

Standard neural network architectures are non-linear only by virtue of a simple element-wise activation function, making them both brittle and excessively large. In this paper, we consider methods for making the feed-forward layer more flexible while preserving its basic structure. We develop simple…