LGAIROMLMay 2, 2018

Reinforcement Learning and Control as Probabilistic Inference: Tutorial and Review

arXiv:1805.00909v343.6859 citations
Originality Synthesis-oriented
AI Analysis

This framework provides a unified perspective for researchers in machine learning and control theory, facilitating the development of new algorithms, though it is incremental as it reviews and synthesizes existing ideas.

The paper presents a tutorial and review connecting reinforcement learning and optimal control to probabilistic inference, showing that maximum entropy reinforcement learning is equivalent to exact or variational inference depending on dynamics, enabling the use of inference tools for algorithm design.

The framework of reinforcement learning or optimal control provides a mathematical formalization of intelligent decision making that is powerful and broadly applicable. While the general form of the reinforcement learning problem enables effective reasoning about uncertainty, the connection between reinforcement learning and inference in probabilistic models is not immediately obvious. However, such a connection has considerable value when it comes to algorithm design: formalizing a problem as probabilistic inference in principle allows us to bring to bear a wide array of approximate inference tools, extend the model in flexible and powerful ways, and reason about compositionality and partial observability. In this article, we will discuss how a generalization of the reinforcement learning or optimal control problem, which is sometimes termed maximum entropy reinforcement learning, is equivalent to exact probabilistic inference in the case of deterministic dynamics, and variational inference in the case of stochastic dynamics. We will present a detailed derivation of this framework, overview prior work that has drawn on this and related ideas to propose new reinforcement learning and control algorithms, and describe perspectives on future research.

Code Implementations2 repos
Foundations

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

Your Notes