Skip to content

aibaq/tic_tac_q

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe Bot based on Q-learning

Q-learning is a model-free reinforcement learning technique. Specifically, Q-learning can be used to find an optimal action-selection policy for any given (finite) Markov decision process (MDP).

If you find bugs or have suggestions, feel free to email me at aiba.prenov@gmail.com

Installation

python 3 required

python main.py or python3 main.py

About

Tic-tac-toe Bot based on Q-learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages