-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get image observation as an RGB value array? #50
Comments
HI,do you have solved this problem?I have the same problem recently.Thanks! |
Hi, |
There is no such method... |
I changed the resolution to 64x64, but the extracted image is completely black, does anyone know why? |
hi,do you have solved this problem? Thanks! |
We are trying to get an observation output of the vision image for each step in order to write an A3C algorithm with tensorflow that will be able to learn from vision.
We have made sure that the resolution is set to 64 x 64 when trying to run the agent and that vision is set to True when calling the environment:
en=TorcsEnv(vision=True, )
We get back an observation dictionary that does not contain an ' img' key, thus we get a KeyError.
The text was updated successfully, but these errors were encountered: