[go: up one dir, main page]

0% found this document useful (0 votes)
34 views56 pages

HandsOnReinforcementLearningwithPython ColorImages

This document outlines a comprehensive guide to reinforcement learning, covering foundational concepts such as the Markov Decision Process and dynamic programming. It also explores practical applications using OpenAI and TensorFlow, including gaming with Monte Carlo methods and deep learning techniques. The final chapters discuss recent advancements in the field and culminate in a capstone project focused on car racing using Deep Q-Networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views56 pages

HandsOnReinforcementLearningwithPython ColorImages

This document outlines a comprehensive guide to reinforcement learning, covering foundational concepts such as the Markov Decision Process and dynamic programming. It also explores practical applications using OpenAI and TensorFlow, including gaming with Monte Carlo methods and deep learning techniques. The final chapters discuss recent advancements in the field and culminate in a capstone project focused on car racing using Deep Q-Networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 56

Chapter 1: Introduction to Reinforcement

Learning
Chapter 2: Getting Started with OpenAI and
TensorFlow
Chapter 3: The Markov Decision Process
and Dynamic Programming
Chapter 4: Gaming with Monte Carlo
Methods
Chapter 5: Temporal Difference Learning
Chapter 6: Multi-Armed Bandit Problem
Chapter 7: Deep Learning Fundamentals
Chapter 8: Atari Games with Deep Q
Network
Chapter 9: Playing Doom with a Deep
Recurrent Q Network
Chapter 10: The Asynchronous Advantage
Actor Critic Network
Chapter 11: Policy Gradients and
Optimization
Chapter 12: Capstone Project – Car Racing
Using DQN
Chapter 13: Recent Advancements and Next
Steps

You might also like