Checkers Script

Checkers Komputer - a checkers playing AI, built as a warm up for other games.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Stephen Montague
今日安裝
0
安裝總數
11
評價
0 0 0
版本
2024-05-05
建立日期
2024-04-12
更新日期
2024-07-08
尺寸
92.0 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 the GBE homepage, which has clones of games like Risk and Diplomacy, as well as checkers, chess, and many (close to 100) indie titles.

This AI opponent uses a MCTS-PUCT* based algorithm, which may be applied to other games in the future, like for the online clone of Viktory II, for which I wrote another, fairly fun AI script here:

https://greasyfork.org/en/scripts/493364-viktory-script

* MCTS-PUCT 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 console version for testing various versions of the AI here:
https://github.com/Viktory-II-Komputer/Komputer/tree/Komputer-Demo

Have a good one.