Open AI GymのEnvを実行する

以前、openai/baselinesをインストールして実行する記事を書きました。 nullpo24.hatenablog.com ここではopenai/gymのEnvを実行する方法について記述します。 (virtualenv内で実行したほうが良いかもしれない) openai/gymインストール $ git clone https://github.com/openai/gym.git $ cd gym $ pip install -e . 実行 …