# The Predictron: End-To-End Learning and Planning

**Authors:** David Silver, Hado van Hasselt, Matteo Hessel, Tom Schaul, Arthur, Guez, Tim Harley, Gabriel Dulac-Arnold, David Reichert, Neil Rabinowitz,, Andre Barreto, Thomas Degris

arXiv: 1612.08810 · 2017-07-21

## TL;DR

The paper introduces the predictron, an end-to-end trainable architecture that models planning as a Markov reward process, enabling more accurate value predictions in complex environments.

## Contribution

It presents the predictron architecture, a novel fully abstract model that performs multi-step imagined planning within a neural network framework.

## Key findings

- Outperforms conventional neural networks in maze and pool simulations
- Accurately approximates true value functions through multi-step internal predictions
- Demonstrates effectiveness in procedurally generated environments

## Abstract

One of the key challenges of artificial intelligence is to learn models that are effective in the context of planning. In this document we introduce the predictron architecture. The predictron consists of a fully abstract model, represented by a Markov reward process, that can be rolled forward multiple "imagined" planning steps. Each forward pass of the predictron accumulates internal rewards and values over multiple planning depths. The predictron is trained end-to-end so as to make these accumulated values accurately approximate the true value function. We applied the predictron to procedurally generated random mazes and a simulator for the game of pool. The predictron yielded significantly more accurate predictions than conventional deep neural network architectures.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1612.08810/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1612.08810/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1612.08810/full.md

---
Source: https://tomesphere.com/paper/1612.08810