Skip to content

Releases: JuliaPOMDP/POMDPPolicies.jl

v0.1.5

07 Jun 18:22
v0.1.5
89f0edd
Compare
Choose a tag to compare

v0.1.5 (2019-06-07)

Diff since v0.1.4

Closed issues:

  • Pretty printing (#9)

Merged pull requests:

  • deprecated AlphaVectorPolicy(m, alphas) (#12) (zsunberg)
  • Added alpha_actions to iterate through alpha vectors and actions (#11) (zsunberg)

v0.1.4

31 May 18:11
v0.1.4
Compare
Choose a tag to compare

v0.1.4 (2019-05-31)

Diff since v0.1.3

Merged pull requests:

  • pretty printing won't try to collect all the states (#10) (zsunberg)

AlphaVectorPolicy works with arbitrary beliefs

19 Dec 21:15
176f0f4
Compare
Choose a tag to compare
Merge pull request #8 from JuliaPOMDP/alpha_arb_bel

Alpha vector policies work with arbitrary beliefs

add actionvalues

27 Oct 01:38
Compare
Choose a tag to compare
Add action_values (#6)

* add action_values

* action_values -> actionvalues

* made actions in ValuePolicy ordered; also now immutable

* update valuepolicy docs

Enabled all testing

13 Sep 18:44
0a1171f
Compare
Choose a tag to compare
Merge pull request #2 from JuliaPOMDP/enabling_tests

[WIP] started enabling tests

Initial release for testing other packages

05 Sep 07:12
Compare
Choose a tag to compare

Documentation will follow in subsequent releases