Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A fast and differentiable model predictive control (MPC) solver for PyTorch.
- Host: GitHub
- URL: https://github.com/locuslab/mpc.pytorch
- Owner: locuslab
- License: mit
- Created: 2018-10-02T15:09:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T12:57:59.000Z (6 months ago)
- Last Synced: 2024-07-24T03:10:38.843Z (4 months ago)
- Language: Python
- Homepage: https://locuslab.github.io/mpc.pytorch/
- Size: 4.25 MB
- Stars: 828
- Watchers: 32
- Forks: 143
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.mit
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!