Releases: JuliaPOMDP/MCTS.jl
Releases · JuliaPOMDP/MCTS.jl
v0.4.5
MCTS v0.4.5
Merged pull requests:
v0.4.4
MCTS v0.4.4
Closed issues:
- Jupyter notebooks misrepresent code in Github linguist (#71)
Merged pull requests:
- Added DPWSolver parameter 'enable_state_pw' (#61) (@mossr)
- Update README.md to add UCT paper reference (#65) (@Shushman)
- Update README.md (#67) (@BoZenKhaa)
- Change to avoid depracation message from nb (#68) (@BoZenKhaa)
- Use of ProgressMeter.jl and added a
reset_callback
to DPWSolver (#69) (@mossr) - updated to POMDPs 0.9 (#70) (@zsunberg)
Added max_time to MCTSSolver
v0.4.2 bump version
v0.4.0 -- POMDPs v0.8 compat
- POMDPs v.0.8 compatibility
- allow value estimate when hitting depth limit or terminal state
- fixes: #56
Re-sync version numbers
The 0.2.0 release on github does not correspond to the 0.2.0 release in the registry, so I'm going to call this 0.3.0.
The only significant change is that now, by default, when a default action is used, it gives a warning.
New DPW Tree and New Visualization
Trees (#29) * now uses centralized tree structure (tests do not pass and tree visualization does not work) * got rid of some deprecations * timing tests * changed some things to work with VDP tag * lowered max size for preallocated tree * export n_children * added isroot * this is a lot of work - stopping 4 lunch * woo - tree visualization works on the fast branch * updated docs
Last release before changes to DPW tree and new visualization
v0.1.3 added type stability check for Belief
Before new domain knowledge interface
This had some bad ideas for incorporating domain knowledge
tagging before potential backwards-incompatible changes
v0.1.0 workaround for https://github.com/JuliaPOMDP/POMDPs.jl