June 2018
Intermediate to advanced
436 pages
10h 33m
English
For this project, I haven't used any visualization to demonstrate the states and actions. Rather it is a text-based game, as I alluded to earlier. Then you can run the GridWorld.java class (containing the main method) using following invocation:
DeepQNetwork RLNet = new DeepQNetwork(conf, 100000, .99f, 1d, 1024, 500, 1024, InputLength, 4);
In this invocation, here's the parameter description outlined: