Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
donuts236727y
-
donuts236727y@Codex404 https://playtictactoe.org
Not really hard there's probably a non ML Algo.
But I just want to learn to use some ML lib so will try to do it the ML way where the PC learns it from playing games.
And if that goes well, a real project after. I'm thinking a chat autoresponder... -
donuts236727y@Codex404 oh thought by ultimate u meant unbeatable.
Didn't know it was a variant of the game.
https://en.m.wikipedia.org/wiki/...
Interesting though, sounds like building something like AlphaGo that needs situational awareness. -
donuts236727yDidn't finish the Algo post ..yea MC...
That's how AI Go used to be done but the tree search takes way too long for the 19x19 board. Though even AlphaGo needed a huge network of PCs to beat humans pros.
Just finished my C# implementation of Tic Tac Toe with AI.
It is probably the ugliest, messiest code I've written in years...
The problem is the computer i m on is real old and the dark theme sucks... and i havent done C# in awhile...
At this point its just POC and wireframe i guess....
Will clean and make it usable for an actual game when i get back to my home and my own PC...
That or someone can make a PR:
https://github.com/allanx2000/...
k, thnx, bai... that took like 4hrs....
rant