You are browsing as a guest. Sign up (or log in) to start making projects!

18m 27s logged

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).

1
38

Comments 0

No comments yet. Be the first!