August 2019
Intermediate to advanced
242 pages
5h 45m
English
Beyond the usual suspects involved in our neural network, we need to define additional functions for our agent's memory. The remember function takes a number of inputs, as follows:
It appends these values to the memory (that is, a sequentially ordered list).
We now define how an agent takes an action in an act function. This is where we manage the balance between the exploration of the state space and the exploitation of learned knowledge. These are the steps to follow:
Read now
Unlock full access