TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Winning Connect4 with Monte-Carlo Tree Search

4 pointsby forksalmost 2 years ago

1 comment

bediger4000almost 2 years ago
I&#x27;ve found MCTS works very well with turn taking board games:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;bediger4000&#x2F;squava2&#x2F;blob&#x2F;main&#x2F;algorithm-comparison.md">https:&#x2F;&#x2F;github.com&#x2F;bediger4000&#x2F;squava2&#x2F;blob&#x2F;main&#x2F;algorithm-c...</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;bediger4000&#x2F;kalah">https:&#x2F;&#x2F;github.com&#x2F;bediger4000&#x2F;kalah</a><p>Seems faster than an alpha-beta minimaxing opponent of the same strength, and also typically a less predictable opponent.
评论 #37050495 未加载