Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 873 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 873 Bytes

State-dependent Proposal Adaptive Importance Sampling (SPAIS)

arXiv

Estimate the probability of failure for black-box autonomous systems using State-Dependent Proposal Adaptive Importance Sampling (SPAIS). SPAIS optimizes a state-based proposal distribution to match the optimal importance sampling distribution using Markov score ascent methods.

Installation

] add https://github.com/sisl/SPAIS.jl

Examples

The examples/ folder contains scripts for running failure probability estimation on the inverted pendulum problem from the paper.

To run the examples, first run the installation script:

cd examples
julia install.jl

Next, run the run_pendulum.jl script:

julia --project run_pendulum.jl

More examples are coming soon!