paper-with-me

Papers

Safe Flow Q-Learning: Offline Safe Reinforcement Learning with Reachability-Based Flow Policies

2026-03-16 · Mumuksh Tayal, Manan Tayal, Ravi Prakash arxiv

Offline safe reinforcement learning (RL) seeks reward-maximizing policies from static datasets under strict safety constraints. Existing methods often rely on soft expected-cost objectives or iterative generative inference, which can be insufficient for safety-critical real-time control. We propose Safe Flow Q-Learning (SafeFQL), which extends FQL to safe offline RL by combining a Hamilton--Jacobi reachability-inspired safety value function with an efficient one-step flow policy. SafeFQL learns the safety value via a self-consistency Bellman recursion, trains a flow policy by behavioral cloning, and distills it into a one-step actor for reward-maximizing safe action selection without rejection sampling at deployment. Empirically, SafeFQL trades modestly higher offline training cost for substantially lower inference latency than diffusion-style safe generative baselines, which is advantageous for real-time safety-critical deployment. Across boat navigation, and Safety Gymnasium MuJoCo tasks, SafeFQL matches or exceeds prior offline safe RL performance while substantially reducing constraint violations.

📄 PDF Abstract BibTeX arXiv:2603.15136

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Beyond Hard Constraints: Budget-Conditioned Reachability For Safe Offline Reinforcement Learning

2026-03-08 · Janaka Chathuranga Brahmanage, Akshat Kumar arxiv

Sequential decision making using Markov Decision Process underpins many realworld applications. Both model-based and model free methods have achieved strong results in these settings. However, real-world tasks must balan…

Reinforcement LearningDecision Making

FOSP: Fine-tuning Offline Safe Policy through World Models

2024-07-06 · Chenyang Cao, Yucheng Xin, Silang Wu, Longxiang He 외

Offline Safe Reinforcement Learning (RL) seeks to address safety constraints by learning from static datasets and restricting exploration. However, these approaches heavily rely on the dataset and struggle to generalize …

Model-based Reinforcement LearningOffline RLReinforcement Learning (RL)Safe Reinforcement Learning

Hamilton-Jacobi Reachability-Based Safe Reinforcement Learning for Emergency Collision Avoidance

2026-06-13 · Yuhong Jiang, Shiyue Zhao, Junzhi Zhang, Junfeng Zhang 외 arxiv

Emergency collision avoidance under extreme driving conditions demands safety-critical control that accounts for both obstacle proximity and vehicle dynamic stability over a future time horizon, yet existing methods ofte…

Reinforcement LearningCollision Avoidance

Epigraph-Guided Flow Matching for Safe and Performant Offline Reinforcement Learning

2026-02-08 · Manan Tayal, Mumuksh Tayal arxiv

Offline reinforcement learning (RL) provides a compelling paradigm for training autonomous systems without the risks of online exploration, particularly in safety-critical domains. However, jointly achieving strong safet…

Reinforcement LearningOffline RL

Feasibility-Aware Pessimistic Estimation: Toward Long-Horizon Safety in Offline RL

2025-05-13 · Zhikun Tao, Gang Xiong, He Fang, Zhen Shen 외

Offline safe reinforcement learning(OSRL) derives constraint-satisfying policies from pre-collected datasets, offers a promising avenue for deploying RL in safety-critical real-world domains such as robotics. However, th…

Offline RLSafe Reinforcement Learning