This repository contains a PIP package which is an OpenAI environment for doing EnergyPlus simulations of energy building modeling.
Install the OpenAI gym.
Then install this package via
pip install -e .
import gym
import gym_energyplus
env = gym.make('energyplus-v0')
See https://github.com/matthiasplappert/keras-rl/tree/master/examples for some examples.