This document discusses reinforcement learning. It defines reinforcement learning as a learning method where an agent learns how to behave via interactions with an environment. The agent receives rewards or penalties based on its actions but is not told which actions are correct. Several reinforcement learning concepts and algorithms are covered, including model-based vs model-free approaches, passive vs active learning, temporal difference learning, adaptive dynamic programming, and exploration-exploitation tradeoffs. Generalization methods like function approximation and genetic algorithms are also briefly mentioned.