Skip to content

Releases: kylewray/nova

Delta - The Beginning of Many Algorithms

24 Sep 15:18

Choose a tag to compare

This release includes a number of quality-of-life improvements, bug fixes, and a few more algorithms. For SSPs, FLARES has been added. For POMDPs, HSVI2 and NLP have been added.

Gamma - Stable Foundation

07 Sep 18:05

Choose a tag to compare

Pre-release

Over the past year, the code has become more stable and streamlined. The SSP algorithms LAO* and LRTDP and the POMDP algorithm Perseus have been implemented and verified.

Moving forward, more algorithms will be included (FLARES, HSVI2, SARSOP, NLP FSCs, etc.) and we will change to a C++ object-oriented structure with extra C-style functions as basically wrappers.

Beta - Core Functionality

23 Nov 16:26

Choose a tag to compare

Pre-release

We provide working core MDP, SSP, and POMDP solvers in this release. Other algorithms (e.g., BPI and Perseus) and models (e.g., Dec-(PO)MDPs) should be straight forward extensions of the current library structure, and will be in the next release.

Alpha - Core Functionality

03 Jun 14:44

Choose a tag to compare

Pre-release

This release is to be used with the "pal_pomdp" project and others which only required the basic GPU solvers for MDPs and/or POMDPs.