async-rl
async-rl copied to clipboard
RGB image
How to use the raw RGB instead of the grayscaled image ? I have some troubles with the neural networks shape which doesn't match the observation shape (84,84,3) ?
Why dont you just convert them into grayscale.
because some objects are very similar and only their color can be used to "recognize" them
I would also like to know this, I tried using 3D Convolutions since the shape is gonna be 5 dimensions, but I haven't worked on it any farther.
@coreylynch Any help would be appreciated thanks.