LGAIJul 26, 2023

Reinforcement Learning by Guided Safe Exploration

arXiv:2307.14316v111 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses safety concerns in RL for real-world applications, but it is incremental as it builds on existing reward-free and transfer learning methods.

The paper tackles the problem of safe reinforcement learning in unknown target tasks by training a guide agent for safe exploration in a controlled environment and using it to compose a safe behavior policy, resulting in faster task solving with safe transfer learning.

Safety is critical to broadening the application of reinforcement learning (RL). Often, we train RL agents in a controlled environment, such as a laboratory, before deploying them in the real world. However, the real-world target task might be unknown prior to deployment. Reward-free RL trains an agent without the reward to adapt quickly once the reward is revealed. We consider the constrained reward-free setting, where an agent (the guide) learns to explore safely without the reward signal. This agent is trained in a controlled environment, which allows unsafe interactions and still provides the safety signal. After the target task is revealed, safety violations are not allowed anymore. Thus, the guide is leveraged to compose a safe behaviour policy. Drawing from transfer learning, we also regularize a target policy (the student) towards the guide while the student is unreliable and gradually eliminate the influence of the guide as training progresses. The empirical analysis shows that this method can achieve safe transfer learning and helps the student solve the target task faster.

Foundations

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

Your Notes