- Notifications
You must be signed in to change notification settings - Fork6
Experiments with variations of minimax algorithm, MTD(f), MCTS in Gomoku
License
NotificationsYou must be signed in to change notification settings
qwertyforce/gomoku_ai
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
https://qwertyforce.dev/gomoku_ai.pdf [RU]
https://habr.com/ru/post/541564/ [RU]
Experiments with variations of minimax algorithm, MTD(f), MCTS in Gomoku
mtdf(10) - dangerous pruning, can lead to unexpected loss
Main ai agent is in mtdf(10)_worker.js. You can play against ai herehttps://gomoku.qwertyforce.dev/game_offline
You can see this error while opening html files in Chrome
Chrome doesn't let you load web workers from a local file.https://stackoverflow.com/questions/21408510/chrome-cant-load-web-workerhttps://stackoverflow.com/questions/17679399/does-disable-web-security-work-in-chrome-anymore/36939693
c++ version -https://github.com/qwertyforce/gomoku_ai_c