Status: Prealpha (code is provided as-is, only tested on Ubuntu 16.04)
OpenAI Gym environment adapter using ZeroMQ
Supports messaging connections to live environments
Install OpenAI gym.
Then install this package via
git clone https://github.com/neureal/gym-zmq.git
cd gym-zmq
pip install -e .
import gym
import gym_zmq
env = gym.make('Zmq-v0')