Probabilistic formal verification via Weighted Model Integration
-
Clone and install the repository:
cd pfvwmi/ pip3 install -e .
-
Install the
MathSAT
SMT solver viapysmt
:pysmt-install --msat --confirm-agreement
Note: some numerical results might slightly differ from the ones presented in
the paper due to non-determinism
in pytorch
. The conclusions and take-aways should hold true.
cd experiments/income/
bash jair.sh
cd experiments/cartpole/
python3 run_experiment.py
cd experiments/local-rob/
bash jair.sh
cd experiments/equivalence/
bash jair.sh