Skip to content

starlordadi/safe-exploration

 
 

Repository files navigation

Learning-based Model Predictive Control for Safe Exploration

image

image

This code accompanies the following paper:

Installation

Install the library including all dependencies with.

pip install -e ".[test,visualization,ssm_gpy,ssm_pytroch]"

test for the testing tools. visualization for visualizations such as matplotlib. ssm_gpy and ssm_pytorch for state space models based on GPy or PyTorch, respectively.

Experiments can be run using the experiments/run.py script.

Test can be run using pytest. There are also more sophisticated style tests in scripts/test_code.sh.

About

Safe Exploration with MPC and Gaussian process models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%