LGSep 16, 2022

Conservative Dual Policy Optimization for Efficient Model-Based Reinforcement Learning

arXiv:2209.07676v17 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses efficiency and stability challenges in reinforcement learning for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackles the issue of aggressive policy updates and over-exploration in model-based reinforcement learning when models have large generalization errors, proposing Conservative Dual Policy Optimization (CDPO) to achieve monotonic policy improvement and global optimality with the same regret as posterior sampling methods.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes