Openai의 Gym 설치를 위한 Doc는 아래와 같습니다.
https://gym.openai.com/docs/
설치 명령어가 아래와 같은데 "git" 설치 안되어 있으면 동작을 안합니다.
git clone https://github.com/openai/gym
cd gym
pip install -e . # minimal install
먼저 git를 설치한수에 위 명령을 실행하면됩니다.
https://git-scm.com/download/win
설치후 git의 CMD를 실행 하고 위 명령어를 입력하면 아래 그림처럼 설치가 완료됩니다.