Releases: ImparaAI/monte-carlo-tree-search
Releases · ImparaAI/monte-carlo-tree-search
Version 1.3.1
- Cleaning up docs and formatting
- Removing python 3.3 support to avoid travis deploy issues
Version 1.3.0
- Made the discovery factor a configurable feature of each node
- Added
make_exploratory_choice()
method - Cleaned up the readme
Version 1.2.1
- Final environment state nodes are never considered expanded
Version 1.2.0
- Adding support for multi-player environments
Version 1.1.2
- Ensuring each expansion starts over from the root node
Version 1.1.1
- 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
- Passing the montecarlo instance as an argument to the child finder and node evaluator
Version 1.0.3
- Including readme and license files in python package distribution
Version 1.0.2
- Version fix
Version 1.0.1
- Proper fix of the pypi deploy key