josef-w

Results 1 comments of josef-w

I did the changes you mentioned, then it returned: TypeError: 'QuadCost' object is not callable > c:\project\ilqr\mpc.pytorch\mpc\util.py(149)get_cost() 147 obj = 0.5*bquad(xut, C[t]) + bdot(xut, c[t]) 148 else: --> 149 obj...