sheim / vibly_LFS

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

move failure checks out of `step` #13

Closed sheim closed 5 years ago

sheim commented 5 years ago

Failure checks should be an external function that evaluate the final state after a step, for modularity