async-rl icon indicating copy to clipboard operation
async-rl copied to clipboard

ValueError: Filter must not be larger than the input: Filter: (8, 8) Input: (4, 84)

Open LinZichuan opened this issue 8 years ago • 3 comments

Hello, I install all dependencies and run the first train command python async_dqn.py --experiment breakout --game "Breakout-v0" --num_concurrent 8, but it come out an error. It seems that the input size (4,84) is wrong?

LinZichuan avatar Oct 15 '16 02:10 LinZichuan

I got this error when I was running tensorflow version 10, upgrading to 11 fixed it.

mboratko avatar Nov 05 '16 01:11 mboratko

vim ~/.keras/keras.json and change 'tf' to 'th', it will solve this problem.

LinZichuan avatar Nov 28 '16 08:11 LinZichuan

@LinZichuan Thanks, it works for me.

KaixiangLin avatar Dec 01 '16 18:12 KaixiangLin