Bindings to OpenAI Gym/Universe for Rust language
Docker and Rust are required for this client to work
curl https://sh.rustup.rs -sSf | sh
curl https://sh.rustup.rs -sSf | sh
xcode-select --install
brew install openssl
You may also need to point to your systems openssl installation:
export OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include
export DEP_OPENSSL_INCLUDE=/usr/local/opt/openssl/include
source ~/.bashrc