sarsop
sarsop copied to clipboard
Efficient Point-Based POMDP Planning by Approximating
I didn't find any *.sln file in the src folder. May be the readme file is out of date? And would you kind enough to instruct me how to compile...
Hi~The converted version of the POMDPX file format is "0.1", which is too big to be load. However, the version of the existing file RockSample_7_8.pomdpx is "1.0". Is there another...
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...
This is the error prompt of 'make' : g++ -g -w -O3 -I./MathLib -I./Algorithms -I./Algorithms/HSVI -I./Algorithms/SARSOP -I./Models/MOMDP/ -I./Models/MOMDP/CoLoc/ -I./OfflineSolver/ -I./Bounds/ -I./Core/ -I./Parser/Cassandra/ -I./Parser/Cassandra/include -I./Parser/ -I./Parser/POMDPX/ -I./Utils/ -I./Simulator/ -I./Evaluator/ -I./Controller/ -msse2...
I don't know where this error actually stems from, can be a badly formulated POMDP, but it should still not segfault. The policy generation and the simulation worked perfectly. ![Segfault...
I am trying to run the "make" on a windows 10 PC but keep running into this error. I have cygwin installed, pleas help! ``` $ make g++ -g -w...