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)