Comment by joelthelion
13 years ago
Add the UCT monte-carlo tree algorithm, and you have a strong, generic AI for two-player games such as chess, go, othello, etc.
Here's a C++ implementation: https://github.com/joelthelion/uct
13 years ago
Add the UCT monte-carlo tree algorithm, and you have a strong, generic AI for two-player games such as chess, go, othello, etc.
Here's a C++ implementation: https://github.com/joelthelion/uct
No comments yet
Contribute on Hacker News ↗