-
Hi guys, I see that you have added in the past some LTI, LTV and non-linear systems support (cartpole, floquet and neuralnet examples, respectively). I also see in the paper that you guys mention Differentiable-MPC, from Brandon Amos, and take it as a baseline. I have two questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hi @roangel Thank you for asking this, all the things you mentioned are currently under development, @aerogjy knows more about this. |
Beta Was this translation helpful? Give feedback.
-
Hi @roangel Thanks for the interest of our Differentiable MPC module! Currently, no. We will push the LQR module, which is the core part of D-MPC very soon, probably in a few weeks. Then, we will release the example we provided in the paper. |
Beta Was this translation helpful? Give feedback.
-
@roangel MPC has been released in v0.5.0-beta. pip install pypose==0.5.0b0 It is a beta release because we will do coding acceleration later but the API will not be changed, so you may feel free to use it. |
Beta Was this translation helpful? Give feedback.
Hi @roangel Thanks for the interest of our Differentiable MPC module! Currently, no. We will push the LQR module, which is the core part of D-MPC very soon, probably in a few weeks. Then, we will release the example we provided in the paper.
The constraint optimization is on our high priority development list. We are on-going developing it right now. Please continue keeping an eye on that.