Skip to content

ralfroemer99/lb_sd

Repository files navigation

Learning-based sampled-data control

This repository provides the code to reproduce the results in the paper "Is Data All That Matters? The Role of Control Frequency for Learning-Based Sampled-Data Control of Uncertain Systems", available here: https://arxiv.org/abs/2403.09504.

In this paper, we combine Gaussian process (GP) model learning with sampled-data control to study the role of the control frequency for uncertain systems. Our proposed framework has the following structure: alt text

Installation

Run the Code

Compute the Minimum Control Frequency (MCF)

  • Run eval/min_fc_over_N.m

The script creates datasets with different amounts of randomly drawn samples. For each dataset, the dynamics are learned using GP regression and linearized. For each linearized system, the MCF is computed by solving a semidefinite program.

The resulting plot corresponds to Figure 2 of the paper. alt text

Simulate the System at Different Control Frequencies

  • Step 1: Run eval/sim_trajectories_step1.m
  • Step 2: Run eval/sim_trajectories_step2.m

The first script creates datasets with different amounts of randomly drawn samples and learns and linearizes the dynamics similar to eval/min_fc_over_N.m. For each linearized system, the MCF is computed by solving a semidefinite program. Then, optimized controllers operating at {1.25,1.5,2}*MCF are computed by solving another semidefinite program. The second script simulates the 2D quadrotor with each controller and the corresponding control frequency for different amounts of training data.

The resulting plot corresponds to Figure 3 of the paper. alt text

Analyze the Tradeoff between Data and Control Frequency

  • Step 1: Run eval/analyze_performance_step1.m
  • Step 2: Run eval/analyze_performance_step2.m

The first script creates datasets with different amounts of randomly drawn samples and learns and linearizes the dynamics similar to eval/min_fc_over_N.m. Optimized controllers operating at fixed frequencies between 10 and 30 Hz are computed by solving a semidefinite program. The second script simulates the 2D quadrotor system with each controller and control frequency for different initial conditions and computes the average cost.

The resulting plot corresponds to Figure 4 of the paper. alt text

About

Learning-based robust sampled-data control for uncertain systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages