paper-with-me

홈 › Papers

Conservative Dual Policy Optimization for Efficient Model-Based Reinforcement Learning

2022-09-16 · Shenao Zhang

Provably efficient Model-Based Reinforcement Learning (MBRL) based on optimism or posterior sampling (PSRL) is ensured to attain the global optimality asymptotically by introducing the complexity measure of the model. However, the complexity might grow exponentially for the simplest nonlinear models, where global convergence is impossible within finite iterations. When the model suffers a large generalization error, which is quantitatively measured by the model complexity, the uncertainty can be large. The sampled model that current policy is greedily optimized upon will thus be unsettled, resulting in aggressive policy updates and over-exploration. In this work, we propose Conservative Dual Policy Optimization (CDPO) that involves a Referential Update and a Conservative Update. The policy is first optimized under a reference model, which imitates the mechanism of PSRL while offering more stability. A conservative range of randomness is guaranteed by maximizing the expectation of model value. Without harmful sampling procedures, CDPO can still achieve the same regret as PSRL. More importantly, CDPO enjoys monotonic policy improvement and global optimality simultaneously. Empirical results also validate the exploration efficiency of CDPO.

📄 PDF Abstract BibTeX arXiv:2209.07676

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Conservative Distributional Reinforcement Learning with Safety Constraints

2022-01-18 · Hengrui Zhang, Youfang Lin, Sheng Han, Shuo Wang 외

Safety exploration can be regarded as a constrained Markov decision problem where the expected long-term cost is constrained. Previous off-policy algorithms convert the constrained optimization problem into the correspon…

Distributional Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Conservative Exploration for Policy Optimization via Off-Policy Policy Evaluation

2023-12-24 · Paul Daoudi, Mathias Formoso, Othman Gaizi, Achraf Azize 외

A precondition for the deployment of a Reinforcement Learning agent to a real-world system is to provide guarantees on the learning process. While a learning algorithm will eventually converge to a good policy, there are…

BRPO: Batch Residual Policy Optimization

2020-02-08 · Sungryull Sohn, Yin-Lam Chow, Jayden Ooi, Ofir Nachum 외

In batch reinforcement learning (RL), one often constrains a learned policy to be close to the behavior (data-generating) policy, e.g., by constraining the learned action distribution to differ from the behavior policy b…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

On Connections between Constrained Optimization and Reinforcement Learning

2019-10-18 · Nino Vieillard, Olivier Pietquin, Matthieu Geist

Dynamic Programming (DP) provides standard algorithms to solve Markov Decision Processes. However, these algorithms generally do not optimize a scalar objective function. In this paper, we draw connections between DP and…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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)