You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay so the computation is fixed, but the traj_cost we plot needs to be investigated. Rn we take a weighted average, but best way is to replay our dynamics with the predicted x traj.
Also the trajectory computation can be done in batches as well, doesnt need to be done in the dynamics forward propagation.
https://github.com/acxz/mppi/blob/master/mppi.m#L128
Seems to be missing a u - v term see Info-Theoretic Model Predictive Control Theory and Appl to Auto Driv https://arxiv.org/pdf/1707.02342.pdf
Edit: but in linked paper it is just v, hmmm
The text was updated successfully, but these errors were encountered: