sheim / vibly_LFS

Python implementation to compute viable sets in state-action space
MIT License
2 stars 3 forks source link

Probabilistic threshold #23

Closed sheim closed 5 years ago

sheim commented 5 years ago

Currently viable_threshold is applied to the mean of the gp, Q_M_est. This should be made to apply to the probability of a q to actually reach a failure (e.g. depend on the variance as well).

alexBeuth commented 5 years ago

Done