paper-with-me

홈 › Papers

Playing Doom with SLAM-Augmented Deep Reinforcement Learning

2016-12-01 · Shehroze Bhatti, Alban Desmaison, Ondrej Miksik, Nantas Nardelli, N. Siddharth, Philip H. S. Torr

A number of recent approaches to policy learning in 2D game domains have been successful going directly from raw input images to actions. However when employed in complex 3D environments, they typically suffer from challenges related to partial observability, combinatorial exploration spaces, path planning, and a scarcity of rewarding scenarios. Inspired from prior work in human cognition that indicates how humans employ a variety of semantic concepts and abstractions (object categories, localisation, etc.) to reason about the world, we build an agent-model that incorporates such abstractions into its policy-learning framework. We augment the raw image input to a Deep Q-Learning Network (DQN), by adding details of objects and structural elements encountered, along with the agent's localisation. The different components are automatically extracted and composed into a topological representation using on-the-fly object detection and 3D-scene reconstruction.We evaluate the efficacy of our approach in Doom, a 3D first-person combat game that exhibits a number of challenges discussed, and show that our augmented framework consistently learns better, more effective policies.

📄 PDF Abstract BibTeX arXiv:1612.00380

Code (1)

shehroze37/Augmented-Deep-Reinforcement-Learning-for-3D-environments

Tasks

Deep Reinforcement Learningobject-detectionObject DetectionQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Autoencoder-augmented Neuroevolution for Visual Doom Playing

2017-07-12 · Samuel Alvernaz, Julian Togelius

Neuroevolution has proven effective at many reinforcement learning tasks, but does not seem to scale well to high-dimensional controller representations, which are needed for tasks where the input is raw pixel data. We p…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

ViZDoom Competitions: Playing Doom from Pixels

2018-09-10 · Marek Wydmuch, Michał Kempka, Wojciech Jaśkowski

This paper presents the first two editions of Visual Doom AI Competition, held in 2016 and 2017. The challenge was to create bots that compete in a multi-player deathmatch in a first-person shooter (FPS) game, Doom. The …

Navigatereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Robust Dual View Deep Agent

2018-04-13 · Ibrahim M. Sobh, Nevin M. Darwish

Motivated by recent advance of machine learning using Deep Reinforcement Learning this paper proposes a modified architecture that produces more robust agents and speeds up the training process. Our architecture is based…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

DOOM: A Novel Adversarial-DRL-Based Op-Code Level Metamorphic Malware Obfuscator for the Enhancement of IDS

2020-10-16 · Mohit Sewak, Sanjay K. Sahay, Hemant Rathore

We designed and developed DOOM (Adversarial-DRL based Opcode level Obfuscator to generate Metamorphic malware), a novel system that uses adversarial deep reinforcement learning to obfuscate malware at the op-code level f…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

ViZDoom: A Doom-based AI Research Platform for Visual Reinforcement Learning

2016-05-06 · Michał Kempka, Marek Wydmuch, Grzegorz Runc, Jakub Toczek 외

The recent advances in deep neural networks have led to effective vision-based reinforcement learning methods that have been employed to obtain human-level controllers in Atari 2600 games from pixel data. Atari 2600 game…

Atari GamesFPS GamesGame of DoomQ-Learning+3