Closed pengzhenghao closed 1 year ago
The dynamics_map_states is a list of list of dict??
I suggest to follow the format of "tracks":
tracks = { object_id: { type: vehicle, state1: array([T, state1_dim]), state2: array([T, state2_dim]), }, object_2_id: {...} }
To Do List:
The dynamics_map_states is a list of list of dict??
I suggest to follow the format of "tracks":