LGAIMLDec 11, 2019

SMiRL: Surprise Minimizing Reinforcement Learning in Unstable Environments

arXiv:1912.05510v427 citations
Originality Highly original
AI Analysis

This addresses the challenge of unsupervised reinforcement learning for agents in dynamic settings, offering a novel principle for behavior emergence, though it builds on existing surprise-based methods.

The authors tackled the problem of enabling artificial agents to autonomously develop useful behaviors in unstable environments without task-specific rewards, by proposing SMiRL, which minimizes surprise to seek predictable stimuli, and demonstrated its success in tasks like Tetris, Doom, humanoid control, and maze navigation.

Every living organism struggles against disruptive environmental forces to carve out and maintain an orderly niche. We propose that such a struggle to achieve and preserve order might offer a principle for the emergence of useful behaviors in artificial agents. We formalize this idea into an unsupervised reinforcement learning method called surprise minimizing reinforcement learning (SMiRL). SMiRL alternates between learning a density model to evaluate the surprise of a stimulus, and improving the policy to seek more predictable stimuli. The policy seeks out stable and repeatable situations that counteract the environment's prevailing sources of entropy. This might include avoiding other hostile agents, or finding a stable, balanced pose for a bipedal robot in the face of disturbance forces. We demonstrate that our surprise minimizing agents can successfully play Tetris, Doom, control a humanoid to avoid falls, and navigate to escape enemies in a maze without any task-specific reward supervision. We further show that SMiRL can be used together with standard task rewards to accelerate reward-driven learning.

Code Implementations1 repo
Foundations

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

Your Notes