Skip to content

BaeMinCheon/study-open-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Setup


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

  1. install Anaconda with default properties

no need to adjust from default check box

  1. execute Anaconda Prompt
  2. type conda create -n openai pip python=3.5
  3. type activate openai
  4. type pip install gym
  5. PROFIT !

Additional

when you need to ues OpenAI with Tensorflow


  1. execute Anaconda Prompt
  2. type activate openai
  3. type pip install --ignore-installed --upgrade tensorflow-gpu

because I gonna use tensorflow supporting gpu

  1. PROFIT !

Releases

No releases published

Packages

No packages published

Languages