Skip to content

This is a notebook that implement Tic Tac Toe game with use of the Monte-Carlo tree search (MCTS) algorithm.

Notifications You must be signed in to change notification settings

CedricAllain/TicTacToe_MCTS

Repository files navigation

TicTacToe MCTS

This is a notebook that implement Tic Tac Toe game with use of the Monte-Carlo tree search (MCTS) algorithm. This is part of the Reinforcement Learning course of E. LePennec, professor at École Polytechnique.

Alexis Gerbeaux et Cédric Allain - février 2020

Sources:

- Tic Tac Toe game: https://gist.github.com/eaorak/3966315

- MCTSPY package: https://pypi.org/project/mctspy/

About

This is a notebook that implement Tic Tac Toe game with use of the Monte-Carlo tree search (MCTS) algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published