Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Releases: JuliaPOMDP/POMDPToolbox.jl

Warning message for 0.7/1.0

20 Sep 21:47
Compare
Choose a tag to compare

Removed all code. Displays a warning message for Julia 0.7 and higher.

Last version before Julia 0.7/1.0

17 Aug 21:53
6aba682
Compare
Choose a tag to compare

Last release on Julia 0.6.

Improve Policies and Beliefs, Add obs_weight

24 May 19:57
4dac41f
Compare
Choose a tag to compare

Moved convenience function obs_weight from ParticleFilters to here.
Made various improvements to AlphaVectorPolicy, other policies, and discretebelief.
Made initial_state an optional argument for pomdp simulators.

Added info interface, other tools

22 Jan 21:05
68d105d
Compare
Choose a tag to compare

Added info interface to allow for extracting debugging information in a variety of settings,
Fixed DiscreteBelief
Added Standard Alpha Vector Policy
Moved in BoolDistribution from POMDPModels

Parallel Simulation

06 Dec 20:47
Compare
Choose a tag to compare

Added parallel simulator, better docs, much better error messages.

Fixed Incorrect SparseCat Behavior

06 Oct 01:22
Compare
Choose a tag to compare

Fixed a bug in SparseCat in v0.2.3 that caused it to silently sample according to an incorrect distribution.

Added sparse categorical distribution (SparseCat)

18 Sep 22:28
Compare
Choose a tag to compare

Added SparseCat and weighted_iterator to make fast value iteration and grid-world-like problems easier.

Added GenerativeBeliefMDP

15 Aug 05:11
Compare
Choose a tag to compare

added the GenerativeBeliefMDP to automatically convert a POMDP to a belief-space MDP

Type Stability Improvements

28 Jul 21:12
Compare
Choose a tag to compare

Fixed some type stability issues with the RolloutSimulator that can significantly affect performance in some solvers.

Support Julia 0.6 and POMDPs v0.6

24 Jul 22:05
Compare
Choose a tag to compare
v0.2.0

POMDPToolbox v0.2.0 [e2f710cdfc]