Skip to content

Releases: JuliaPOMDP/MCTS.jl

v0.5.6

13 Jun 00:07
c78b3eb
Compare
Choose a tag to compare

v0.5.5+docs

12 Jun 18:05
Compare
Choose a tag to compare

Updated docs to fix #109

v0.5.5

24 Oct 01:27
e6a4944
Compare
Choose a tag to compare

MCTS v0.5.5

Diff since v0.5.4

Merged pull requests:

v0.5.4

23 Oct 20:55
393976b
Compare
Choose a tag to compare

MCTS v0.5.4

Diff since v0.5.3

Merged pull requests:

  • POMDPs.requirements_info -> POMDPLinter.requirements_info (#106) (@zsunberg)

v0.5.3

04 Aug 23:20
2050b82
Compare
Choose a tag to compare

v0.5.2

15 May 17:16
5e380e1
Compare
Choose a tag to compare

MCTS v0.5.2

Diff since v0.5.1

Closed issues:

  • Domain knowledge examples broken. (#62)
  • Out of bounds error (#63)
  • Is this a parallelized implementation? (#96)
  • enable_tree_vis=false generates shallow tree when visualized with D3Trees instead of error (#97)

Merged pull requests:

  • Raise error when trying to visualize tree with enable_tree_vis=false (#98) (@BoZenKhaa)
  • Tweaked UCB calculation for uniform exploratin of actions in vanilla MCTS (#99) (@BoZenKhaa)
  • Distinguish between StateNode creation and lookup (#100) (@BoZenKhaa)
  • Remove Nothing from RolloutEstimator parameters (#103) (@johannes-fischer)

v0.5.1

16 Aug 19:51
Compare
Choose a tag to compare

MCTS v0.5.1

Diff since v0.5.0

Closed issues:

  • Use SimpleGridWorld instead of LegacyGridWorld in tests. (#57)
  • Use different rollout depth than the tree construction depth. (#88)

Merged pull requests:

v0.5.0

19 May 05:29
4256c61
Compare
Choose a tag to compare

MCTS v0.5.0

Diff since v0.4.7

The main breaking difference, and reason for incrementing the minor version number, is that rollouts now by default run for the same length regardless of the depth argument to the MCTSSolver. This is discussed in #88.

Closed issues:

  • Rollout simulator construction (#38)
  • Return estimate_value rather than 0 when depth=0 in simulate (#54)
  • Unbounded memory usage with reuse_tree ? (#77)
  • #88

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#78) (@zsunberg)
  • MassInstallAction: Install the CompatHelper workflow on this repository (#79) (@zsunberg)
  • MassInstallAction: Install the CI workflow on this repository (#80) (@zsunberg)
  • MassInstallAction: Install the CompatHelper workflow on this repository (#82) (@zsunberg)
  • Fix the 'generative interface' link in README.md (#84) (@kykim0)
  • Minor refactoring of DPW so the code structure is more consistent (#85) (@kykim0)
  • Remove CPUtime_us() in favor of Base.time_ns() (#87) (@kykim0)
  • Replace LegacyGridWorld with SimpleGridWorld (#89) (@BoZenKhaa)
  • Put search_time in seconds in info (#90) (@johannes-fischer)
  • Custom rollout depth (#91) (@jancervenka)

v0.4.7

08 Nov 05:11
c2e3a31
Compare
Choose a tag to compare

MCTS v0.4.7

Diff since v0.4.6

Merged pull requests:

v0.4.6

23 Sep 01:19
d336772
Compare
Choose a tag to compare

MCTS v0.4.6

Diff since v0.4.5

Merged pull requests:

  • Added [compat] for POMDPPolicies 0.4 (#73) (@mossr)