Emerge-Lab / gpudrive

GPU-acceleration of Nocturne via Madrona
MIT License
195 stars 17 forks source link

Make agents that can't reach their goals static #218

Open eugenevinitsky opened 1 month ago

eugenevinitsky commented 1 month ago

Roughly 2% of agents cannot reach their goals due to mislabeling. We should make these agents static so that we don't actually have to control them. The way to do this is replay the expert trajectories and see which ones have a collision in the expert trajectory. We can overapproximate and treat all of those as experts.