English

Conservative Distributional Reinforcement Learning with Safety Constraints

Machine Learning 2024-10-28 v2 Artificial Intelligence

Abstract

Safety exploration can be regarded as a constrained Markov decision problem where the expected long-term cost is constrained. Previous off-policy algorithms convert the constrained optimization problem into the corresponding unconstrained dual problem by introducing the Lagrangian relaxation technique. However, the cost function of the above algorithms provides inaccurate estimations and causes the instability of the Lagrange multiplier learning. In this paper, we present a novel off-policy reinforcement learning algorithm called Conservative Distributional Maximum a Posteriori Policy Optimization (CDMPO). At first, to accurately judge whether the current situation satisfies the constraints, CDMPO adapts distributional reinforcement learning method to estimate the Q-function and C-function. Then, CDMPO uses a conservative value function loss to reduce the number of violations of constraints during the exploration process. In addition, we utilize Weighted Average Proportional Integral Derivative (WAPID) to update the Lagrange multiplier stably. Empirical results show that the proposed method has fewer violations of constraints in the early exploration process. The final test results also illustrate that our method has better risk control.

Keywords

Cite

@article{arxiv.2201.07286,
  title  = {Conservative Distributional Reinforcement Learning with Safety Constraints},
  author = {Hengrui Zhang and Youfang Lin and Sheng Han and Shuo Wang and Kai Lv},
  journal= {arXiv preprint arXiv:2201.07286},
  year   = {2024}
}

Comments

This work has been submitted to the IEEE for possible publication

R2 v1 2026-06-24T08:54:30.051Z