April 2020
Intermediate to advanced
380 pages
9h 24m
English
In this final section, we shall understand the neural network we have created for the agent to train with. We'll explore the util/nn.py file, which provides the NN class, along with the following important methods:
input_dim: (2, util.BOARD_SIZE_H, util.BOARD_SIZE_W),policy_dim: util.KEY_SIZE,res_layer_num: 5,
Read now
Unlock full access