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

Does this simulation environment support the task of combining trajectory prediction with reinforcement learning decision-making? #71

Open
Morn1n opened this issue Mar 15, 2024 · 1 comment

Comments

@Morn1n
Copy link

Morn1n commented Mar 15, 2024

First, trajectory prediction, then adding traffic flow from the dataset to the environment, and then using the trajectory prediction results as part of the reinforcement learning input?

@QuanyiLi
Copy link
Member

Yes. You can have a trajectory prediction module to predict future trajectories for surrounding vehicles with the camera output. However, such a module is too heavy to implement. Instead, you can get the ground truth positions/velocities for surrounding vehicles, so you can make a proxy for that heavy real trajectory prediction module by generating future trajectories with speed and position. Afterward, you can add some noise to make it as predicted from the lidar or camera output.

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