ROLGSep 18, 2023

Guided Online Distillation: Promoting Safe Reinforcement Learning by Offline Demonstration

arXiv:2309.09408v217 citationsh-index: 91
Originality Incremental advance
AI Analysis

This addresses safety-critical decision-making in domains like autonomous driving by mitigating conservativeness, though it is incremental as it builds on existing offline-to-online and distillation methods.

The paper tackles the problem of safe reinforcement learning agents being overly conservative during exploration by proposing Guided Online Distillation (GOLD), which uses offline expert demonstrations to guide online training, resulting in lightweight policies that outperform both offline and online baselines in benchmark and real-world driving tasks.

Safe Reinforcement Learning (RL) aims to find a policy that achieves high rewards while satisfying cost constraints. When learning from scratch, safe RL agents tend to be overly conservative, which impedes exploration and restrains the overall performance. In many realistic tasks, e.g. autonomous driving, large-scale expert demonstration data are available. We argue that extracting expert policy from offline data to guide online exploration is a promising solution to mitigate the conserveness issue. Large-capacity models, e.g. decision transformers (DT), have been proven to be competent in offline policy learning. However, data collected in real-world scenarios rarely contain dangerous cases (e.g., collisions), which makes it prohibitive for the policies to learn safety concepts. Besides, these bulk policy networks cannot meet the computation speed requirements at inference time on real-world tasks such as autonomous driving. To this end, we propose Guided Online Distillation (GOLD), an offline-to-online safe RL framework. GOLD distills an offline DT policy into a lightweight policy network through guided online safe RL training, which outperforms both the offline DT policy and online safe RL algorithms. Experiments in both benchmark safe RL tasks and real-world driving tasks based on the Waymo Open Motion Dataset (WOMD) demonstrate that GOLD can successfully distill lightweight policies and solve decision-making problems in challenging safety-critical scenarios.

Foundations

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

Your Notes