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
- Host: GitHub
- URL: https://github.com/maxg87/tic-tac-toe-mcts
- Owner: MaxG87
- License: gpl-3.0
- Created: 2022-08-19T07:25:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T22:42:26.000Z (about 1 year ago)
- Last Synced: 2025-05-31T09:26:47.273Z (about 1 year ago)
- Language: Rust
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).