Summary: Play Video Games with Generative AI
Discover how generative adversarial imitation learning (GAIL) applies generative AI techniques to reinforcement learning in video games. Learn the differences between reinforcement learning and inverse reinforcement learning, how entropy evaluates learning, and implement GAIL using physics simulators and OpenAI Gym environments.
We'll cover the following...
We'll cover the following...
In this chapter, we explored another application of generative models in reinforcement learning. First, we described how RL allows us to learn the behavior of an agent in an environment and how deep neural ...