English

Data-Efficient Safe Policy Improvement Using Parametric Structure

Artificial Intelligence 2025-08-20 v2

Abstract

Safe policy improvement (SPI) is an offline reinforcement learning problem in which a new policy that reliably outperforms the behavior policy with high confidence needs to be computed using only a dataset and the behavior policy. Markov decision processes (MDPs) are the standard formalism for modeling environments in SPI. In many applications, additional information in the form of parametric dependencies between distributions in the transition dynamics is available. We make SPI more data-efficient by leveraging these dependencies through three contributions: (1) a parametric SPI algorithm that exploits known correlations between distributions to more accurately estimate the transition dynamics using the same amount of data; (2) a preprocessing technique that prunes redundant actions from the environment through a game-based abstraction; and (3) a more advanced preprocessing technique, based on satisfiability modulo theory (SMT) solving, that can identify more actions to prune. Empirical results and an ablation study show that our techniques increase the data efficiency of SPI by multiple orders of magnitude while maintaining the same reliability guarantees.

Keywords

Cite

@article{arxiv.2507.15532,
  title  = {Data-Efficient Safe Policy Improvement Using Parametric Structure},
  author = {Kasper Engelen and Guillermo A. Pérez and Marnix Suilen},
  journal= {arXiv preprint arXiv:2507.15532},
  year   = {2025}
}

Comments

Accepted at ECAI 2025

R2 v1 2026-07-01T04:11:10.201Z