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
In the lecture LQ Control: Foundations, the solution to Exercise 2 includes the following line:
Rf2 = lq_retired.P
Is this correct? Isn't Rf2 supposed to be the terminal value function not the P matrix? The documentation for the `LQ' constructor says:
| Rf : array_like(float), optional(default=None)
| Rf is the final (in a finite horizon model) payoff(or cost)
| matrix that corresponds with the control variable u and is n x
| n. Should be symetric and non-negative definite
In the lecture LQ Control: Foundations, the solution to Exercise 2 includes the following line:
Rf2 = lq_retired.PIs this correct? Isn't
Rf2supposed to be the terminal value function not thePmatrix? The documentation for the `LQ' constructor says: