cern1710 / mcts

Yet another Monte Carlo Tree Search implementation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monte Carlo Tree Search

A very simple implementation of MCTS. Uses a simple heuristic to find the next successor (prioritizing corners and the center).

About

Yet another Monte Carlo Tree Search implementation in Python


Languages

Language:Python 100.0%