Skip to content

Releases: JuliaPOMDP/POMDPs.jl

v0.9.1

29 Aug 16:02
8fa0b99
Compare
Choose a tag to compare

POMDPs v0.9.1

Diff since v0.9.0

Closed issues:

  • The alternative to gen that keeps me up at night (#269)
  • How to fix the initial state? (#316)

Merged pull requests:

v0.9.0

28 Jul 00:05
c9dec69
Compare
Choose a tag to compare

POMDPs v0.9.0

Diff since v0.8.4

Closed issues:

  • Focusing on POMDPs makes it harder to jump in and implement an MDP (#150)
  • updater=nothing means pass o or the initial belief/missing (#189)
  • Belief vector representation (#233)
  • Docs: only reward(m, s, a) shows up (#235)
  • Consider moving initialstate_distribution to the common section in the documentation (#237)
  • Remove dependency on LiBGit2? (#250)
  • DBN Construction Syntax (#261)
  • classic/traditional mdp and pomdp DBNs (#262)
  • The future of requirements and implemented (#263)
  • DDN Input nodes (#266)
  • Type stability issue in julia 1.0 (#279)
  • Update documentation for defining a solver (#280)
  • Transition function error (#285)
  • Fix DDN Structure mistake and move to SequentialDecisionBase.jl (#292)
  • Version 0.9 Meta Issue (#297)
  • 0.8 Lessons Learned (#298)
  • DiscreteExplicit(PO)MDP is not very useful (#300)
  • Syntactic sugar for gen(DDNOut(...), ...) (#302)
  • Remove customizable DDN in POMDPs.jl v0.9 (#306)
  • Consistent distribution semantics (change initialstate? change action?) (#308)
  • Role of gen and @gen (#309)
  • Issues with rolling out v0.9 (#310)
  • Some problem (#311)

Merged pull requests:

v0.8.4

05 Jun 21:01
c4ee192
Compare
Choose a tag to compare

POMDPs v0.8.4

Diff since v0.8.3

Closed issues:

  • Checklist for All Code Working on 1.0 (#207)
  • Helpful error messages for v0.8 (#260)
  • Getting LoadError when using POMDPSolve for the Tiger Problem (#296)

Merged pull requests:

v0.8.3

08 Apr 11:01
949b477
Compare
Choose a tag to compare

POMDPs v0.8.3

Diff since v0.8.2

Closed issues:

  • ubuntu POMDPs.add_registry error (#295)

v0.8.2

21 Mar 01:01
4df73d4
Compare
Choose a tag to compare

POMDPs v0.8.2

Diff since v0.8.1

Closed issues:

  • Checklist for upgrading packages to work with v0.8 (#259)
  • Use :s′ instead of :sp for DDN Node names? (#278)
  • Error installing packages (#283)
  • better way to handle terminal states/reward (#291)

Merged pull requests:

  • add BeliefGridValueIteration (#281) (@MaximeBouton)
  • Update .travis.yml (#284) (@logankilpatrick)
  • CompatHelper: add new compat entry for "Distributions" at version "0.22" (#286) (@github-actions[bot])
  • CompatHelper: add new compat entry for "LightGraphs" at version "1.3" (#287) (@github-actions[bot])
  • CompatHelper: add new compat entry for "NamedTupleTools" at version "0.12" (#288) (@github-actions[bot])
  • Install TagBot as a GitHub Action (#289) (@JuliaTagBot)
  • CompatHelper: bump compat for "NamedTupleTools" to "0.13" (#293) (@github-actions[bot])
  • CompatHelper: bump compat for "Distributions" to "0.23" (#294) (@github-actions[bot])

v0.8.1

10 Oct 19:22
v0.8.1
Compare
Choose a tag to compare

v0.8.1 (2019-10-09)

Diff since v0.8.0

Closed issues:

  • Strange behavior gen\(DDNOut\(:o\), ...\) (#272)
  • Release v0.8 before AA228 starts on 9/23? (#255)
  • Error in error (#277)
  • Candidate methods should be $(ex.func) not "transition"? (#275)
  • Initial observations in POMDPs v0.8 (#274)

Merged pull requests:

v0.8.0

25 Sep 15:49
v0.8.0
Compare
Choose a tag to compare

v0.8.0 (2019-09-24)

Major changes:

  • Added support for arbitrary Dynamic Decision Networks (#256 )
  • Replaced generate_* with gen (#240)
  • Removed n_states etc (#200 )
  • Added history interface for beliefs (#226)
  • Allowed for observation-dependent rewards (#236 )

Diff since v0.7.3

Closed issues:

  • Should n_actions and n_observations be functions of the state? (#154)

Merged pull requests:

v0.7.3

16 Sep 08:39
v0.7.3
Compare
Choose a tag to compare

Adds some future functions and types from POMDPs v0.8 to facilitate upgrading.

Switched to registry instead of POMDPs.add

14 Sep 23:12
f34ff79
Compare
Choose a tag to compare
Merge pull request #211 from JuliaPOMDP/jkg/registry

add registry command

More robust solver checkout on Julia 0.6

13 Sep 19:48
27325f7
Compare
Choose a tag to compare
Merge pull request #212 from JuliaPOMDP/0.6-better_add

adding appears to work; added some adds to Travis