paper-with-me

홈 › Papers

Q-learning-based Model-free Safety Filter

2024-11-29 · Guo Ning Sue, Yogita Choudhary, Richard Desatnik, Carmel Majidi, John Dolan, Guanya Shi

Ensuring safety via safety filters in real-world robotics presents significant challenges, particularly when the system dynamics is complex or unavailable. To handle this issue, learning-based safety filters recently gained popularity, which can be classified as model-based and model-free methods. Existing model-based approaches requires various assumptions on system model (e.g., control-affine), which limits their application in complex systems, and existing model-free approaches need substantial modifications to standard RL algorithms and lack versatility. This paper proposes a simple, plugin-and-play, and effective model-free safety filter learning framework. We introduce a novel reward formulation and use Q-learning to learn Q-value functions to safeguard arbitrary task specific nominal policies via filtering out their potentially unsafe actions. The threshold used in the filtering process is supported by our theoretical analysis. Due to its model-free nature and simplicity, our framework can be seamlessly integrated with various RL algorithms. We validate the proposed approach through simulations on double integrator and Dubin's car systems and demonstrate its effectiveness in real-world experiments with a soft robotic limb.

📄 PDF Abstract BibTeX arXiv:2411.19809

Code (0)

등록된 구현이 없습니다.

Tasks

modelQ-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Deep QP Safety Filter: Model-free Learning for Reachability-based Safety Filter

2026-01-29 · Byeongjun Kim, H. Jin Kim arxiv

We introduce Deep QP Safety Filter, a fully data-driven safety layer for black-box dynamical systems. Our method learns a Quadratic-Program (QP) safety filter without model knowledge by combining Hamilton-Jacobi (HJ) rea…

Full-Body Dynamic Safety for Robot Manipulators: 3D Poisson Safety Functions for CBF-Based Safety Filters

2026-04-23 · Meg Wilkinson, Gilbert Bahati, Ryan M. Bena, Emily Fourney 외 arxiv

Collision avoidance for robotic manipulators requires enforcing full-body safety constraints in high-dimensional configuration spaces. Control Barrier Function (CBF) based safety filters have proven effective in enabling…

Collision Avoidance

From learning to safety: A Direct Data-Driven Framework for Constrained Control

2025-05-21 · Kanghui He, Shengling Shi, Ton van den Boom, Bart De Schutter

Ensuring safety in the sense of constraint satisfaction for learning-based control is a critical challenge, especially in the model-free case. While safety filters address this challenge in the model-based setting by mod…

Data-Driven Safety Filter: An Input-Output Perspective

2023-09-01 · Mohammad Bajelani, Klaske van Heusden

Implementation of learning-based control remains challenging due to the absence of safety guarantees. Safe control methods have turned to model-based safety filters to address these challenges, but this is paradoxical wh…

State Estimation

Robust Koopman Control Barrier Filters for Safe Actor-Critic Reinforcement Learning

2026-05-26 · Dhruv S. Kushwaha, Zoleikha A. Biron arxiv

Safe reinforcement learning (RL) for robotic systems requires policies that improve task performance while satisfying state and input constraints during both training and deployment. Control barrier functions (CBFs) prov…

Reinforcement Learning