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

4 waypoints used instead of 5? #5

Closed
cozeybozey opened this issue Jan 22, 2022 · 1 comment
Closed

4 waypoints used instead of 5? #5

cozeybozey opened this issue Jan 22, 2022 · 1 comment

Comments

@cozeybozey
Copy link

Hi,
I am taking a look at your code and I noticed you predict 5 waypoints in the decoder network, but you only use 4 waypoints for actually controlling the car. You do not use the first predicted waypoint and I was wondering why you would do that.

Thanks in advance!

@ap229997
Copy link

ap229997 commented Mar 11, 2022

The decoder predicts the current timestep and 4 future timesteps and we require the future timesteps predictions for controller.

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

3 participants