Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Monte Carlo Tree Search library in Python

Hi everyone,

While I was building an AlphaZero clone I had the opportunity to make a Python library for the Monte Carlo Tree Search algorithm that works both with an AI expert policy or without one. The existing Python libraries that I found were either too poorly functioning/documented or didn’t have a clear mechanism for deriving the probabilistic exploratory weighting to assign to a child node prior to determining its predicted win value.

Please let me know if there are any issues or if I can help clarify anything. I hope someone might find this useful!

https://github.com/ImparaAI/monte-carlo-tree-search

submitted by /u/treeforface
[link] [comments]