v0.5.2
MCTS v0.5.2
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)