I have implemented the neural network that will be used by the Deep Q Network model.
As the task is not very complex, I decided to utilise 32 neurons. In the constructor method, I am essentially stating that one piece of data will be given to the 32 neurons (y coordinate) and I expect two q values to be outputted (as the rocket can only go up or down).
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.