Search⌘ K

Introduction: Play Video Games with Generative AI

Explore how reinforcement learning combined with generative adversarial imitation learning (GAIL) can optimize video game character behavior. Understand policy learning, inverse reinforcement learning, and how GANs help distinguish expert actions for better decision-making in AI agents.

We'll cover the following...

In addition to generating complex data using deep neural networks, neural networks can also be used to learn rules for how an entity (such as a video game character or a vehicle) should respond to an environment to optimize a reward, known as reinforcement learning (RL). While RL is not intrinsically ...