Skip to content

Releases: JuliaPOMDP/POMDPs.jl

Limit checking out specific branch of supported solvers

11 Sep 23:04
Compare
Choose a tag to compare
v0.6.9

limit to adding specific branch on all supported packages

Removed project file

29 Aug 18:45
Compare
Choose a tag to compare
v0.7.1

removed project file and use default travis script

Compatibility with Julia v1.0

28 Aug 00:18
Compare
Choose a tag to compare

Compatible with Julia Version 1.0
Squashed some names together, like initial_state -> initialstate, action_index -> actionindex, etc.

Last Julia 0.6 release

22 Aug 17:47
Compare
Choose a tag to compare

Last version compatible with julia 0.6

Add IncrementalPruning and Local Approximation Value Iteration

24 May 19:51
c478de4
Compare
Choose a tag to compare

Added a couple new solvers, removed default discount implementation.

Added AEMS and FIB

22 Jan 19:40
8546680
Compare
Choose a tag to compare

Added AEMS and FIB Solvers

Better synthesis of generate functions

06 Dec 19:11
Compare
Choose a tag to compare

Much better feedback is given to the programmer when generate function synthesis fails.

Added ARDESPOT solver

13 Nov 17:51
cf2fc7e
Compare
Choose a tag to compare
Merge pull request #170 from JuliaPOMDP/ardespot

added ardespot to list of solvers

Less specific method signatures for default implementations

21 Oct 05:51
Compare
Choose a tag to compare

Sometimes very specific method signatures in POMDPs.jl make it more difficult to define methods for a problem definition, e.g. if isterminal(p::POMDP{S,A,O}, s::S) is defined in POMDPs.jl, then isterminal(p::MyPOMDP, s) will be ambiguous. This release removes overly specific definitions to make things easier.

Changed convert to convert_s, convert_a, convert_o

31 Aug 01:24
Compare
Choose a tag to compare