Skip to content

Releases: ImparaAI/monte-carlo-tree-search

Version 1.3.1

16 Nov 06:54
469ef42
Compare
Choose a tag to compare
  • Cleaning up docs and formatting
  • Removing python 3.3 support to avoid travis deploy issues

Version 1.3.0

29 Sep 23:19
e8e5112
Compare
Choose a tag to compare
  • Made the discovery factor a configurable feature of each node
  • Added make_exploratory_choice() method
  • Cleaned up the readme

Version 1.2.1

22 Sep 07:15
b801952
Compare
Choose a tag to compare
  • Final environment state nodes are never considered expanded

Version 1.2.0

22 Sep 06:25
Compare
Choose a tag to compare
  • Adding support for multi-player environments

Version 1.1.2

20 Sep 22:23
f1380b1
Compare
Choose a tag to compare
  • Ensuring each expansion starts over from the root node

Version 1.1.1

20 Sep 01:14
e95df54
Compare
Choose a tag to compare
  • Fixed simulator wouldn't expand beyond root node
  • Fixed policy value test requiring win value set on parent to update visits
  • Readme cleanup
  • Clearer usage of random.choice

Version 1.1.0

18 Sep 03:42
6c0fbd5
Compare
Choose a tag to compare
  • Passing the montecarlo instance as an argument to the child finder and node evaluator

Version 1.0.3

15 Sep 01:17
1820857
Compare
Choose a tag to compare
  • Including readme and license files in python package distribution

Version 1.0.2

15 Sep 00:54
9606c6c
Compare
Choose a tag to compare
  • Version fix

Version 1.0.1

15 Sep 00:34
9d4c49e
Compare
Choose a tag to compare
  • Proper fix of the pypi deploy key