October 2018
Intermediate to advanced
472 pages
10h 57m
English
The entire script can be split into four modules named train_dqn.py, agent_reply_dqn.py, test_dqn.py, and hyperparameters_dqn.py. Store these in a folder of your choice, for example chapter_15. Set chapter_15 as the project folder in your favorite source code editor and just run the train_dqn.py file.
The train_dqn.py Python file will import functions from all of the other modules in places where they are needed for execution.
Now let's walk through the contents of each file.
Read now
Unlock full access