Checkers Script

Komputer - an AI for Checkers

2024-04-13 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
Stephen Montague
باھا نومۇرى
0 0 0
نەشرى
2024-04-13-beta
قۇرۇلغان ۋاقتى
2024-04-12
يېڭىلانغان ۋاقتى
2024-04-13
Size
89.7 KB
ئىجازەتنامىسى
يوق
قوللايدىغىنى

For the website http://gamesbyemail.com/Games/Checkers#Preview by Scott Nesin, to play the game Checkers, versus a computer opponent, under the game Preview tab. If you visit, be sure to check out GBE homepage, which has clones of games like Risk and Diplomacy, as well as Checkers, Chess, and many indie titles.

This is the first draft for a MCTS-PUCT* based AI agent that may be applied to more games in the future.

* (Stands for Monte Carlo Tree Search with Predictive Upper Confidence bounds for Trees - made famous as part of the AlphaZero algorithm, although this version uses a far less complex crafted heuristic for Checkers rather than a neural network, although net versions have been trained and may come later.)

The related source repository is here:
https://github.com/Viktory-II-Komputer/Komputer/tree/main

There's also a standalone demo version under development here:
https://github.com/Viktory-II-Komputer/Komputer/tree/Komputer-Demo

Have a good one.