English

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

Machine Learning 2022-06-16 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2206.07166,
  title  = {Regularizing a Model-based Policy Stationary Distribution to Stabilize Offline Reinforcement Learning},
  author = {Shentao Yang and Yihao Feng and Shujian Zhang and Mingyuan Zhou},
  journal= {arXiv preprint arXiv:2206.07166},
  year   = {2022}
}

Comments

International Conference on Machine Learning (ICML) 2022

R2 v1 2026-06-24T11:51:31.754Z