virtualenv에 OpenAI gym 설치하기(MAC OS)



1단계: virtualenv로 가서 pip 명령을 이용해 설치한다.

$ source [설치한 경로]/bin/activate

(설치폴더이름) $ pip3 install gym

이렇게 하면 minimal 로 설치가 되며 이 단계 만으로 실행할 수 있는 환경은 다음과 같다.

- algorithmic

- toy_text

- classic_control (you'll need pyglet to render though)



끝.

2단계: atari 등은 성공하면 업데이트 예정.



reference:

https://github.com/openai/gym

+ Recent posts