-
Notifications
You must be signed in to change notification settings - Fork 763
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
Help!Why the screen outputs images flow of such low quality as well as with no color? #35
Comments
I have a similar problem. I'm using this command to start docker: docker run -it -p 8888:8888 -p 6006:6006 --name ai -e PASSWORD=ai -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY --device /dev/dri --device /dev/snd stefanutti/ai:1.0 bash I'm using:
|
It is probably due to some dependent libraries of openai universe. I had same problem and managed it with making new virtualenv without universe. I also created an issue on gym github repo but there's no answer yet. |
Ran into exactly the same problem on Mac. |
By using an older version of atari-py (0.0.21 for my case), the problem seemed to be solved. |
It is the version problem of gym. |
When I set is_train=False and display=True in the code, the screen outputs the image flows with rather low quality and without color. Why? Could someone help me?
The text was updated successfully, but these errors were encountered: