openai / universe-starter-agent

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

Image problem #122

Closed martinhrvn closed 6 years ago

martinhrvn commented 6 years ago

I have installed all dependencies and have been able to start, however when I look into tensorboard, the images there look strange. Not sure what it could be caused by.

screen shot 2017-09-14 at 13 02 14

TheCrazyT commented 6 years ago

Got the same problem using ubuntu17 under virtualbox.

TheCrazyT commented 6 years ago

Solved it by pulling universe-repo and installed that throug pip3. Then i run "rm -Rf /tmp/pong && python3 train.py -e PongDeterministic-v4" and it now shows correct black&white images.

AdamStelmaszczyk commented 6 years ago

This looks similar to the issue I'm seeing: https://github.com/openai/universe-starter-agent/issues/133

@kane77 I haven't seen any images in TensorBoard... Did your visualization in a window (env.render()) look wrong in the same way as mine? Have you fixed it?

Update: Ah, I checked the "Images" tab in TensorBoard and mine images look wrong in the same way. So it is the same issue.

Update 2: Found what's wrong, described here: https://github.com/openai/universe-starter-agent/issues/133#issuecomment-355501065 Thank you @TheCrazyT, your comment was gold. I used just pip.