YukunXia / Carla_iLQR_MPC

Implementation of the real-time MPC based on iLQR in Carla simulator
MIT License
264 stars 57 forks source link

some comprehension questions for iLQR method in this work #9

Open Guanmupp opened 3 days ago

Guanmupp commented 3 days ago

Very amazing job, but i'm sorry to raise some comprehension questions that i'm stucked with. Given that ilqr need to resolve the Qu,Quu,Qxu by fu,fx. In this work ,the input u has been fisrtly fed into a NN then influence the x,then how can the automatic differentiation in jax describe the connection between status x and input u. Hope for instruction. Best regrads.