Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vgarciasc/mcts-viz
Visualization of MCTS algorithm applied to Tic-tac-toe.
https://github.com/vgarciasc/mcts-viz
mcts p5js tictactoe visualization
Last synced: 7 days ago
JSON representation
Visualization of MCTS algorithm applied to Tic-tac-toe.
- Host: GitHub
- URL: https://github.com/vgarciasc/mcts-viz
- Owner: vgarciasc
- Created: 2020-11-18T15:22:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T19:15:04.000Z (about 3 years ago)
- Last Synced: 2024-10-23T10:04:20.669Z (15 days ago)
- Topics: mcts, p5js, tictactoe, visualization
- Language: JavaScript
- Homepage: https://vgarciasc.github.io/mcts-viz
- Size: 66.4 KB
- Stars: 199
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcts-viz
A browser visualization of the MCTS algorithm applied to Tic-Tac-Toe. [Hosted here](https://vgarciasc.github.io/mcts-viz/).
Made with p5.js.
---
![](./readme-fig-1.png)