Skip to content
View sakiyama's full-sized avatar

Block or report sakiyama

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Monte Carlo tree search (MCTS) minim... Monte Carlo tree search (MCTS) minimal implementation in Python 3, with a tic-tac-toe example gameplay
    1
    """
    2
    Tic-Tac-Toe Play Against Computer Using Monte Carlo Tree Search (MCTS)
    3
    4
    Running this file allows you to play a game of Tic-Tac-Toe against the computer.
    5
  2. alpha-zero-general alpha-zero-general Public

    Forked from suragnair/alpha-zero-general

    A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more

    Python