Exporting alpha vectors. #443
Replies: 1 comment
-
Yes, via https://github.com/JuliaPOMDP/POMDPXFiles.jl though I am not sure if every feature of the POMDPX format is supported. This is used routinely with SARSOP.jl, so it should work in most cases.
There is a package that attempts to do this https://github.com/JuliaPOMDP/POMDPFiles.jl but it is much less often used than the POMDPXFiles package, so I would not trust it very much
I am not sure if this code already exists anywhere, but alpha vector policies are usually represented with an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies for the noob question, but I am trying to wrap my head around the POMDP ecosystem in Julia. I had a couple of questions:
Is it possible to export any problem I define within Julia as a POMDPX file, or a Cassandra POMDP file?
Is it possible to export the alpha vectors as a plain text file like the
.alpha
files output by the Cassandrapomdp-solve
solver after the solution has been found?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions