← Search

Felix Berkenkamp

16 accepted papers

2024

MALIBO: Meta-learning for Likelihood-free Bayesian Optimization

ICML 2024spotlight

Bayesian optimization (BO) is a popular method to optimize costly black-box functions, and meta-learning has emerged as a way to leverage knowledge from related tasks to optimize new tasks faster. However, existing meta-learning methods for BO rely on surrogate models that are not scalable or are se…

2024

Scalable Meta-Learning with Gaussian Processes

AISTATS 2024poster

Meta-learning is a powerful approach that exploits historical data to quickly solve new tasks from the same distribution. In the low-data regime, methods based on the closed-form posterior of Gaussian processes (GP) together with Bayesian optimization have achieved high performance. However, these m…

Cited by 5SourcePDFScholar
2023

Model-Based Uncertainty in Value Functions

AISTATS 2023poster

We consider the problem of quantifying uncertainty over expected cumulative rewards in model-based reinforcement learning. In particular, we focus on characterizing the variance over values induced by a distribution over MDPs. Previous work upper bounds the posterior variance over values by solving…

2022

Information-Theoretic Safe Exploration with Gaussian Processes

NeurIPS 2022accept

We consider a sequential decision making task where we are not allowed to evaluate parameters that violate an a priori unknown (safety) constraint. A common approach is to place a Gaussian process prior on the unknown constraint and allow evaluations only in regions that are safe with high probabili…

2022

On-Policy Model Errors in Reinforcement Learning

ICLR 2022poster

Model-free reinforcement learning algorithms can compute policy gradients given sampled environment transitions, but require large amounts of data. In contrast, model-based methods can use the learned model to generate new data, but model errors and bias can render learning unstable or suboptimal. I…

Cited by 10SourcePDFScholar
2022

Transfer Learning with Gaussian Processes for Bayesian Optimization

AISTATS 2022poster

Bayesian optimization is a powerful paradigm to optimize black-box functions based on scarce and noisy data. Its data efficiency can be further improved by transfer learning from related tasks. While recent transfer models meta-learn a prior based on large amount of data, in the low-data regime meth…

2020

Efficient Model-Based Reinforcement Learning through Optimistic Policy Search and Planning

NeurIPS 2020spotlight

Model-based reinforcement learning algorithms with probabilistic dynamical models are amongst the most data-efficient learning methods. This is often attributed to their ability to distinguish between epistemic and aleatoric uncertainty. However, while most algorithms distinguish these two uncertain…

2020

Keep Doing What Worked: Behavior Modelling Priors for Offline Reinforcement Learning

ICLR 2020poster

Off-policy reinforcement learning algorithms promise to be applicable in settings where only a fixed data-set (batch) of environment interactions is available and no new experience can be acquired. This property makes these algorithms appealing for real world problems such as robot control. In pract…

Cited by 330SourceScholar
2019

Information-Directed Exploration for Deep Reinforcement Learning

ICLR 2019poster

Efficient exploration remains a major challenge for reinforcement learning. One reason is that the variability of the returns often depends on the current state and action, and is therefore heteroscedastic. Classical exploration strategies such as upper confidence bound algorithms and Thompson sampl…

2018

The Lyapunov Neural Network: Adaptive Stability Certification for Safe Learning of Dynamical Systems

CoRL 2018

Learning algorithms have shown considerable prowess in simulation by allowing robots to adapt to uncertain environments and improve their performance. However, such algorithms are rarely used in practice on safety-critical systems, since the learned policy typically does not yield any safety guarant

2018

Verifying Controllers Against Adversarial Examples with Bayesian Optimization

ICRA 2018poster

Recent successes in reinforcement learning have lead to the development of complex controllers for realworld robots. As these robots are deployed in safety-critical applications and interact with humans, it becomes critical to ensure safety in order to avoid causing harm. A first step in this direct…

Cited by 63SourcecodeScholar
2017

Safe Model-based Reinforcement Learning with Stability Guarantees

NeurIPS 2017poster

Reinforcement learning is a powerful paradigm for learning optimal policies from experimental data. However, to find optimal policies, most reinforcement learning algorithms explore all possible actions, which may be harmful for real-world systems. As a consequence, learning algorithms are rarely ap…

2017

Virtual vs. real: Trading off simulations and physical experiments in reinforcement learning with Bayesian optimization

ICRA 2017poster

In practice, the parameters of control policies are often tuned manually. This is time-consuming and frustrating. Reinforcement learning is a promising alternative that aims to automate this process, yet often requires too many experiments to be practical. In this paper, we propose a solution to thi…

Cited by 176SourceScholar
2016

Safe Exploration in Finite Markov Decision Processes with Gaussian Processes

NeurIPS 2016poster

In classical reinforcement learning agents accept arbitrary short term loss for long term gain when exploring their environment. This is infeasible for safety critical applications such as robotics, where even a single unsafe action may cause system failure or harm the environment. In this paper, we…

2016

Safe controller optimization for quadrotors with Gaussian processes

ICRA 2016

One of the most fundamental problems when designing controllers for dynamic systems is the tuning of the controller parameters. Typically, a model of the system is used to obtain an initial controller, but ultimately the controller parameters must be tuned manually on the real system to achieve the

Cited by 329SourcecodeScholar