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!
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!