An implementation of the AlphaGo Zero and the AlphaZero algorithm for othello playing.
-
Updated
Jul 21, 2021 - Python
An implementation of the AlphaGo Zero and the AlphaZero algorithm for othello playing.
AI reversi homework in Zhejiang University. It wins the competition on momodel resorting to a good heuristic function.
An Othello game implementation in python with Monte Carlo Method using TKinter
Othello/Reversi Game in Python3, equipped with GUI + AI Player, made using pygame.
Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay
This repository contains a Python implementation of the classic game Tic Tac Toe with AI opponent. The game is played on a 3x3 grid by two players, one using 'X' and the other using 'O'. The player who first gets 3 of their marks in a row (up, down, across, or diagonally) is the winner.
USI-Xエンジン(オセロ)のためのGUI 兼 Online Othello Protocolクライアント
Othello AI Using Deep Learning
Interface between USI-X_Othello engine and Python programs
Othello/Reversi Game with a basic AI player.
Add a description, image, and links to the reversi-ai topic page so that developers can more easily learn about it.
To associate your repository with the reversi-ai topic, visit your repo's landing page and select "manage topics."