Pinned Loading
-
qmk_firmware
qmk_firmware PublicForked from qmk/qmk_firmware
Open-source keyboard firmware for Atmel AVR and Arm USB families
C
-
An example of Information Set Monte ...
An example of Information Set Monte Carlo Tree Search from http://www.aifactory.co.uk/newsletter/2013_01_reduce_burden.htm 1# This is a very simple Python 2.7 implementation of the Information Set Monte Carlo Tree Search algorithm.
2# The function ISMCTS(rootstate, itermax, verbose = False) is towards the bottom of the code.
3# It aims to have the clearest and simplest possible code, and for the sake of clarity, the code
4# is orders of magnitude less efficient than it could be made, particularly by using a
5# state.GetRandomMove() or state.DoRandomRollout() function.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.