AILGSCJan 16, 2023

Neuro-Symbolic World Models for Adapting to Open World Novelty

Georgia Tech
arXiv:2301.06294v113 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses the challenge of novelty adaptation for reinforcement learning agents in dynamic real-world environments, representing an incremental improvement over prior methods.

The paper tackles the problem of inefficient adaptation to open-world novelty in reinforcement learning by introducing WorldCloner, a neuro-symbolic world model that enables rapid novelty adaptation, resulting in more efficient policy recovery with fewer environment interactions compared to existing methods.

Open-world novelty--a sudden change in the mechanics or properties of an environment--is a common occurrence in the real world. Novelty adaptation is an agent's ability to improve its policy performance post-novelty. Most reinforcement learning (RL) methods assume that the world is a closed, fixed process. Consequentially, RL policies adapt inefficiently to novelties. To address this, we introduce WorldCloner, an end-to-end trainable neuro-symbolic world model for rapid novelty adaptation. WorldCloner learns an efficient symbolic representation of the pre-novelty environment transitions, and uses this transition model to detect novelty and efficiently adapt to novelty in a single-shot fashion. Additionally, WorldCloner augments the policy learning process using imagination-based adaptation, where the world model simulates transitions of the post-novelty environment to help the policy adapt. By blending ''imagined'' transitions with interactions in the post-novelty environment, performance can be recovered with fewer total environment interactions. Using environments designed for studying novelty in sequential decision-making problems, we show that the symbolic world model helps its neural policy adapt more efficiently than model-based and model-based neural-only reinforcement learning methods.

Foundations

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

Your Notes