LGAIJun 14, 2022

Regularizing a Model-based Policy Stationary Distribution to Stabilize Offline Reinforcement Learning

Apple
arXiv:2206.07166v114 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses stability issues in offline RL for robotics and control applications, but it is incremental as it builds on existing regularization and model-based approaches.

The paper tackles the instability in offline reinforcement learning caused by distribution mismatch between offline data and the learned policy's stationary distribution by regularizing the policy's stationary distribution towards the data and using a dynamics model to reduce error. It reports competitive performance on continuous-control datasets.

Offline reinforcement learning (RL) extends the paradigm of classical RL algorithms to purely learning from static datasets, without interacting with the underlying environment during the learning process. A key challenge of offline RL is the instability of policy training, caused by the mismatch between the distribution of the offline data and the undiscounted stationary state-action distribution of the learned policy. To avoid the detrimental impact of distribution mismatch, we regularize the undiscounted stationary distribution of the current policy towards the offline data during the policy optimization process. Further, we train a dynamics model to both implement this regularization and better estimate the stationary distribution of the current policy, reducing the error induced by distribution mismatch. On a wide range of continuous-control offline RL datasets, our method indicates competitive performance, which validates our algorithm. The code is publicly available.

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