Skip to content

Releases: boettiger-lab/sarsop

CRAN patch

28 Jun 03:43
Compare
Choose a tag to compare

minor patch for CRAN addressing a few additional compiler warnings on fedora-clang

Initial CRAN Release

28 Jun 03:42
Compare
Choose a tag to compare
0.6.2

again again

SARSOP: Approximate POMDP Planning Software

10 Apr 19:50
6d6d2f8
Compare
Choose a tag to compare

Build Status Build status Coverage Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge DOI

v 0.6.1 Changelog

  • patch memoization
  • resolve several compiler warnings
  • use BH package for boost headers instead of packaging with appl code

SARSOP: Approximate POMDP Planning Software

30 Nov 06:44
ed8f1d6
Compare
Choose a tag to compare

Build Status Build status Coverage Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge DOI

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 to eval=FALSE and results
    manually loaded from cache with meta_from_log and alpha_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 into inst/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

30 Jan 18:31
Compare
Choose a tag to compare

APPL is a C++ toolkit for approximate POMDP planning. Originally, it is based on the SARSOP algorithm for solving discrete POMDPs.

sarsop

28 Jan 04:39
Compare
Choose a tag to compare

initial release