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:
- POMDP_NORM: Normalises the covariance trace (= 1 in param file)
- POMDP_EXT: Extends action duration in lift-exploiting mode (= 3 in param file)
- POMDP_PLAN: Enable deterministic trajectory planning mode (= 0 in param file)
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!
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!