- Cleaning up docs and formatting - Removing python 3.3 support to avoid travis deploy issues
1.3.0
- Made the discovery factor a configurable feature of each node - Added `make_exploratory_choice()` method - Cleaned up the readme
1.2.1
- Final environment state nodes are never considered expanded
1.2.0
- Adding support for multi-player environments
1.1.2
- Ensuring each expansion starts over from the root node
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`