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
Hi @francesco-taioli, no, we don't yet have a benchmark against the original codebase. The C++ codebase will probably be significantly faster and with less memory, because with pomdp-py, even though the POMCP algorithm is implemented in Cython, the POMDP domain (i.e. the models) are implemented in Python, which are slower to sample during planning.
It's indeed good to have a benchmark. Will mark this as todo. I'm not sure when I can get to this, but if you feel like giving it a shot, please go ahead. For practical applications, running a larger amount of simulations might not give you a significant boost in task performance, compared to using a rollout policy with heuristics baked-in.
Hi,
Is it available a benchmark (speed and memory) w.r.t the original POMCP C++ code? It would interesting also for large POMDPs
The text was updated successfully, but these errors were encountered: