Appendix 1 – Reinforcement Learning Algorithms
Let's have a look at all the reinforcement learning algorithms we have learned about in this book.
Reinforcement learning algorithm
The steps involved in a typical reinforcement learning algorithm are given as follows:
- First, the agent interacts with the environment by performing an action.
- The agent performs an action and moves from one state to another.
- Then the agent will receive a reward based on the action it performed.
- Based on the reward, the agent will understand whether the action is good or bad.
- If the action was good, that is, if the agent received a positive reward, then the agent will prefer performing that action, else the agent will try performing other actions that can result ...
Get Deep Reinforcement Learning with Python - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.