English

Online Optimization for Offline Safe Reinforcement Learning

Machine Learning 2025-10-28 v1 Artificial Intelligence Machine Learning

Abstract

We study the problem of Offline Safe Reinforcement Learning (OSRL), where the goal is to learn a reward-maximizing policy from fixed data under a cumulative cost constraint. We propose a novel OSRL approach that frames the problem as a minimax objective and solves it by combining offline RL with online optimization algorithms. We prove the approximate optimality of this approach when integrated with an approximate offline RL oracle and no-regret online optimization. We also present a practical approximation that can be combined with any offline RL algorithm, eliminating the need for offline policy evaluation. Empirical results on the DSRL benchmark demonstrate that our method reliably enforces safety constraints under stringent cost budgets, while achieving high rewards. The code is available at https://github.com/yassineCh/O3SRL.

Keywords

Cite

@article{arxiv.2510.22027,
  title  = {Online Optimization for Offline Safe Reinforcement Learning},
  author = {Yassine Chemingui and Aryan Deshwal and Alan Fern and Thanh Nguyen-Tang and Janardhan Rao Doppa},
  journal= {arXiv preprint arXiv:2510.22027},
  year   = {2025}
}

Comments

To appear in NeurIPS 2025 Conference

R2 v1 2026-07-01T07:05:02.932Z