simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.74k stars 1.23k forks source link

DQN Atari Space Invaders issue #52

Open barryallenlord opened 5 years ago

barryallenlord commented 5 years ago

I think that my training part is't working. Here is the picture. image image There is no error here.

riccihenrique commented 5 years ago

I am having the same problem. I think the problem is on the neural network, because when i train with render = true, the agent take some decision. Did you fix it?

samiulextreem commented 3 years ago

any solution on this issue?