[SciPy-User] MCTS Package (Monte Carlo Tree Search)

Robert Kern robert.kern at gmail.com
Thu Mar 26 19:00:46 EDT 2015


On Wed, Mar 25, 2015 at 10:12 AM, Johannes Kulick <
johannes.kulick at ipvs.uni-stuttgart.de> wrote:
>
> Hi all,
>
> over the last couple of days I wrote a lightweight monte carlo tree search
> package for some experiments I want to do for my thesis. It is far from
> complete etc. but I figured, that there is virtually no MCTS library
around in
> any language so far (did I miss anything?). So it might be useful for
some.
> You can find it at my github repository:
>
> https://github.com/hildensia/mcts
>
> I consider making it a "scikit.mcts" or the like, but it seems so little
so far
> that I'm afraid it might not worth doing it.

Cool, thanks! I was about to dive in and write one myself for a personal
project. This looks nice! Here is another Python implementation that I
found:

https://github.com/glesica/mcts-project

--
Robert Kern
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20150326/5b691419/attachment.html>


More information about the SciPy-User mailing list