llSourcell / OpenAI_Game_Bot_Live_stream

This is the code for the "How to Install OpenAI's Universe and Make a Game Bot" live session by Siraj Raval on Youtube
39 stars 36 forks source link

Configure remotes #1

Open cooperra opened 7 years ago

cooperra commented 7 years ago

I had to add this line from the official documentation's example, otherwise I'd get an error and Docker wouldn't start.

AttributeError: 'VNCEnv' object has no attribute 'remote_manager'

See https://github.com/openai/universe/blob/master/doc/remotes.rst

gy2256 commented 7 years ago

Yeah. I figure it out as well. Thanks for posting.

arsenious commented 7 years ago

I had the same issue too. Does it have anything to do with using a conda environment or some recent changes in universe?

cooperra commented 7 years ago

For the record, I am using Arch Linux with the system's environment. On Jan 8, 2017 5:20 PM, "arsenious" notifications@github.com wrote:

I had the same issue too. Does it have anything to do with using a conda environment or some recent changes in universe?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/llSourcell/OpenAI_Game_Bot_Live_stream/pull/1#issuecomment-271184275, or mute the thread https://github.com/notifications/unsubscribe-auth/AAoOcXHIVgcLeVwOn7dpwEORIL90WTsLks5rQWE0gaJpZM4LbLBE .

rahuldeo2047 commented 7 years ago

Same issue here.