paper-with-me

Papers

BCPPO: Bachelier-Inspired Constrained Proximal Policy Optimization for Tail-Risk-Aware Safe Reinforcement Learning

2026-08-31 · Dongsheng Hou, Yanqiao Chen, Yuhan Rui arxiv

Expected-cost constraints can still permit rare, high-cost events. Monte Carlo conditional value at risk (CVaR) gradients can be noisy at high confidence, whereas critics that model an outcome distribution add complexity. We propose BCPPO (Bachelier-Inspired Constrained Proximal Policy Optimization), a proximal policy optimization (PPO) method. Separately initialized cost-prediction networks (critics), trained with random sample masks, produce disagreement that marks predictions sensitive to which state-action regions occur in the training data and to critic training. A Bachelier formula for the expected amount above a reference level converts this disagreement into a smooth policy-update penalty. Gradients from this penalty do not alter the critics, so temporal-difference (TD) critic learning is unchanged. A saturation-aware controller adjusts the mean-cost penalty and stops accumulated error from growing while that penalty is clipped. Deployment retains only the policy network. The disagreement penalty is neither a tail-event probability nor a guaranteed error bound, and it provides no safety guarantee. Across 175 runs with shared tasks, costs, budgets, training steps, and evaluation seeds, no comparator attains both higher mean return and lower mean CVaR than BCPPO in any task. On Push1, BCPPO has no lower return and no higher CVaR than every comparator, with at least one strict gain. These results support a practical balance among reward, caution around cost predictions that vary across trained critics, and policy-only deployment.

📄 PDF Abstract BibTeX arXiv:2608.30283

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Independent Learning in Constrained Markov Potential Games

2024-02-27 · Philip Jordan, Anas Barakat, Niao He

Constrained Markov games offer a formal mathematical framework for modeling multi-agent reinforcement learning problems where the behavior of the agents is subject to constraints. In this work, we focus on the recently i…

Multi-agent Reinforcement Learning

A Black-Scholes user's guide to the Bachelier model

2021-04-18 · Jaehyuk Choi, Minsuk Kwak, Chyng Wen Tee, Yumeng Wang

To cope with the negative oil futures price caused by the COVID-19 recession, global commodity futures exchanges temporarily switched the option model from Black--Scholes to Bachelier in 2020. This study reviews the lite…

Management

Swimming Under Constraints: A Safe Reinforcement Learning Framework for Quadrupedal Bio-Inspired Propulsion

2026-03-04 · Xinyu Cui, Fei Han, Hang Xu, Yongcheng Zeng 외 arxiv

Bio-inspired aquatic propulsion offers high thrust and maneuverability but is prone to destabilizing forces such as lift fluctuations, which are further amplified by six-degree-of-freedom (6-DoF) fluid coupling. We formu…

Reinforcement Learning

Exploring Dynamic Asset Pricing within Bachelier Market Model

2023-07-08 · Nancy Asare Nyarko, Bhathiya Divelgama, Jagdish Gnawali, Blessing Omotade 외

This paper delves into the dynamics of asset pricing within Bachelier market model, elucidating the representation of risky asset price dynamics and the definition of riskless assets.

Penalized Proximal Policy Optimization for Safe Reinforcement Learning

2022-05-24 · Linrui Zhang, Li Shen, Long Yang, Shixiang Chen 외

Safe reinforcement learning aims to learn the optimal policy while satisfying safety constraints, which is essential in real-world applications. However, current algorithms still struggle for efficient policy updates wit…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning