paper-with-me

Papers

Policy Gradient Primal-Dual Method for Safe Reinforcement Learning from Human Feedback

2026-04-21 · Qiang Liu, Adrienne Kline, Ermin Wei arxiv

Safe Reinforcement Learning from Human Feedback (Safe RLHF) has recently achieved empirical success in developing helpful and harmless large language models by decoupling human preferences regarding helpfulness and harmlessness. Existing approaches typically rely on fitting fixed horizon reward models from human feedback and have only been validated empirically. In this paper, we formulate safe RLHF as an infinite horizon discounted Con- strained Markov Decision Process (CMDP), since humans may interact with the model over a continuing sequence of interactions rather than within a single finite episode. We propose two Safe RLHF algorithms that do not require reward model fitting and, in contrast to prior work assuming fixed-length trajectories, support flexible trajectory lengths for training. Both algo- rithms are based on the primal-dual method and achieve global convergence guarantees with polynomial rates in terms of policy gradient iterations, trajectory sample lengths, and human preference queries. To the best of our knowledge, this is the first work to study infinite horizon discounted CMDP under human feedback and establish global, non-asymptotic convergence.

📄 PDF Abstract BibTeX arXiv:2604.19024

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Accelerated Primal-Dual Policy Optimization for Safe Reinforcement Learning

2018-02-19 · Qingkai Liang, Fanyu Que, Eytan Modiano

Constrained Markov Decision Process (CMDP) is a natural framework for reinforcement learning tasks with safety constraints, where agents learn a policy that maximizes the long-term reward while satisfying the constraints…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

CRPO: A New Approach for Safe Reinforcement Learning with Convergence Guarantee

2020-11-11 · Tengyu Xu, Yingbin Liang, Guanghui Lan

In safe reinforcement learning (SRL) problems, an agent explores the environment to maximize an expected total reward and meanwhile avoids violation of certain constraints on a number of expected total costs. In general,…

reinforcement-learningReinforcement Learning (RL)Safe Reinforcement Learning

Safe Policies for Reinforcement Learning via Primal-Dual Methods

2019-11-20 · Santiago Paternain, Miguel Calvo-Fullana, Luiz. F. O. Chamon, Alejandro Ribeiro

In this paper, we study the learning of safe policies in the setting of reinforcement learning problems. This is, we aim to control a Markov Decision Process (MDP) of which we do not know the transition probabilities, bu…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

CSPO: Constraint-Sensitive Policy Optimization for Safe Reinforcement Learning

2026-06-12 · Ayoub Belouadah, Sylvain Kubler, Yves Le Traon arxiv

Safe reinforcement learning (Safe RL) aims to maximize expected return while satisfying safety constraints, typically modeled as Constrained Markov Decision Processes (CMDPs). While primal-dual methods scale well to deep…

Reinforcement Learning

Enhancing Efficiency of Safe Reinforcement Learning via Sample Manipulation

2024-05-31 · Shangding Gu, Laixi Shi, Yuhao Ding, Alois Knoll 외

Safe reinforcement learning (RL) is crucial for deploying RL agents in real-world applications, as it aims to maximize long-term rewards while satisfying safety constraints. However, safe RL often suffers from sample ine…

MuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1