rolyatmax/tictactoe
Tic Tac Toe Machine Learning
This project helps anyone curious about how basic machine learning, specifically reinforcement learning, works by teaching a computer to play Tic Tac Toe. You provide the game environment, and the system outputs a 'policy' or strategy that the computer uses to make moves, eventually playing optimally. It's designed for someone interested in observing or experimenting with machine learning fundamentals in a simple, understandable context.
No commits in the last 6 months.
Use this if you want to understand how a computer can 'learn' a simple strategy through trial and error, without being explicitly programmed with game rules.
Not ideal if you're looking for a complex AI model for advanced game strategy or a production-ready machine learning framework.
Stars
59
Forks
13
Language
JavaScript
License
—
Category
Last pushed
Dec 31, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rolyatmax/tictactoe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
Cledersonbc/tic-tac-toe-minimax
Minimax is a AI algorithm.
LazoVelko/Tic-Tac-Toe
An unbeatable game of Tic Tac Toe.
mscroggs/MENACE
Machine Educable Noughts And Crosses Engine
GantMan/tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
jamesq9/Tic-Tac-Toe-Machine-Learning-Using-Reinforcement-Learning
A Python Program to implement Machine Learning for the Game Tic Tac Toe (3x3) using...