chess - cccbook/aijs GitHub Wiki 電腦下棋 Gomoku 五子棋 https://github.com/doodlewind/gomoku (OK!可執行, javascript, 有用 min-max+alpha-beta cut) 蒙地卡羅馬可夫搜尋法 https://medium.com/@quasimik/monte-carlo-tree-search-applied-to-letterpress-34f41c86e238 https://medium.com/@quasimik/implementing-monte-carlo-tree-search-in-node-js-5f07595104df 程式 -- https://github.com/quasimik/medium-mcts AlphaGo DeepMind AlphaGo Zero Explained https://github.com/Zeta36/chess-alpha-zero How to build your own AlphaZero AI using Python and Keras https://github.com/AppliedDataSciencePartners/DeepReinforcementLearning https://github.com/yangrc1234/Gomoku-Zero 参考AlphaZero论文实现的五子棋AI (Python)