Chapter 46. Learning Reinforcement

Key Topics

  • Defining Reinforcement Theory

  • Fundamental Elements

  • Reinforcement Learning Algorithms

  • Advanced Issues

  • Discussion

The essence of playing games is to take the best action given the current situation. A policy expresses what should be done in each situation. Although the environment is usually nondeterministic by nature, most AI algorithms assume that underlying trends can be learned. Reinforcement learning (RL) is a collection of problems whereby the policy must be adjusted by trial and error, according to feedback from the environment.

Numerous problems can be modeled using reinforcement signals from the environment for example, learning to aim, move, or even play deathmatch. Adaptation allows the animats to act in a more intelligent fashion without needing scripts or other designer assistance.

General optimization strategies (such as genetic algorithms) can be used to solve reinforcement problems, but they do not take advantage of the essence of the problem. Instead, specialized RL algorithms use the reward signal itself to learn the best policy in a more efficient fashion.

This chapter covers the following topics:

  • The theory behind reinforcement models, and concepts such as states and policies, rewards and returns

  • The common insights used by most reinforcement algorithms, notably the concept of state values that estimate the benefit of a situation

  • The three major algorithms used for reinforcement learning, specifically dynamic programming, Monte Carlo, and temporal difference approaches

  • The advantages and disadvantages of reinforcement learning used in game development

In practice, RL can be used in games to learn the best tactics based on trial and error. Intuitively, this can be understood as a learning finite-state machine, as covered in the next chapter.



AI Game Development. Synthetic Creatures with Learning and Reactive Behaviors
AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors
ISBN: 1592730043
EAN: 2147483647
Year: 2003
Pages: 399

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net