paper-with-me

Papers

Bayesian Robust Optimization for Imitation Learning

2020-07-24 · NeurIPS 2020 12 · Daniel S. Brown, Scott Niekum, Marek Petrik

One of the main challenges in imitation learning is determining what action an agent should take when outside the state distribution of the demonstrations. Inverse reinforcement learning (IRL) can enable generalization to new states by learning a parameterized reward function, but these approaches still face uncertainty over the true reward function and corresponding optimal policy. Existing safe imitation learning approaches based on IRL deal with this uncertainty using a maxmin framework that optimizes a policy under the assumption of an adversarial reward function, whereas risk-neutral IRL approaches either optimize a policy for the mean or MAP reward function. While completely ignoring risk can lead to overly aggressive and unsafe policies, optimizing in a fully adversarial sense is also problematic as it can lead to overly conservative policies that perform poorly in practice. To provide a bridge between these two extremes, we propose Bayesian Robust Optimization for Imitation Learning (BROIL). BROIL leverages Bayesian reward function inference and a user specific risk tolerance to efficiently optimize a robust policy that balances expected return and conditional value at risk. Our empirical results show that BROIL provides a natural way to interpolate between return-maximizing and risk-minimizing behaviors and outperforms existing risk-sensitive and risk-neutral inverse reinforcement learning algorithms. Code is available at https://github.com/dsbrown1331/broil.

📄 PDF Abstract BibTeX arXiv:2007.12315

Code (1)

dsbrown1331/broil 공식 구현

Tasks

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Local Bayesian Optimization of Motor Skills

2017-08-01 · ICML 2017 8 · Riad Akrour, Dmitry Sorokin, Jan Peters, Gerhard Neumann

Bayesian optimization is renowned for its sample efficiency but its application to higher dimensional tasks is impeded by its focus on global optimization. To scale to higher dimensional problems, we leverage the sa…

Bayesian Optimizationglobal-optimizationImitation Learning

Tuning Particle Accelerators with Safety Constraints using Bayesian Optimization

2022-03-26 · Johannes Kirschner, Mojmir Mutný, Andreas Krause, Jaime Coello de Portugal 외

Tuning machine parameters of particle accelerators is a repetitive and time-consuming task that is challenging to automate. While many off-the-shelf optimization algorithms are available, in practice their use is limited…

Bayesian Optimizationglobal-optimization

Discovering Many Diverse Solutions with Bayesian Optimization

2022-10-20 · Natalie Maus, Kaiwen Wu, David Eriksson, Jacob Gardner

Bayesian optimization (BO) is a popular approach for sample-efficient optimization of black-box objective functions. While BO has been successfully applied to a wide range of scientific applications, traditional approach…

Bayesian OptimizationDiversity

Bayesian Ensembling: Insights from Online Optimization and Empirical Bayes

2025-05-21 · Daniel Waxman, Fernando Llorente, Petar M. Djurić

We revisit the classical problem of Bayesian ensembles and address the challenge of learning optimal combinations of Bayesian models in an online, continual learning setting. To this end, we reinterpret existing approach…

Continual LearningEnsemble Learning

Optimizing the Unknown: Black Box Bayesian Optimization with Energy-Based Model and Reinforcement Learning

2025-10-22 · Ruiyao Miao, Junren Xiao, Shiya Tsang, Hui Xiong 외 arxiv

Existing Bayesian Optimization (BO) methods typically balance exploration and exploitation to optimize costly objective functions. However, these methods often suffer from a significant one-step bias, which may lead to c…

Reinforcement LearningGaussian Processes