English

Chance-Constrained Control with Lexicographic Deep Reinforcement Learning

Machine Learning 2020-10-20 v1 Artificial Intelligence Systems and Control Systems and Control

Abstract

This paper proposes a lexicographic Deep Reinforcement Learning (DeepRL)-based approach to chance-constrained Markov Decision Processes, in which the controller seeks to ensure that the probability of satisfying the constraint is above a given threshold. Standard DeepRL approaches require i) the constraints to be included as additional weighted terms in the cost function, in a multi-objective fashion, and ii) the tuning of the introduced weights during the training phase of the Deep Neural Network (DNN) according to the probability thresholds. The proposed approach, instead, requires to separately train one constraint-free DNN and one DNN associated to each constraint and then, at each time-step, to select which DNN to use depending on the system observed state. The presented solution does not require any hyper-parameter tuning besides the standard DNN ones, even if the probability thresholds changes. A lexicographic version of the well-known DeepRL algorithm DQN is also proposed and validated via simulations.

Keywords

Cite

@article{arxiv.2010.09468,
  title  = {Chance-Constrained Control with Lexicographic Deep Reinforcement Learning},
  author = {Alessandro Giuseppi and Antonio Pietrabissa},
  journal= {arXiv preprint arXiv:2010.09468},
  year   = {2020}
}

Comments

published version at: https://doi.org/10.1109/LCSYS.2020.2979635 in this version we fixed a typo in (9)

R2 v1 2026-06-23T19:27:03.767Z