Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

~6 hours pomdpx loading time for 7x7 RockSample #4

Open
jasonxyliu opened this issue Sep 3, 2020 · 1 comment
Open

~6 hours pomdpx loading time for 7x7 RockSample #4

jasonxyliu opened this issue Sep 3, 2020 · 1 comment

Comments

@jasonxyliu
Copy link

Hi, I am working on a project that uses SARSOP. The baseline wrote a Julia wrapper that first saved the POMDP model to a pomdpx file which was loaded by the C++ code. We encountered an issue that it took about 6 hours to load the model file for a 7x7 RockSample domain. I wonder if you could help identify where the problem might be.
The Julia wrapper of SARSOP C++ is at https://github.com/JuliaPOMDP/SARSOP.jl
The baseline is at https://github.com/sisl/POMDPModelChecking.jl

Thank you very much in advance!

@cindycia
Copy link
Collaborator

cindycia commented Sep 3, 2020

Hey, Jason,

It could be an artifact of your Julia wrapper. Can you try the RoxkSample(7,7) example in our original C++ package first? What is the loading time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants