autowarefoundation / AWSIM-Labs

Open source simulator for self-driving vehicles
https://autowarefoundation.github.io/AWSIM-Labs/
Other
15 stars 13 forks source link

Adding Functionality to Simulate NPC Behavior Using the Autoware Prediction Module #179

Open yukkysaito opened 2 hours ago

yukkysaito commented 2 hours ago

We are considering adding functionality to simulate NPC behavior using the prediction module in Autoware. Currently, in AWSIM, NPCs only follow predefined routes with no randomness or reproduction of real-world movements. The prediction module in Autoware is expected to improve in accuracy by incorporating data-driven approaches, such as machine learning, in the future. Moreover, as this module leverages predictions learned from real-world behavior, NPCs will exhibit more realistic and valid movements. This functionality has also been proposed in Waymax.

yukkysaito commented 2 hours ago

WIP