Skip to main content

JAX-enabled continuous-time LQR solver

Project description

logo

LQRax

LQRax is JAX-enabled continuous-time LQR solver. It is essentially a Riccati equation solver completely written in JAX:

  • It accelerates numerical simulation through JAX's scan mechanism;
  • It allows rapid prototyping of iterative LQR (iLQR) for nonlinear control by supporting auto-differentiation on the loss function and dynamics;
  • It also enables batch-based large-scale optimal control using JAX's vmap mechanism.

This repo is currently under active development.

example

Install

Follow the instructions to install JAX before installing this package.

To install: pip install lqrax

Usage

There are two modules: LQR and iLQR,

The LQR module solves the following time-varying LQR problem:

$$ \arg\min_{u(t)} \int_0^T \Big[ (x(t)-x_{ref}(t))^\top Q (x(t)-x_{ref}(t)) + u(t)^\top R u(t) \Big] dt $$ $$ \text{s.t. } \dot{x}(t) = A(t) x(t) + B(t) u(t), \quad x(0) = x_0 $$

An jupyter notebook example for the LQR module is provided here. You can open it in Google Colab here.

The iLQR module solves a different time-varying LQR problem:

$$ \arg\min_{v(t)} \int_0^T \Big[ z(t)^\top Q z(t) + v(t)^\top R v(t) + z(t)^\top a(t) + v(t)^\top b(t) \Big] dt $$ $$ \text{s.t. } \dot{z}(t) = A(t) z(t) + B(t) v(t), \quad z(0) = 0. $$

This formulation is often used as the sub-problem for iterative linear quadratic regulator (iLQR) to calculate the steepest descent direction on the control for a general nonlinear control problem:

$$ \arg\min_{u(t)} \int_0^T l(x(t), u(t)) dt, \text{ s.t. } \dot{x}(t) = f(x(t), u(t)), $$

where the $z(t)$ and $v(t)$ are perturbations on the system's state $x(t)$ and control $u(t)$, and $A(t)$ and $B(t)$ are the linearized system dynamics $f(x(t), u(t))$ on the current system trajectory with respect to the state and control.

An jupyter notebook example of using the iLQR module for a nonlinear control problem is provided here. You can open it in Google Colab here.

Copyright and License

The implementations contained herein are copyright (C) 2024 - 2025 by Max Muchen Sun, and are distributed under the terms of the GNU General Public License (GPL) version 3 (or later). Please see the LICENSE for more information.

If you use the package in your research, please cite this repository. You can see the citation information at the right side panel under "About". The BibTeX file is attached below:

@software{sun_lqrax_2025,
    author = {["Sun"], Max Muchen},
    license = {GPL-3.0},
    month = march,
    title = {{LQRax: JAX-enabled continuous-time LQR solver}},
    url = {https://github.com/MaxMSun/lqrax},
    version = {0.0.4},
    year = {2025}
}

Contact: msun@u.northwestern.edu

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lqrax-0.0.4.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lqrax-0.0.4-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

Details for the file lqrax-0.0.4.tar.gz.

File metadata

  • Download URL: lqrax-0.0.4.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for lqrax-0.0.4.tar.gz
Algorithm Hash digest
SHA256 86967ecefabaa280c706b190a633079527e6f19879660067f4f1c8585d053cbb
MD5 caee2f10cbc46021fea0c418fd94bc58
BLAKE2b-256 7339421afd40197c1f6317821a59c47333859312fedacf677db4fc3bd543b83b

See more details on using hashes here.

File details

Details for the file lqrax-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: lqrax-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for lqrax-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 532a8cb6677bd131d7dad9272e0ea4f35448fbbb57e125a3c1ac1e18ce3d451c
MD5 5bd2880c847b722e630dfc2c39797488
BLAKE2b-256 5a462fdf7d5e82a1498cbd7bc40c7938a4ccfbd41673ca89f13d8ef69ae2826f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page