Skip to content

Releases: JuliaPOMDP/POMDPSimulators.jl

v0.3.2

19 Nov 21:48
v0.3.2
27c515f
Compare
Choose a tag to compare

v0.3.2 (2019-11-19)

Diff since v0.3.1

Closed issues:

  • Issue using POMDPHistory (#20)
  • DisplaySimulator (#14)

Merged pull requests:

v0.3.1

25 Sep 15:46
v0.3.1
Compare
Choose a tag to compare

v0.3.1 (2019-09-24)

Diff since v0.3.0

Closed issues:

  • stepthrough spec default broken (?) (#18)
  • Version constraints (#17)

v0.3.0

17 Sep 09:02
v0.3.0
207abc6
Compare
Choose a tag to compare

v0.3.0 (2019-09-16)

Diff since v0.2.0

Closed issues:

  • Behavior of simulate does not match the behavior described in POMDPs.jl (#9)
  • make SimHistory an AbstractVector{NamedTuple} and implement the abstract vector interface (#8)

Merged pull requests:

Refactor of sim function

12 Dec 23:26
Compare
Choose a tag to compare
v0.2.0

Merge branch 'master' of https://github.com/JuliaPOMDP/POMDPSimulator…

Improved default behavior of eachstep

28 Sep 23:53
Compare
Choose a tag to compare

Since eachstep now returns NamedTuples, it makes more sense to iterate through steps that contain everything by default instead of just (s, a, r, s') or (a, o). This only affects the default, and all custom specification of what is in each step remains the same.

Various bugfixes

19 Sep 19:46
Compare
Choose a tag to compare
v0.1.2

fixed default stepthrough output

Enabled all testing

13 Sep 01:15
78439ff
Compare
Choose a tag to compare
Merge pull request #4 from JuliaPOMDP/named_tuple_parallel

Named tuple parallel

Initial release

08 Sep 21:21
Compare
Choose a tag to compare
v0.1.0

removed Simulators from require