September 2018
Intermediate to advanced
288 pages
7h 38m
English
As we said in Chapter 1, Overview of Keras Reinforcement Learning, the term Deep Q-learning identifies a reinforcement-learning method of the approximation of a function. It therefore represents an evolution of the basic Q-learning method since the state-action table is replaced by a neural network, with the aim of approximating the optimal value function.
Compared to the previous approaches, where it was used to structure the network in order to request both input and action, and providing its expected return, Deep Q-learning revolutionizes the structure in order to request only the state of the environment and supplying as many status-action values as there are actions that can be performed in the environment.
Read now
Unlock full access