Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/locuslab/mpc.pytorch

A fast and differentiable model predictive control (MPC) solver for PyTorch.
https://github.com/locuslab/mpc.pytorch

Last synced: about 2 months ago
JSON representation

A fast and differentiable model predictive control (MPC) solver for PyTorch.

Awesome Lists containing this project

README

        

# mpc.pytorch • [![Build Status][travis-image]][travis] [![PyPi][pypi-image]][pypi] [![License][license-image]][license]

[travis-image]: https://travis-ci.org/locuslab/mpc.pytorch.png?branch=master
[travis]: http://travis-ci.org/locuslab/mpc.pytorch

[pypi-image]: https://img.shields.io/pypi/v/mpc.svg
[pypi]: https://pypi.python.org/pypi/mpc

[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license]: LICENSE

*A fast and differentiable model predictive control solver for PyTorch.
Crafted by Brandon Amos,
Ivan Jimenez,
Jacob Sacks,
Byron Boots,
and
J. Zico Kolter.*

---

+ [More details are available on our project website here](http://locuslab.github.io/mpc.pytorch)
+ This is still an early alpha release, be prepared for some rough
spots and get in touch if you have any questions!