dbravender / dartmcts

A Monte Carlo Tree Search library written in Dart used to power opponents in the Trickster's Table app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perform roll outs as intended in MCTS

dbravender opened this issue · comments

In the current implementation nodes are created nodes all the way down which is memory intensive

The rollout for pure MCTS isn't right but the rollout with a neural network is working the way it was intended in the Alpha Zero paper.