You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup parallelization: parfor simulation loops (Rather than agent parfors).
Implement inference algorithm (InferGoals)
Produce Simulation Velocities (RunSims)
Goal Sampling
Goal Sequence
Awareness
Test goal prediction results.
Test simultaneous multiple agents.
Consider tracker ids for better intention inference
When calc_pref_velocities for unmodelled agents inside simulation, allow to either set curr_velocity or use most likely goal for such agent (Optional: unknown side-effects of latter)
Using decimal points on the goal x or y breaks the model!
Simulation paralellisation is setup, but did not significantly reduce processing time. It is believed this difference was not more significant due to the small number of parallel simulations executed (4 agents, 3 goals). Will check again with goal sampling.
UPDATE: It was since found out that parallelisation did not work as expected (i.e. Simulation per CPU thread). More investigation is needed to figure out how best to achieve this and when best to use it (e.g. for Interactive Costmap generation?)
The text was updated successfully, but these errors were encountered: