paper-with-me

Papers

Constrained Policy Optimization via Bayesian World Models

2022-01-24 · ICLR 2022 4 · Yarden As, Ilnura Usmanova, Sebastian Curi, Andreas Krause

Improving sample-efficiency and safety are crucial challenges when deploying reinforcement learning in high-stakes real world applications. We propose LAMBDA, a novel model-based approach for policy optimization in safety critical tasks modeled via constrained Markov decision processes. Our approach utilizes Bayesian world models, and harnesses the resulting uncertainty to maximize optimistic upper bounds on the task objective, as well as pessimistic upper bounds on the safety constraints. We demonstrate LAMBDA's state of the art performance on the Safety-Gym benchmark suite in terms of sample efficiency and constraint violation.

📄 PDF Abstract BibTeX arXiv:2201.09802

Code (1)

yardenas/la-mbda 공식 구현 tf

Tasks

reinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Constrained Bayesian Experimental Design via Online Planning

2026-05-26 · Yujia Guo, Daolang Huang, Xinyu Zhang, Sammie Katt 외 arxiv

Bayesian experimental design (BED) is a principled framework for data-efficient design of sequential experiments. However, existing BED methods are unable to adapt to dynamic constraints inherent in real-world tasks due …

Safe Exploration Using Bayesian World Models and Log-Barrier Optimization

2024-05-09 · Yarden As, Bhavya Sukhija, Andreas Krause

A major challenge in deploying reinforcement learning in online tasks is ensuring that safety is maintained throughout the learning process. In this work, we propose CERL, a new method for solving constrained Markov deci…

Safe Exploration

Bayesian Optimization for Policy Search via Online-Offline Experimentation

2019-04-01 · Benjamin Letham, Eytan Bakshy

Online field experiments are the gold-standard way of evaluating changes to real-world interactive machine learning systems. Yet our ability to explore complex, multi-dimensional policy spaces - such as those found in re…

Bayesian OptimizationBIG-bench Machine Learning

Constrained Bayesian Optimization under Bivariate Gaussian Process with Application to Cure Process Optimization

2025-05-30 · Yezhuo Li, Qiong Zhang, Madhura Limaye, Gang Li

Bayesian Optimization, leveraging Gaussian process models, has proven to be a powerful tool for minimizing expensive-to-evaluate objective functions by efficiently exploring the search space. Extensions such as constrain…

Bayesian OptimizationGaussian Processes

Transition Constrained Bayesian Optimization via Markov Decision Processes

2024-02-13 · Jose Pablo Folch, Calvin Tsay, Robert M Lee, Behrang Shafei 외

Bayesian optimization is a methodology to optimize black-box functions. Traditionally, it focuses on the setting where you can arbitrarily query the search space. However, many real-life problems do not offer this flexib…

Bayesian Optimization