paper-with-me

Papers

Safe Deep Policy Adaptation

2023-10-08 · Wenli Xiao, Tairan He, John Dolan, Guanya Shi

A critical goal of autonomy and artificial intelligence is enabling autonomous robots to rapidly adapt in dynamic and uncertain environments. Classic adaptive control and safe control provide stability and safety guarantees but are limited to specific system classes. In contrast, policy adaptation based on reinforcement learning (RL) offers versatility and generalizability but presents safety and robustness challenges. We propose SafeDPA, a novel RL and control framework that simultaneously tackles the problems of policy adaptation and safe reinforcement learning. SafeDPA jointly learns adaptive policy and dynamics models in simulation, predicts environment configurations, and fine-tunes dynamics models with few-shot real-world data. A safety filter based on the Control Barrier Function (CBF) on top of the RL policy is introduced to ensure safety during real-world deployment. We provide theoretical safety guarantees of SafeDPA and show the robustness of SafeDPA against learning errors and extra perturbations. Comprehensive experiments on (1) classic control problems (Inverted Pendulum), (2) simulation benchmarks (Safety Gym), and (3) a real-world agile robotics platform (RC Car) demonstrate great superiority of SafeDPA in both safety and task performance, over state-of-the-art baselines. Particularly, SafeDPA demonstrates notable generalizability, achieving a 300% increase in safety rate compared to the baselines, under unseen disturbances in real-world experiments.

📄 PDF Abstract BibTeX arXiv:2310.08602

Code (1)

LeCAR-Lab/SafeDPA 공식 구현

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Similar Papers 제목 키워드 기반

Safe Policy Improvement Approaches and their Limitations

2022-08-01 · Philipp Scholl, Felix Dietrich, Clemens Otte, Steffen Udluft

Safe Policy Improvement (SPI) is an important technique for offline reinforcement learning in safety critical applications as it improves the behavior policy with a high probability. We classify various SPI approaches fr…

SafeAdapt: Provably Safe Policy Updates in Deep Reinforcement Learning

2026-04-10 · Maksim Anisimov, Francesco Belardinelli, Matthew Wicker arxiv

Safety guarantees are a prerequisite to the deployment of reinforcement learning (RL) agents in safety-critical tasks. Often, deployment environments exhibit non-stationary dynamics or are subject to changing performance…

Reinforcement Learning

Improved Robustness and Safety for Pre-Adaptation of Meta Reinforcement Learning with Prior Regularization

2021-08-19 · Lu Wen, Songan Zhang, H. Eric Tseng, Baljeet Singh 외

Meta Reinforcement Learning (Meta-RL) has seen substantial advancements recently. In particular, off-policy methods were developed to improve the data efficiency of Meta-RL techniques. \textit{Probabilistic embeddings fo…

Autonomous VehiclesDecision MakingMeta Reinforcement LearningMuJoCo

Transferable Reinforcement Learning via Probabilistic Latent Embeddings and Dynamic Policy Adaptation for Sim-to-Real Deployment

2026-05-26 · Gengyue Han, Yiheng Feng arxiv

Due to limited resources and public safety concerns, deep reinforcement learning (RL) agents for many cyber-physical systems (e.g., autonomous vehicles) are first trained in simulators. However, when deployed in real wor…

Reinforcement LearningAutonomous Vehicles

PolicyShiftGuard: Benchmarking and Improving Policy-Adaptive Image Guardrails

2026-07-07 · Mingyang Song, Luxin Xu, Haoyu Sun, Minzhou Pan 외 arxiv

Image guardrails are typically trained and evaluated under a fixed safety policy, implicitly treating safety as an intrinsic property of an image. Real deployments are different: the same image may be allowed in one prod…