What is reinforcement learning and when is it useful? How can it be implemented and applied in Python? This talk will attempt to answer these questions. This will be accomplished in three main sections - an overview of reinforcement learning and its applications, implementation details of the algorithm using Python, and a Python demo of reinforcement learning applied to a real problem.
What is reinforcement learning and when is it useful? How can it be implemented and applied in Python? This talk will attempt to answer these questions.
### Definition of Reinforcement Learning ### Relevant Concepts * Markov decision process * state space * action space * transition probabilities * state rewards * policy ### Using Data * estimating transition probabilities and rewards from data * identifying the optimal policy given estimated transition probabilities