├── README.md ├── antas.py ├── mancala.py └── mcts.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haroldsultan/MCTS/HEAD/README.md -------------------------------------------------------------------------------- /antas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haroldsultan/MCTS/HEAD/antas.py -------------------------------------------------------------------------------- /mancala.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haroldsultan/MCTS/HEAD/mancala.py -------------------------------------------------------------------------------- /mcts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haroldsultan/MCTS/HEAD/mcts.py --------------------------------------------------------------------------------