Below is a selection of software and libraries produced as part of my research. For questions or suggestions, please feel free to open issues or discussion threads on the respective GitHub repositories.
SimpleOptions
A simple Python framework for working with options in HRL projects.
SimpleEnvs
Implementations of various sequential decision problems, built on top of my SimpleOptions framework. The API used in this package is similar to that used by OpenAI Gym.
OfficeWorld
A highly-customisable, scalable, procedurally generated "office building" gridworld environment for reinforcement learning agents. Built on top of my SimpleOptions framework.