Releases: JuliaPOMDP/POMDPSimulators.jl
Releases · JuliaPOMDP/POMDPSimulators.jl
v0.3.2
v0.3.1
v0.3.1 (2019-09-24)
Closed issues:
v0.3.0
v0.3.0 (2019-09-16)
Closed issues:
- Behavior of
simulate
does not match the behavior described inPOMDPs.jl
(#9) - make SimHistory an AbstractVector{NamedTuple} and implement the abstract vector interface (#8)
Merged pull requests:
- Pomdps 08 compat (#16) (zsunberg)
- Fix link to Simulation Standard in POMDP.jl (#15) (deyandyankov)
- docs (#13) (zsunberg)
- SimHistories are now AbstractVectors of named tuples (#12) (zsunberg)
- run_parallel uses pmap and handle worker ids correctly (#11) (lassepe)
- Fix MDP showprogress without max_steps bug (#10) (zsunberg)
Refactor of sim function
v0.2.0 Merge branch 'master' of https://github.com/JuliaPOMDP/POMDPSimulator…
Improved default behavior of eachstep
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
v0.1.2 fixed default stepthrough output
Enabled all testing
Merge pull request #4 from JuliaPOMDP/named_tuple_parallel Named tuple parallel
Initial release
v0.1.0 removed Simulators from require