deep_q_rl icon indicating copy to clipboard operation
deep_q_rl copied to clipboard

Issue on Input Shape of network

Open taiharry108 opened this issue 8 years ago • 1 comments

For the several networks in the build methods, the width and height may be of the wrong order.

taiharry108 avatar Jun 03 '16 09:06 taiharry108

Right, in the code we're supposed to have height before width for our data, but sometimes in q_network.py the width is listed first. But since we usually assume the images are square it's not too bad, though it might be nice to have height before width be consistently used for clarity.

DanielTakeshi avatar Dec 02 '16 19:12 DanielTakeshi