윈도우 아나콘다 gym 설치

1 개요[ | ]

윈도우 아나콘다 gym 설치

2 사전작업[ | ]

3 설치[ | ]

  • Win --- 모든 프로그램 --- Anaconda3 (64-bit) --- Anaconda Prompt 실행
(C:\ProgramData\Anaconda3) C:\Users\jmnote>activate root

(root) C:\Users\jmnote>pip install gym
Collecting gym
  Downloading gym-0.9.4.tar.gz (157kB)
    100% |████████████████████████████████| 163kB 392kB/s
Requirement already satisfied: numpy>=1.10.4 in c:\programdata\anaconda3\envs\te
nsorflow\lib\site-packages (from gym)
Collecting requests>=2.0 (from gym)
  Downloading requests-2.18.4-py2.py3-none-any.whl (88kB)
    100% |████████████████████████████████| 92kB 367kB/s
Requirement already satisfied: six in c:\programdata\anaconda3\envs\tensorflow\l
ib\site-packages (from gym)
Collecting pyglet>=1.2.0 (from gym)
  Downloading pyglet-1.3.0-py2.py3-none-any.whl (1.0MB)
    100% |████████████████████████████████| 1.0MB 761kB/s
Requirement already satisfied: certifi>=2017.4.17 in c:\programdata\anaconda3\en
vs\tensorflow\lib\site-packages (from requests>=2.0->gym)
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.0->gym)
  Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB)
    100% |████████████████████████████████| 143kB 825kB/s
Collecting urllib3<1.23,>=1.21.1 (from requests>=2.0->gym)
  Downloading urllib3-1.22-py2.py3-none-any.whl (132kB)
    100% |████████████████████████████████| 133kB 752kB/s
Collecting idna<2.7,>=2.5 (from requests>=2.0->gym)
  Downloading idna-2.6-py2.py3-none-any.whl (56kB)
    100% |████████████████████████████████| 61kB 959kB/s
Collecting future (from pyglet>=1.2.0->gym)
  Downloading future-0.16.0.tar.gz (824kB)
    100% |████████████████████████████████| 829kB 1.1MB/s
Building wheels for collected packages: gym, future
  Running setup.py bdist_wheel for gym ... done
  Stored in directory: C:\Users\jmnote\AppData\Local\pip\Cache\wheels\ad\46\5a\
1833d0ef8149a50e78fdb24a41f47e22a7f4a9dcd649b8db53
  Running setup.py bdist_wheel for future ... done
  Stored in directory: C:\Users\jmnote\AppData\Local\pip\Cache\wheels\c2\50\7c\
0d83b4baac4f63ff7a765bd16390d2ab43c93587fac9d6017a
Successfully built gym future
Installing collected packages: chardet, urllib3, idna, requests, future, pyglet,
 gym
Successfully installed chardet-3.0.4 future-0.16.0 gym-0.9.4 idna-2.6 pyglet-1.3
.0 requests-2.18.4 urllib3-1.22

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}