paper-with-me

홈 › Papers

VOCE: Variational Optimization with Conservative Estimation for Offline Safe Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

Offline safe reinforcement learning (RL) algorithms promise to learn policies that satisfy safety constraints directly in offline datasets without interacting with the environment. This arrangement is particularly important in scenarios with high sampling costs and potential dangers, such as autonomous driving and robotics. However, the influence of safety constraints and out-of-distribution (OOD) actions have made it challenging for previous methods to achieve high reward returns while ensuring safety. In this work, we propose a Variational Optimization with Conservative Eestimation algorithm (VOCE) to solve the problem of optimizing safety policies in the offline dataset. Concretely, we reframe the problem of offline safe RL using probabilistic inference, which introduces variational distributions to make the optimization of policies more flexible. Subsequently, we utilize pessimistic estimation methods to estimate the Q-value of cost and reward, which mitigates the extrapolation errors induced by OOD actions. Finally, extensive experiments demonstrate that the VOCE algorithm achieves competitive performance across multiple experimental tasks, particularly outperforming state-of-the-art algorithms in terms of safety.

📄 PDF Abstract BibTeX

Code (1)

guanjiayi/voce 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CROP: Conservative Reward for Model-based Offline Policy Optimization

2023-10-26 · Hao Li, Xiao-Hu Zhou, Xiao-Liang Xie, Shi-Qi Liu 외

Offline reinforcement learning (RL) aims to optimize policy using collected data without online interactions. Model-based approaches are particularly appealing for addressing offline RL challenges due to their capability…

D4RLOffline RLReinforcement Learning (RL)

Conservative State Value Estimation for Offline Reinforcement Learning

2023-02-14 · NeurIPS 2023 11 · Liting Chen, Jie Yan, Zhengdao Shao, Lu Wang 외

Offline reinforcement learning faces a significant challenge of value over-estimation due to the distributional drift between the dataset and the current learned policy, leading to learning failure in practice. The commo…

D4RLreinforcement-learningReinforcement Learning

Conservative quantum offline model-based optimization

2025-06-24 · Kristian Sotirov, Annie E. Paine, Savvas Varsamopoulos, Antonio A. Gentile 외

Offline model-based optimization (MBO) refers to the task of optimizing a black-box objective function using only a fixed set of prior input-output data, without any active experimentation. Recent work has introduced qua…

model

DCE: Offline Reinforcement Learning With Double Conservative Estimates

2022-09-27 · Chen Zhao, Kai Xing Huang, Chun Yuan

Offline Reinforcement Learning has attracted much interest in solving the application challenge for traditional reinforcement learning. Offline reinforcement learning uses previously-collected datasets to train agents wi…

Computational EfficiencyD4RLreinforcement-learningReinforcement Learning+1

Effects of Conservatism on Offline Learning

2021-09-29 · Karush Suri, Florian Shkurti

Conservatism, the act of underestimating an agent's expected value estimates, has demonstrated profound success in model-free, model-based, multi-task, safe and other realms of offline Reinforcement Learning (RL). Recent…

continuous-controlContinuous ControlReinforcement Learning (RL)