Skip to content

Instantly share code, notes, and snippets.

View algorithmdog's full-sized avatar

AlgorithmDog algorithmdog

View GitHub Profile
@algorithmdog
algorithmdog / Install gym for my Mac
Created June 10, 2016 13:19
step by step install gym for mac os el capital
Mac OS: El captial
Environment: virtualenv
virtualenv ~/gym
source ~/gym/bin/activate
git clone https://github.com/openai/gym
cd gym
pip install -e . # minimal install, it should be okay witout error if using virtual env
#install all simulation games, require #cmake,#swig (it requires #pcre)
mkdir __install_swig/
cd __install_swig/