Skip to content
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

Open
xihangalpha opened this issue May 22, 2017 · 5 comments

Comments

@xihangalpha
Copy link

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?

@stefanutti
Copy link

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:

  • VirtualBox Versione 5.1.22 r115126 (Qt5.6.2)
  • Docker (last version from internat at this date 05/2017

dqn-x-server-not-working

@nolsigan
Copy link

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 tried uninstalling universe from current env but it didn't work, so I assume it's not universe itself but its dependent library causing the problem.

I also created an issue on gym github repo but there's no answer yet.
openai/gym#596

@Raym0ndKwan
Copy link

Ran into exactly the same problem on Mac.

@Raym0ndKwan
Copy link

Raym0ndKwan commented May 28, 2017

By using an older version of atari-py (0.0.21 for my case), the problem seemed to be solved.
Not only works for breakout, also other Atari games.

@Summoner918
Copy link

Summoner918 commented Aug 28, 2018

It is the version problem of gym.
By using pip install gym==0.10(my case) and modify environment.py :
modify: self.env = gym.make(config.env_name)
to: self.env = gym.make(config.env_name).unwrapped
It is for all games in gym

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants