AILGSYOct 12, 2023

Novelty Detection in Reinforcement Learning with World Models

arXiv:2310.08731v45 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the problem of protecting RL agents from performance drops due to novelties when deployed, but it is incremental as it builds on existing world model frameworks.

The paper tackles the problem of sudden changes in environment mechanics or properties (novelties) that degrade RL agent performance, by proposing a straightforward bounding approach that uses misalignment between world model predictions and observed states as an anomaly score, showing advantages over existing methods in a novel environment.

Reinforcement learning (RL) using world models has found significant recent successes. However, when a sudden change to world mechanics or properties occurs then agent performance and reliability can dramatically decline. We refer to the sudden change in visual properties or state transitions as novelties. Implementing novelty detection within generated world model frameworks is a crucial task for protecting the agent when deployed. In this paper, we propose straightforward bounding approaches to incorporate novelty detection into world model RL agents, by utilizing the misalignment of the world model's hallucinated states and the true observed states as an anomaly score. We provide effective approaches to detecting novelties in a distribution of transitions learned by an agent in a world model. Finally, we show the advantage of our work in a novel environment compared to traditional machine learning novelty detection methods as well as currently accepted RL focused novelty detection algorithms.

Foundations

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

Your Notes