MLLGMay 1, 2017

Learning Multimodal Transition Dynamics for Model-Based Reinforcement Learning

arXiv:1705.00470v232 citations
Originality Incremental advance
AI Analysis

This addresses a key preliminary step for model-based RL in stochastic domains, but it is incremental as it focuses on transition function estimation without planning.

The paper tackled the problem of learning stochastic, multimodal transition dynamics in reinforcement learning, showing that conditional variational inference models successfully predict multimodal outcomes while ignoring deterministic parts, with results demonstrated on simulated functions and a gridworld.

In this paper we study how to learn stochastic, multimodal transition dynamics in reinforcement learning (RL) tasks. We focus on evaluating transition function estimation, while we defer planning over this model to future work. Stochasticity is a fundamental property of many task environments. However, discriminative function approximators have difficulty estimating multimodal stochasticity. In contrast, deep generative models do capture complex high-dimensional outcome distributions. First we discuss why, amongst such models, conditional variational inference (VI) is theoretically most appealing for model-based RL. Subsequently, we compare different VI models on their ability to learn complex stochasticity on simulated functions, as well as on a typical RL gridworld with multimodal dynamics. Results show VI successfully predicts multimodal outcomes, but also robustly ignores these for deterministic parts of the transition dynamics. In summary, we show a robust method to learn multimodal transitions using function approximation, which is a key preliminary for model-based RL in stochastic domains.

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