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