Skip to content

A GPU-Accelerated Quadratic Programming Solver for Model-Predictive Control

License

Notifications You must be signed in to change notification settings

RoboticExplorationLab/ReLUQP-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReLUQP-py

This is a Python implementation of the ReLU-QP solver from the paper "ReLU-QP: A GPU-Accelerated Quadratic Programming Solver for Model-Predictive Control". A Julia implementation can be found here.

Installation

pip install -e .

Usage

Please see the example in the examples folder.

Citation

If you find this code useful, please consider citing our paper:

@article{bishop_relu-qp_2023,
        title = {{ReLU}-{QP}: A {GPU}-Accelerated Quadratic Programming Solver for Model-Predictive Control},
        url = {http:https://arxiv.org/abs/2311.18056},
        author = {Bishop, Arun L. and Zhang, John Z. and Gurumurthy, Swaminathan and Tracy, Kevin and Manchester, Zachary},
        year = {2023}
}

About

A GPU-Accelerated Quadratic Programming Solver for Model-Predictive Control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages