mpc.pytorch icon indicating copy to clipboard operation
mpc.pytorch copied to clipboard

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

Results 19 mpc.pytorch issues
Sort by recently updated
recently updated
newest added

Alternatively `QuadCost(q, c, diag=True)`

+ [ ] Forward pass without slew rate + [ ] Backward pass without slew rate + [ ] Forward pass with slew rate + [ ] Backward pass with...

+ **Current:** Fixed number of iters or a threshold on the full action step norm + It would also be nice to stop based on the absolute or relative change...

I also don't like having the `x.requires_grad` conditional in `detach_maybe` since it hides if that tensor is detached or not. \cc @ivandariojr

Hi! I was updating numpy in Python 3.8 and I got the following warning: > DEPRECATION: mpc 0.0.4 has a non-standard dependency specifier numpy>=1

hello mpc.pytorch developer, first of all, mpc.pytorch is an amazing and fast mpc solver. however, i found there is no constraints for states for input of this mpc solver. although...