LGAICVJul 31, 2015

Action-Conditional Video Prediction using Deep Networks in Atari Games

arXiv:1507.08750v2903 citations
Originality Incremental advance
AI Analysis

This addresses a vision-based reinforcement learning problem for AI agents in simulated environments, with incremental improvements in long-term prediction.

The paper tackles the problem of predicting future video frames in Atari games conditioned on control actions, using deep neural networks, and achieves visually-realistic predictions useful for control over approximately 100-step futures in some games.

Motivated by vision-based reinforcement learning (RL) problems, in particular Atari games from the recent benchmark Aracade Learning Environment (ALE), we consider spatio-temporal prediction problems where future (image-)frames are dependent on control variables or actions as well as previous frames. While not composed of natural scenes, frames in Atari games are high-dimensional in size, can involve tens of objects with one or more objects being controlled by the actions directly and many other objects being influenced indirectly, can involve entry and departure of objects, and can involve deep partial observability. We propose and evaluate two deep neural network architectures that consist of encoding, action-conditional transformation, and decoding layers based on convolutional neural networks and recurrent neural networks. Experimental results show that the proposed architectures are able to generate visually-realistic frames that are also useful for control over approximately 100-step action-conditional futures in some games. To the best of our knowledge, this paper is the first to make and evaluate long-term predictions on high-dimensional video conditioned by control inputs.

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