devsisters / DQN-tensorflow

Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
MIT License
2.48k stars 764 forks source link

How to run on Windows? #57

Open hamiltonwei opened 6 years ago

hamiltonwei commented 6 years ago

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.

yumere commented 5 years ago

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

douglasrizzo commented 5 years ago

@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.