Below, you can find links to software produced as part of my research.

Please make any comments, questions, or suggestions on the appropriate GitHub repository.


SimpleOptions

A simple Python framework for working with options in HRL projects.

GitHub Repository

SimpleEnvs

Implementations of various sequential decision problems, built on top of my SimpleOptions package.
The API used in this package is similar to that used by OpenAI Gym.

GitHub Repository

OfficeWorld

A highly-customisable, procedurally generated "office building" gridworld environment for reinforcement learning agents. Built on top of my SimpleOptions package.

GitHub Repository