This repository contains the code from our paper "Sample Complexity Bounds for Linear System Identification from a Finite Set" which can be acessed here.
To install all relevant packages execute
pip install -r requirements.txt
To run Experiment 1 (2, 3) navigate to the src folder and execute
python main.py --exp=1
The experiment will then be run which might take some time. This will create a data folder (if necessary) and safe the results inside.
🧑💻 Nicolas Chatzikiriakos