Skip to content

Releases: JuliaPOMDP/POMDPs.jl

Deprecate POMCP, add BasicPOMCP

01 Aug 22:52
Compare
Choose a tag to compare

BasicPOMCP replaces POMCP in the list of solvers.

Also made the default implementations of the generate functions more general to try to prevent ambiguity errors.

julia 0.6

17 Jul 23:02
Compare
Choose a tag to compare
Merge pull request #156 from JuliaPOMDP/0_6

Upgrade for julia 0.6

last release before julia 0.6

17 Jul 22:06
Compare
Choose a tag to compare
v0.5.2

Change require to julia less than 0.6

Added sampletype, many small fixes

18 Jun 04:38
Compare
Choose a tag to compare

fix #140 (adding sampletype()), many other small fixes

First Parametric Version

15 Apr 17:33
Compare
Choose a tag to compare

immediately after merging the parametric branch (#73)

Pre-parametric

15 Apr 17:11
Compare
Choose a tag to compare

This is the interface before it was updated with parametric types.