English

Pessimistic Model-based Offline Reinforcement Learning under Partial Coverage

Machine Learning 2023-01-11 v4 Artificial Intelligence Machine Learning

Abstract

We study model-based offline Reinforcement Learning with general function approximation without a full coverage assumption on the offline data distribution. We present an algorithm named Constrained Pessimistic Policy Optimization (CPPO)which leverages a general function class and uses a constraint over the model class to encode pessimism. Under the assumption that the ground truth model belongs to our function class (i.e., realizability in the function class), CPPO has a PAC guarantee with offline data only providing partial coverage, i.e., it can learn a policy that competes against any policy that is covered by the offline data. We then demonstrate that this algorithmic framework can be applied to many specialized Markov Decision Processes where additional structural assumptions can further refine the concept of partial coverage. Two notable examples are: (1) low-rank MDP with representation learning where the partial coverage condition is defined using a relative condition number measured by the unknown ground truth feature representation; (2) factored MDP where the partial coverage condition is defined using density ratio based concentrability coefficients associated with individual factors.

Keywords

Cite

@article{arxiv.2107.06226,
  title  = {Pessimistic Model-based Offline Reinforcement Learning under Partial Coverage},
  author = {Masatoshi Uehara and Wen Sun},
  journal= {arXiv preprint arXiv:2107.06226},
  year   = {2023}
}

Comments

We changed the title from the first version. This is a longer version of the article accepted in ICLR 2022. The following things are added (1) a new algorithm CPPO-LR where the constraint is given in a log-likelihood form, (2) how to instantiate CPPO on (nonparametric) linear MDPs, (3) posterior sampling in a model-free way

R2 v1 2026-06-24T04:09:40.953Z