A Theano CNN-based deep learning agent that learns to play Tic-tac-toe from images
-
Updated
Jan 2, 2017 - Python
A Theano CNN-based deep learning agent that learns to play Tic-tac-toe from images
Makers Week 9 - An attempt at creating a game that uses Machine Learning to learn how to play and improve over time
Triple Three Engine (3T) is a Tic Tac Toe engine. It uses Machine Learning (ML) to predict the best move in a given Tic Tac Toe position. It can be trained to predict the best move in any board size, although the default is a 3 by 3 board.
Reinforcement learning TicTacToe playing in pure Python
Python script for TicTacToe in terminal.
Basic Q Learning algorithm on Tic-tac-toe game
This repository contains the development of a Tic Tac Toe game made on Python
AI driven Tic-Tac-Toe game that runs on the Minimax algorithm with Alpha-Beta Pruning
A tic-tac-toe game with a 'try to LOSE' gamemode, where you lose if you win, and vice-versa.
A simple TicTacToe game inspired by the MIT version.
Tic Tac Toe Game in Python Single player against Computer
This project is an implementation of a simple AI playing TicTacToe using the MinMax algorithm and a simple heuristic. This project has been made only for educational purpose
Tic tac toe against AI and player vs player python 3.7
Add a description, image, and links to the tictactoe topic page so that developers can more easily learn about it.
To associate your repository with the tictactoe topic, visit your repo's landing page and select "manage topics."