Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 17:16
· 11 commits to master since this release
5e380e1

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)