nuplan-devkit icon indicating copy to clipboard operation
nuplan-devkit copied to clipboard

How can I use a custom planner to control the trajectories of non-ego vehicles?

Open ZhipengWu1996 opened this issue 4 months ago • 1 comments

Does the NuPlan simulator support using custom policies to control the trajectories of non-ego vehicles? If so, which specific configurations should be modified? Thank you!

ZhipengWu1996 avatar Aug 19 '25 03:08 ZhipengWu1996

For non-ego vehicles, they have a reactive behavior named IDM "intelligent driving model". The config you're looking for is closed_loop_reactive_agents.yaml and the idm logic is defined under nuplan/planning/simulation/observation/idm. That's where you want to look.

JingyuQian avatar Sep 17 '25 17:09 JingyuQian