LGJan 28, 2023

Constrained Policy Optimization with Explicit Behavior Density for Offline Reinforcement Learning

arXiv:2301.12130v216 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the problem of overly conservative or inaccurate OOD handling in offline RL for researchers and practitioners, representing an incremental improvement over existing methods.

The paper tackles the challenge of accurately identifying Out-of-Distribution (OOD) points in offline reinforcement learning by proposing CPED, which uses a flow-GAN model to estimate behavior policy density, resulting in less conservative policies and higher expected returns on standard tasks.

Due to the inability to interact with the environment, offline reinforcement learning (RL) methods face the challenge of estimating the Out-of-Distribution (OOD) points. Existing methods for addressing this issue either control policy to exclude the OOD action or make the $Q$ function pessimistic. However, these methods can be overly conservative or fail to identify OOD areas accurately. To overcome this problem, we propose a Constrained Policy optimization with Explicit Behavior density (CPED) method that utilizes a flow-GAN model to explicitly estimate the density of behavior policy. By estimating the explicit density, CPED can accurately identify the safe region and enable optimization within the region, resulting in less conservative learning policies. We further provide theoretical results for both the flow-GAN estimator and performance guarantee for CPED by showing that CPED can find the optimal $Q$-function value. Empirically, CPED outperforms existing alternatives on various standard offline reinforcement learning tasks, yielding higher expected returns.

Code Implementations1 repo
Foundations

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

Your Notes