ROAIOct 10, 2023

Reinforcement Learning in a Safety-Embedded MDP with Trajectory Optimization

CMU
arXiv:2310.06903v22 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses safety-critical applications like robotics by improving safety and performance, though it appears incremental as it builds on existing RL and optimization methods.

The paper tackled the problem of safe reinforcement learning by embedding safety constraints into a modified MDP and combining RL with trajectory optimization, resulting in significantly higher rewards and near-zero safety violations on Safety Gym tasks and successful real-world robot deployment.

Safe Reinforcement Learning (RL) plays an important role in applying RL algorithms to safety-critical real-world applications, addressing the trade-off between maximizing rewards and adhering to safety constraints. This work introduces a novel approach that combines RL with trajectory optimization to manage this trade-off effectively. Our approach embeds safety constraints within the action space of a modified Markov Decision Process (MDP). The RL agent produces a sequence of actions that are transformed into safe trajectories by a trajectory optimizer, thereby effectively ensuring safety and increasing training stability. This novel approach excels in its performance on challenging Safety Gym tasks, achieving significantly higher rewards and near-zero safety violations during inference. The method's real-world applicability is demonstrated through a safe and effective deployment in a real robot task of box-pushing around obstacles.

Foundations

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

Your Notes