Releases: JuliaPOMDP/POMDPs.jl
Releases · JuliaPOMDP/POMDPs.jl
v0.9.1
v0.9.0
POMDPs v0.9.0
Closed issues:
- Focusing on POMDPs makes it harder to jump in and implement an MDP (#150)
updater=nothing
means passo
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
v0.8.3
v0.8.2
POMDPs v0.8.2
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
v0.8.1 (2019-10-09)
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:
- Update README.md (#273) (logankilpatrick)
- Version 0.8.1 (#276) (lassepe)
v0.8.0
v0.8.0 (2019-09-24)
Major changes:
- Added support for arbitrary Dynamic Decision Networks (#256 )
- Replaced
generate_*
withgen
(#240) - Removed
n_states
etc (#200 ) - Added history interface for beliefs (#226)
- Allowed for observation-dependent rewards (#236 )
Closed issues:
- Should n_actions and n_observations be functions of the state? (#154)
Merged pull requests:
v0.7.3
Adds some future functions and types from POMDPs v0.8 to facilitate upgrading.
Switched to registry instead of POMDPs.add
Merge pull request #211 from JuliaPOMDP/jkg/registry add registry command
More robust solver checkout on Julia 0.6
Merge pull request #212 from JuliaPOMDP/0.6-better_add adding appears to work; added some adds to Travis