LGAICVJul 14, 2023

SafeDreamer: Safe Reinforcement Learning with World Models

arXiv:2307.07176v351 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses safety constraints for deploying reinforcement learning in real-world applications, representing an incremental improvement over existing methods.

The paper tackles the problem of safe reinforcement learning in complex scenarios, particularly vision-only tasks, by introducing SafeDreamer, which integrates Lagrangian-based methods into world model planning, achieving nearly zero-cost performance on the Safety-Gymnasium benchmark.

The deployment of Reinforcement Learning (RL) in real-world applications is constrained by its failure to satisfy safety criteria. Existing Safe Reinforcement Learning (SafeRL) methods, which rely on cost functions to enforce safety, often fail to achieve zero-cost performance in complex scenarios, especially vision-only tasks. These limitations are primarily due to model inaccuracies and inadequate sample efficiency. The integration of the world model has proven effective in mitigating these shortcomings. In this work, we introduce SafeDreamer, a novel algorithm incorporating Lagrangian-based methods into world model planning processes within the superior Dreamer framework. Our method achieves nearly zero-cost performance on various tasks, spanning low-dimensional and vision-only input, within the Safety-Gymnasium benchmark, showcasing its efficacy in balancing performance and safety in RL tasks. Further details can be found in the code repository: \url{https://github.com/PKU-Alignment/SafeDreamer}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes