LGAIMar 6, 2023

The Wasserstein Believer: Learning Belief Updates for Partially Observable Environments through Reliable Latent Space Models

arXiv:2303.03284v310 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the challenge of tractable belief computation in POMDPs for RL agents, offering a method with theoretical assurances, though it appears incremental as it builds on latent space models.

The paper tackles the problem of learning belief updates in partially observable environments, where existing methods lack guarantees and can lead to sub-optimal policies, by proposing the Wasserstein Belief Updater, which learns a latent model and belief approximation with theoretical guarantees for optimal value function learning.

Partially Observable Markov Decision Processes (POMDPs) are used to model environments where the full state cannot be perceived by an agent. As such the agent needs to reason taking into account the past observations and actions. However, simply remembering the full history is generally intractable due to the exponential growth in the history space. Maintaining a probability distribution that models the belief over what the true state is can be used as a sufficient statistic of the history, but its computation requires access to the model of the environment and is often intractable. While SOTA algorithms use Recurrent Neural Networks to compress the observation-action history aiming to learn a sufficient statistic, they lack guarantees of success and can lead to sub-optimal policies. To overcome this, we propose the Wasserstein Belief Updater, an RL algorithm that learns a latent model of the POMDP and an approximation of the belief update. Our approach comes with theoretical guarantees on the quality of our approximation ensuring that our outputted beliefs allow for learning the optimal value function.

Foundations

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

Your Notes