October 2019
Intermediate to advanced
366 pages
12h 4m
English
The pseudocode that was given in the preceding section already provides a comprehensive view of the algorithm, but from an implementation standpoint, there are a few things that are worth looking at in more depth. Here, we'll show the more interesting features that could also recur in other algorithms. The full code is available in the GitHub repository of the book: https://github.com/PacktPublishing/Reinforcement-Learning-Algorithms-with-Python.
Specifically, we'll focus on a few main parts:
We defined a deterministic actor and a critic inside a function ...
Read now
Unlock full access