Skip to content

obastani/model-predictive-shielding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Predictive Shielding

Contains the code for the model predictive shielding algorithm proposed in https://arxiv.org/abs/1905.10691.

  • Works with Python 3.6. Python dependencies are numpy, pytorch, gym, and sklearn.

  • The online shielding code is in the python folder. The main routines are cartpole_test.py, cartpole_test_bl.py, bicycle_test.py, and bicycle_test_bl.py. For example, to run the cart-pole code, run

    $ cd python
    $ python -m spire.main.cartpole_test
    $ cd baseline/python
    $ python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published