Imagine to Ensure Safety in Hierarchical Reinforcement Learning
TLDR
Hierarchical RL with a learnable world model ensures safety via high-level subgoals and low-level imagined rollouts, outperforming baselines on long-horizon tasks.
Reasoning
The paper presents a novel integration of hierarchical policies with a world model for safe exploration, showing strong empirical results on challenging navigation and manipulation tasks. However, it lacks real-world validation and does not detail the world model architecture or training process.
Read-first score
Read-first score 52.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 30.
Field roles
Rank sensitivity
Stability: volatile; rank range: 408.
Keyword Scores
Deep Analysis
Innovations
- Combines a learnable world model with hierarchical policies (high-level and low-level) to promote safety at both levels
- High-level policy generates intermediate subgoals that bias exploration toward safe regions
- Low-level policy uses imagined rollouts in the learned world model to reduce unsafe behaviors when reaching subgoals
Methodology
The proposed method integrates a learnable world model with two complementary policies: a high-level policy that produces intermediate subgoals to guide exploration towards safe regions, and a low-level policy that performs imagined rollouts in the learned world model to minimize unsafe actions when executing those subgoals. The approach is evaluated on long-horizon navigation and manipulation tasks with high-dimensional action spaces, comparing against existing Safe RL baselines using success rate and constraint satisfaction metrics.
Key Results
The method significantly outperforms existing Safe RL baselines in both success rate and strong empirical constraint satisfaction, consistently meeting the prescribed safety budget across seeds, while prior approaches fail to effectively solve these complex long-horizon scenarios.
Limitations
- Relies on an accurate learned world model, which may be difficult to obtain in complex or partially observable environments
- Hierarchical structure introduces additional training complexity and potential for suboptimal subgoal generation