paper-with-me

Papers

Action-Conditional Video Prediction using Deep Networks in Atari Games

2015-07-31 · NeurIPS 2015 12 · Junhyuk Oh, Xiaoxiao Guo, Honglak Lee, Richard Lewis, Satinder Singh

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.

📄 PDF Abstract BibTeX arXiv:1507.08750

Code (1)

yogi2578/GameEngineLearning tf

Tasks

Atari GamesReinforcement LearningReinforcement Learning (RL)Video Prediction

Similar Papers 제목 키워드 기반

Model-Based Reinforcement Learning for Atari

2019-03-01 · Lukasz Kaiser, Mohammad Babaeizadeh, Piotr Milos, Blazej Osinski 외

Model-free reinforcement learning (RL) can be used to learn effective policies for complex tasks, such as Atari games, even from image observations. However, this typically requires very large amounts of interaction -- s…

Atari GamesAtari Games 100kmodelModel-based Reinforcement Learning+4

Model Based Reinforcement Learning for Atari

2020-05-01 · ICLR 2020 1 · Łukasz Kaiser, Mohammad Babaeizadeh, Piotr Miłos, Błażej Osiński 외

Model-free reinforcement learning (RL) can be used to learn effective policies for complex tasks, such as Atari games, even from image observations. However, this typically requires very large amounts of interaction -- s…

Atari GamesmodelModel-based Reinforcement Learningreinforcement-learning+3

A Deep Learning Approach for Joint Video Frame and Reward Prediction in Atari Games

2016-11-21 · Felix Leibfried, Nate Kushman, Katja Hofmann

Reinforcement learning is concerned with identifying reward-maximizing behaviour policies in environments that are initially unknown. State-of-the-art reinforcement learning approaches, such as deep Q-networks, are model…

Atari GamesModel-based Reinforcement LearningPredictionreinforcement-learning+2

Disentangling Controllable Object through Video Prediction Improves Visual Reinforcement Learning

2020-02-21 · Yuanyi Zhong, Alexander Schwing, Jian Peng

In many vision-based reinforcement learning (RL) problems, the agent controls a movable object in its visual field, e.g., the player's avatar in video games and the robotic arm in visual grasping and manipulation. Levera…

Atari GamesObjectPredictionreinforcement-learning+3

Estimates for the Branching Factors of Atari Games

2021-07-06 · Mark J. Nelson

The branching factor of a game is the average number of new states reachable from a given state. It is a widely used metric in AI research on board games, but less often computed or discussed for videogames. This paper p…

Atari GamesBoard Games