DQN-tensorflow icon indicating copy to clipboard operation
DQN-tensorflow copied to clipboard

How to run on Windows?

Open hamiltonwei opened this issue 6 years ago • 2 comments

I tried to run from the windows command line using the command in Readme but it says "Import Error: No module named tensorflow." How do I run the program on Windows? I am using Anaconda.

hamiltonwei avatar Aug 14 '18 05:08 hamiltonwei

I would like to run on the Windows, but I can't do it because of gym library. In my knowledge the 'gym' is not supported on the Windows

@hamiltonwei

yumere avatar Oct 16 '18 16:10 yumere

@yumere maybe the people here can help you https://github.com/openai/gym/issues/982

@hamiltonwei have you installed tensorflow? Either using pip or anaconda? If you installed in a virtual env, remember to activate it before running any scripts.

douglasrizzo avatar Oct 16 '18 17:10 douglasrizzo