Skip to content
/ QLMI Public

Matlab Implementation of the paper "Model-Free LQR Design by Q-function Learning"

License

Notifications You must be signed in to change notification settings

mylad13/QLMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QLMI

Matlab Implementation of the paper "Model-Free LQR Design by Q-function Learning."

Overview

This repository provides a Matlab implementation of model-free Linear Quadratic Regulator (LQR) controllers. It covers approaches such as:

  • Policy Iteration
  • Value Iteration
  • SDP-Based Convex Optimization (introduced in the paper)

Different formulations of the SDP-based method are provided to design centralized and distributed controllers.

Paper and Citation

If you use this code in your research, please cite the following paper:

"Model-Free LQR Design by Q-function Learning"

Citation in BibTeX format:

@article{farjadnasab2022model,
  title={Model-free LQR design by Q-function learning},
  author={Farjadnasab, Milad and Babazadeh, Maryam},
  journal={Automatica},
  volume={137},
  pages={110060},
  year={2022},
  publisher={Elsevier}
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Matlab Implementation of the paper "Model-Free LQR Design by Q-function Learning"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages