Code Monkey home page Code Monkey logo

betl's Introduction

Improving the Performance of Robust Control through Event-Triggered Learning

This repository is part of the supplementary material for the submission titled Improving the Performance of Robust Control through Event-Triggered Learning by Alexander von Rohr, Friedrich Solowjow and Sebastian Trimpe published in the proceedings of the IEEE Conference on Decision and Control.

If you are finding this code useful please get in contact and consider citing the paper.

@inproceedings{rohr2022improving,
  author = {{von Rohr}, Alexander and Solowjow, Friedrich and Trimpe, Sebastian},
  title = {Improving the Performance of Robust Control through Event-Triggered Learning},
  booktitle = {Proceedings of the IEEE Conference on Decision and Control},
  pages = {3424-3430},
  year = {2022},
  doi = {10.1109/CDC51059.2022.9993350},
}

How to use the supplementary code

Install dependencies

This project uses pipenv (https://pypi.org/project/pipenv/) to manage dependencies I recommend using pyenv (https://github.com/pyenv/pyenv) to manage your python version.

When you have pipenv and the correct python version installed run

pipenv install

You als need to have MOSEK (https://www.mosek.com/) installed for the LMI based synthesis. We use PICOS (https://pypi.org/project/PICOS/) as interface to the underlying solver. That means, in principle, it is possible to replace MOSEK with CVXOPT (https://cvxopt.org/) without many changes.

Once you have installed all dependencies you can start the python virtual environment:

pipenv shell

Reproducing the figures

The data presented in the paper is part of this repository and can be found in the data folder. To reproduce the figures presented in the paper you can re-run the scripts named plot_*.

Reproducing results

The results of Section IV.A can be reproduced with the script cost_optimal_excitation_1d.py.

The results of Section IV.B can be reproduced with the script improve_robust_control.py.

betl's People

Contributors

avrohr avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

kevingithub868

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.