Skip to content

animalgo/ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

Description

TTT Game Demonstration

Tic-tac-toe game implementation to demonstrate the following AI algorithms

Implemented Algorithms

Tree Search Algorithms

Minimax

α-β pruning

Reinforcement Learning

Q-learning [1] https://en.wikipedia.org/wiki/Q-learning

Postponed

Deep Q-learning (DQN)

  • Bayesian Optimization for parameter selection

UI

  • UI for agent selection

Requirements

  • Python
  • numpy

About

Tic-Tac-Toe game with applicable AI agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages