JUZI1
JUZI1
I seem to understand. The new gym environment is different. If you directly use 'Breakout-v0', you will skip four frames in the middle. You should use 'BreakoutNoFrameskip-v0'
> hi, i run this code with the initial parameters: model='m1' with game breakout-v0. after about 8days' gpu training, when the program finished, i evaluated the model and got average-reward...
I wrote a dqn myself, but I also got a bad score. I suspect it's the environmental problem of gym
you can use 'BreakoutNoFrameskip-v0' instead 'Breakout-v0' ,because the environment in 0.17 version gym is diffrent
> 我有一样的问题,你解决了吗? 人家看不懂中文
Hello, I have been troubled by this problem for a long time. How can I solve it