Skip to content

Releases: JuliaPOMDP/MCTS.jl

v0.4.5

16 Sep 06:14
82864bb
Compare
Choose a tag to compare

MCTS v0.4.5

Diff since v0.4.4

Merged pull requests:

  • Relax Colors.jl further to 0.9-0.12 (#72) (@mossr)

v0.4.4

12 Sep 01:16
Compare
Choose a tag to compare

MCTS v0.4.4

Diff since v0.4.2

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

10 Feb 21:02
Compare
Choose a tag to compare
v0.4.2

bump version

v0.4.0 -- POMDPs v0.8 compat

22 Sep 00:24
Compare
Choose a tag to compare
  • POMDPs v.0.8 compatibility
  • allow value estimate when hitting depth limit or terminal state
  • fixes: #56

Re-sync version numbers

25 Mar 21:24
2907092
Compare
Choose a tag to compare

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

08 Oct 04:38
Compare
Choose a tag to compare
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

08 Oct 04:37
Compare
Choose a tag to compare
v0.1.3

added type stability check for Belief

Before new domain knowledge interface

27 Nov 08:00
Compare
Choose a tag to compare

This had some bad ideas for incorporating domain knowledge

tagging before potential backwards-incompatible changes

22 Nov 20:50
Compare
Choose a tag to compare
v0.1.0

workaround for https://github.com/JuliaPOMDP/POMDPs.jl