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

[Question] Lambda value for velocity in Loss fn #79

Open
vjg28 opened this issue Jun 17, 2019 · 0 comments
Open

[Question] Lambda value for velocity in Loss fn #79

vjg28 opened this issue Jun 17, 2019 · 0 comments

Comments

@vjg28
Copy link

vjg28 commented Jun 17, 2019

I have some questions regarding the inclusion of velocity in the loss function. The model has a separate branch that gives predicted velocity value as output give the input from the perception module.

How is the velocity value included in the loss function? Is it just one extra variable in the mean squared loss or something else.

loss = lambda_velocity * || v- v_gt ||² + lambda_steering * || s - s_gt ||² + lambda_acc * || a - a_gt ||² + lambda_brake * || b - b_gt ||²

If it is so, then what is the value of lambda_velocity used ? It wasn't mentioned in the previous issues regarding lambda values. @felipecode any sort of clarification would help.

And isn't the speed prediction regularization a feature of your other paper Exploring the Limitations of Behavior Cloning for Autonomous Driving to tackle inertia problem or was it also mentioned in CORL paper?

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

1 participant