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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.