Emerge-Lab / gpudrive

GPU-acceleration of Nocturne via Madrona
https://arxiv.org/abs/2408.01584
MIT License
233 stars 20 forks source link

mark_as_static support for erroneous objects #276

Closed nadarenator closed 3 weeks ago

nadarenator commented 1 month ago

Some expert trajectories involve collision with a road_edge. This PR adds support to set those agents as static during json generation. Summary of changes:

eugenevinitsky commented 1 month ago

Is this ready for review?

nadarenator commented 1 month ago

Not yet, json generation with collision checking in 3d takes a lot longer than without. I need to plot the distribution of scenes against the proportion of agents being marked as static, to determine if such an overhead is even worth it.