Closed nicolaloi closed 5 days ago
cool :) could you annotate in the code that boxes and arrows are plotted together? have you tested it in multi-agent setups? maybe @jubilantrou could test it
I don't know how to start a multi-agent env.
I've tested it in the waymax env. Each evaluation process can save around 1 min.
Call
ax.plot()
once instead of twice inplot_numpy_bounding_boxes
, I got a 40% fastervisualization.plot_simulator_state
(tested before the introduction ofplot_numpy_rays
)