Skip to Content
Python Deep Learning - Second Edition
book

Python Deep Learning - Second Edition

by Ivan Vasilev, Daniel Slater, Gianmario Spacagna, Peter Roelants, Valentino Zocca
January 2019
Intermediate to advanced
386 pages
11h 13m
English
Packt Publishing
Content preview from Python Deep Learning - Second Edition

Types of RL algorithms

We can use different classification of RL algorithms, depending on several factors. In this section, we'll outline some of the algorithms.

First, we'll divide RL algorithms based on the nature of the value function. We can identify two main types:

  • Tabular solutions: The number of possible states and actions is small enough that we can represent the value function as a table (array) and the agent is fully familiar with the environment. One such scenario is the maze example, where the whole maze is stored in a table and the maze itself is not too big. With tabular solutions, we can often find the true optimal value function and optimal policy.
  • Approximate solutions: The state and action spaces could be arbitrarily large. ...
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

Python Deep Learning

Python Deep Learning

Valentino Zocca, Gianmario Spacagna, Daniel Slater, Peter Roelants

Publisher Resources

ISBN: 9781789348460Supplemental Content