PyTorch implementation of the NeurIPS 2022 paper "Information-Theoretic Safe Exploration with Gaussian Processes".
The paper can be found here. The code allows the users to use our
implementation of the ISE acquisition function, together with others used in the paper experiment section.
This software is a research prototype, solely developed for and published as part of the publication. It will neither be maintained nor monitored in any way.
- Clone the repository and
cdinto it - Create a conda environment
ise_explorationwith needed dependencies
conda env create --file=environment.yaml- Activate the environment
- Install (locally)
conda activate ise_exploration
pip install -e .An example is provided in ise/example.py. To run it, simply activate the environment where ISE has been installed and
execute:
python ise/example.pyInformation-Theoretic Safe Exploration is open-sourced under the AGPL-3.0 license. See the LICENSE file for details.