openai / universe-starter-agent

A starter agent that can solve a number of universe environments.
MIT License
1.1k stars 318 forks source link

RGB image #109

Closed Skarwild closed 6 years ago

Skarwild commented 7 years ago

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) ?

ShaniGam commented 7 years ago

I don't think it's ever being converted into grayscaled imgae, they use frame.mean instead.