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
Do you find that a particular configuration gives the best performance?
I'm also wondering about the relationship between N, HORI and K (samples per action trajectory, planning horizon duration and samples per second) - it seems like only two should be needed?
Lastly, the scheduling - there's several entries in the scheduler table calling soaring_policy_computation at 50Hz. This is unlikely to be acceptable - is there another way to achieve this? Would calling it at a higher rate have the same effect?
Hi there,
I'm working on a simplified version to act as a starting point to getting the POMDP into the main codebase. For the following settings:
Do you find that a particular configuration gives the best performance?
I'm also wondering about the relationship between N, HORI and K (samples per action trajectory, planning horizon duration and samples per second) - it seems like only two should be needed?
Lastly, the scheduling - there's several entries in the scheduler table calling soaring_policy_computation at 50Hz. This is unlikely to be acceptable - is there another way to achieve this? Would calling it at a higher rate have the same effect?
Cheers!