- download
Anaconda for Windows
in https://www.anaconda.com/download/
no matter whether it is Python 3.X
or Python 2.7
but I recommend you Python 2.7
side
- install
Anaconda
with default properties
no need to adjust from default check box
- execute
Anaconda Prompt
- type
conda create -n openai pip python=3.5
- type
activate openai
- type
pip install gym
- PROFIT !
when you need to ues OpenAI with Tensorflow
- execute
Anaconda Prompt
- type
activate openai
- type
pip install --ignore-installed --upgrade tensorflow-gpu
because I gonna use tensorflow supporting gpu
- PROFIT !