cyoon1729 / deep-Q-networks

Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51
276 stars 82 forks source link

The ConvDQN class does not seem to working #1

Closed arijitgupta42 closed 4 years ago

arijitgupta42 commented 4 years ago

In the ConvDQN class, it keeps saying conv_net not found. When I assumed that by conv_net maybe it wants the self.conv then it gives me a size mismatch. It says that it requires the input of shape [32,4,8,8] (Which I understand why it's asking for) but got [1,4] (Which I don't understand why it's getting).