Interval Action Spaces

This python-package is an extension to OpenAI Gym for action spaces in form of intervals.

Dependencies

Setup

Make sure all dependencies are installed.

~$ pip install -r requirements.txt

Then install package.

~$ pip install .

Usage

>>> import interval_spaces

More information can be found in the documentation.

License

This work is licensed under a MIT License.