Skip to Content
Deep Reinforcement Learning with Python - Second Edition
book

Deep Reinforcement Learning with Python - Second Edition

by Sudharsan Ravichandiran
September 2020
Intermediate to advanced content levelIntermediate to advanced
760 pages
18h 26m
English
Packt Publishing
Content preview from Deep Reinforcement Learning with Python - Second Edition

4

Monte Carlo Methods

In the previous chapter, we learned how to compute the optimal policy using two interesting dynamic programming methods called value and policy iteration. Dynamic programming is a model-based method and it requires the model dynamics of the environment to compute the value and Q functions in order to find the optimal policy.

But let's suppose we don't have the model dynamics of the environment. In that case, how do we compute the value and Q functions? Here is where we use model-free methods. Model-free methods do not require the model dynamics of the environment to compute the value and Q functions in order to find the optimal policy. One such popular model-free method is the Monte Carlo (MC) method.

We will begin the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Deep Learning with Python, Second Edition

Deep Learning with Python, Second Edition

Francois Chollet
Robust Python

Robust Python

Patrick Viafore

Publisher Resources

ISBN: 9781839210686Supplemental Content