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

15m 2s logged

I realised I made a mistake in my previous implementation of the DQN model.

I forgot to inherit from the required pytorch module and I forgot to feed the state_size and action_size to the constructor method.

To further evaluate and fix my code, I will be using an implementation from GeeksForGeeks to guide me while modifying some sections to suit my specific scenario.

1
13

Comments 0

No comments yet. Be the first!