In this chapter, we looked at a fundamental component of RL, and that is rewards. We learned that, when building training environments, it was best that we defined a set of reward functions our agent will live by. By understanding these equations, we get a better sense of how frequent or sparse rewards can negatively affect training. We then looked at a few methods, the first of which is called Curriculum Learning, that could be used to ease or step the agent's extrinsic rewards. After that, we explored another technique, called Backplay, that used a reverse play technique and Curriculum Training to enhance an agent's training. Finally, we looked at internal or intrinsic rewards, and the concept of Motivated Reinforcement Learning. We then learned that the first intrinsic reward system developed into ML-Agents was to give an agent a motivation for curiosity....
-
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