An open API service indexing awesome lists of open source software.

https://github.com/maxg87/tic-tac-toe-mcts

MCTS AI for TicTacToe
https://github.com/maxg87/tic-tac-toe-mcts

Last synced: 8 months ago
JSON representation

MCTS AI for TicTacToe

Awesome Lists containing this project

README

          

MCTS AI for Tic Tac Toe

This project exists so I have a playground to explore two concepts I want to
get more familiar with. The one concept is doing non-trivial programming work
in [Rust](https://www.rust-lang.org/). The other concept is to explore [Monte
Carlo Tree Search](https://en.wikipedia.org/wiki/Monte_Carlo_tree_search).