Deep reinforcement learning (DRL) is currently taking the world by storm and is seen as the "it" of machine learning technologies, the it goal of reaching some form of general AI. Perhaps it is because DRL approaches the cusp of general AI or what we perceive as general intelligence. It is also likely to be one of the main reasons you are reading this book. Fortunately, this chapter, and the majority of the rest of the book, focuses deeply on reinforcement learning (RL) and its many variations. In this chapter, we start learning the basics of RL and how it can be adapted to deep learning (DL). We will explore the OpenAI Gym environment, a great RL playground, and see how to use it with some simple DRL techniques.
-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Hands-On Deep Learning for Games
By :

Hands-On Deep Learning for Games
By:
Overview of this book
The number of applications of deep learning and neural networks has multiplied in the last couple of years. Neural nets has enabled significant breakthroughs in everything from computer vision, voice generation, voice recognition and self-driving cars. Game development is also a key area where these techniques are being applied. This book will give an in depth view of the potential of deep learning and neural networks in game development.
We will take a look at the foundations of multi-layer perceptron’s to using convolutional and recurrent networks. In applications from GANs that create music or textures to self-driving cars and chatbots. Then we introduce deep reinforcement learning through the multi-armed bandit problem and other OpenAI Gym environments.
As we progress through the book we will gain insights about DRL techniques such as Motivated Reinforcement Learning with Curiosity and Curriculum Learning. We also take a closer look at deep reinforcement learning and in particular the Unity ML-Agents toolkit. By the end of the book, we will look at how to apply DRL and the ML-Agents toolkit to enhance, test and automate your games or simulations. Finally, we will cover your possible next steps and possible areas for future learning.
Table of Contents (18 chapters)
Preface
Deep Learning for Games
Convolutional and Recurrent Networks
GAN for Games
Building a Deep Learning Gaming Chatbot
Section 2: Deep Reinforcement Learning
Introducing DRL
Unity ML-Agents
Agent and the Environment
Understanding PPO
Rewards and Reinforcement Learning
Imitation and Transfer Learning
Building Multi-Agent Environments
Section 3: Building Games
Debugging/Testing a Game with DRL
Obstacle Tower Challenge and Beyond
Other Books You May Enjoy
Customer Reviews