Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is nominal trajectory not used in iLQR control law? #113

Open
sklaw opened this issue Aug 3, 2019 · 2 comments
Open

Why is nominal trajectory not used in iLQR control law? #113

sklaw opened this issue Aug 3, 2019 · 2 comments

Comments

@sklaw
Copy link

sklaw commented Aug 3, 2019

It seems the following line computes new action without any use of nominal trajectory:

traj_distr.K[t, :, :].dot(mu[t, idx_x]) + traj_distr.k[t, :]

But in the following papers, nominal trajectory seems to be essential in the whole iLQR algorithm:
equation (8b) in this paper
equation (3) in this paper

@dujinyu
Copy link

dujinyu commented Jan 7, 2020

@sklaw hello, I am confused by the linear-gaussian policy u = K * x + k, if we use iLQR, why not the cotrol u = \bar{u} + k + K * (x - \bar{x})

@sklaw
Copy link
Author

sklaw commented Jan 7, 2020

@sklaw hello, I am confused by the linear-gaussian policy u = K * x + k, if we use iLQR, why not the cotrol u = \bar{u} + k + K * (x - \bar{x})

Hi. I'm also confused by this part, too. It seems the author of this code assumed the nominal trajectory is 0... But if so the whole trajectory optimization would be really weird

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants