A Bayesian model selection framework to compute optimal region-based subgoal options.
To create a conda environment to run this repository, use the commands:
conda env create -f environment.yml
conda activate oo-env
To run the repository's tests, use the command:
pytest --durations=3