paper-with-me

Papers

State-wise Constrained Policy Optimization

2023-06-21 · WeiYe Zhao, Rui Chen, Yifan Sun, Tianhao Wei, Changliu Liu

Reinforcement Learning (RL) algorithms have shown tremendous success in simulation environments, but their application to real-world problems faces significant challenges, with safety being a major concern. In particular, enforcing state-wise constraints is essential for many challenging tasks such as autonomous driving and robot manipulation. However, existing safe RL algorithms under the framework of Constrained Markov Decision Process (CMDP) do not consider state-wise constraints. To address this gap, we propose State-wise Constrained Policy Optimization (SCPO), the first general-purpose policy search algorithm for state-wise constrained reinforcement learning. SCPO provides guarantees for state-wise constraint satisfaction in expectation. In particular, we introduce the framework of Maximum Markov Decision Process, and prove that the worst-case safety violation is bounded under SCPO. We demonstrate the effectiveness of our approach on training neural network policies for extensive robot locomotion tasks, where the agent must satisfy a variety of state-wise safety constraints. Our results show that SCPO significantly outperforms existing methods and can handle state-wise constraints in high-dimensional robotics tasks.

📄 PDF Abstract BibTeX arXiv:2306.12594

Code (1)

intelligent-control-lab/statewise_constrained_policy_optimization 공식 구현 pytorch

Tasks

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Robot Manipulation

Similar Papers 제목 키워드 기반

Absolute State-wise Constrained Policy Optimization: High-Probability State-wise Constraints Satisfaction

2024-10-02 · WeiYe Zhao, Feihan Li, Yifan Sun, Yujie Wang 외

Enforcing state-wise safety constraints is critical for the application of reinforcement learning (RL) in real-world problems, such as autonomous driving and robot manipulation. However, existing safe RL methods only enf…

Autonomous Drivingcontinuous-controlContinuous ControlReinforcement Learning (RL)+1

Stepwise Alignment for Constrained Language Model Policy Optimization

2024-04-17 · Akifumi Wachi, Thien Q. Tran, Rei Sato, Takumi Tanabe 외

Safety and trustworthiness are indispensable requirements for real-world applications of AI systems using large language models (LLMs). This paper formulates human value alignment as an optimization problem of the langua…

Computational EfficiencyLanguage ModelingLanguage Modellingmodel

Feasible Actor-Critic: Constrained Reinforcement Learning for Ensuring Statewise Safety

2021-05-22 · Haitong Ma, Yang Guan, Shegnbo Eben Li, Xiangteng Zhang 외

The safety constraints commonly used by existing safe reinforcement learning (RL) methods are defined only on expectation of initial states, but allow each certain state to be unsafe, which is unsatisfying for real-world…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Exploration+1

Group-Sensitive Offline Contextual Bandits

2025-10-31 · Yihong Guo, Junjie Luo, Guodong Gao, Ritu Agarwal 외 arxiv

Offline contextual bandits allow one to learn policies from historical/offline data without requiring online interaction. However, offline policy optimization that maximizes overall expected rewards can unintentionally a…

Constrained Language Model Policy Optimization via Risk-aware Stepwise Alignment

2025-12-30 · Lijun Zhang, Lin Li, Wei Wei, Yajie Qi 외 arxiv

When fine-tuning pre-trained Language Models (LMs) to exhibit desired behaviors, maintaining control over risk is critical for ensuring both safety and trustworthiness. Most existing safety alignment methods, such as Saf…