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, 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: