English

Model-based Offline Reinforcement Learning with Count-based Conservatism

Machine Learning 2023-07-24 v1 Machine Learning

Abstract

In this paper, we propose a model-based offline reinforcement learning method that integrates count-based conservatism, named Count-MORL\texttt{Count-MORL}. Our method utilizes the count estimates of state-action pairs to quantify model estimation error, marking the first algorithm of demonstrating the efficacy of count-based conservatism in model-based offline deep RL to the best of our knowledge. For our proposed method, we first show that the estimation error is inversely proportional to the frequency of state-action pairs. Secondly, we demonstrate that the learned policy under the count-based conservative model offers near-optimality performance guarantees. Through extensive numerical experiments, we validate that Count-MORL\texttt{Count-MORL} with hash code implementation significantly outperforms existing offline RL algorithms on the D4RL benchmark datasets. The code is accessible at \href\href{https://github.com/oh-lab/Count-MORL}{https://github.com/oh-lab/Count-MORL}.

Keywords

Cite

@article{arxiv.2307.11352,
  title  = {Model-based Offline Reinforcement Learning with Count-based Conservatism},
  author = {Byeongchan Kim and Min-hwan Oh},
  journal= {arXiv preprint arXiv:2307.11352},
  year   = {2023}
}

Comments

Accepted in ICML 2023

R2 v1 2026-06-28T11:36:39.815Z