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.77k stars 1.22k forks source link

Value Error - lets-play-doom #29

Open alim971 opened 5 years ago

alim971 commented 5 years ago

Hello, when I try to run your code, it always ends with this error: "ValueError: zero-size array to reduction operation minimum which has no identity" trackback indicates to this call: "stacked_frames = stack_frames(stacked_frames, state, True)"

What is the problem?

samiulextreem commented 5 years ago

https://github.com/simoninithomas/Deep_reinforcement_learning_Course/issues/23

check this link.this issue is solved.