Releases: boettiger-lab/sarsop
Releases · boettiger-lab/sarsop
CRAN patch
Initial CRAN Release
0.6.2 again again
SARSOP: Approximate POMDP Planning Software
SARSOP: Approximate POMDP Planning Software
v 0.6.0 Changelog
- Added a
NEWS.md
file to track changes to the package. - Uses a memoization strategy in caching sarsop results. (This deprecates
the previous behavior where sarsop runs would be set toeval=FALSE
and results
manually loaded from cache withmeta_from_log
andalpha_from_log
.) - Uses
processx
to control execution of sarsop C++ code.
binaries
- prebuilt mac binaries are provided below. Mac binaries may not build correctly on Apple clang LLVM compilers version >=
10.0
. Clone this repo and extract these intoinst/bin
before building the package from source on Mac >= Mojave when using Apple clang LLVM compilers. - prebuilt windows binaries included below, but are also packaged directly with source code.
SARSOP: Approximate POMDP Planning Software
APPL is a C++ toolkit for approximate POMDP planning. Originally, it is based on the SARSOP algorithm for solving discrete POMDPs.