openai 0.3.4

OpenAI client for Rust
Documentation

rust-openai

Bindings to OpenAI Gym/Universe for Rust language

Installation

Docker and Rust are required for this client to work

Linux

Docker

Official Ubuntu 16.04

Rust
curl https://sh.rustup.rs -sSf | sh

OSX

Docker

Docker

Rust
curl https://sh.rustup.rs -sSf | sh
Other dependencies
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