17 - How to Read Deep Learning Papers
17 - M13.pdf
18 - Analyzing the Paper
18 - human level control through deep reinforcement learning nature paper.zip
19 - How to Modify the OpenAI Gym Atari Environments
19 - M15.pdf
20 - How to Preprocess the OpenAI Gym Atari Screen Images
21 - How to Stack the Preprocessed Atari Screen Images
22 - How to Combine All the Changes
23 - How to Add Reward Clipping Fire First and No Ops
24 - How to Code the Agents Memory
24 - M16a.pdf
25 - How to Code the Deep Q Network
25 - M16b.pdf
26 - Coding the Deep Q Agent Step 1 Coding the Constructor
26 - M16c.pdf
27 - Coding the Deep Q Agent Step 2 EpsilonGreedy Action Selection
28 - Coding the Deep Q Agent Step 3 Memory Model Saving and Network Copying
29 - Coding the Deep Q Agent Step 4 The Agents Learn Function
30 - Coding the Deep Q Agent Step 5 The Main Loop and Analyzing the Performance