minimax共3篇
When AI plays Tic Tac Toe-拾光赋

When AI plays Tic Tac Toe

When AI plays Tic Tac Toe,I remember the first time that I was playing Tic Tac Toe with a non-human, I really had no idea how it works or how it knows what moves to make to prevent...
kity的头像-拾光赋kity3年前
03513
I wrote an unbeatable Tic-Tac-Toe AI in Java-拾光赋

I wrote an unbeatable Tic-Tac-Toe AI in Java

I wrote an unbeatable Tic-Tac-Toe AI in Java,I just wrote a Java program that cannot lose at a game of Tic-Tac-Toe. Your best hope is to tie it in a game. You can find the full cod...
kity的头像-拾光赋kity5年前
03414
Tic-Tac-Toe with the Minimax Algorithm-拾光赋

Tic-Tac-Toe with the Minimax Algorithm

Tic-Tac-Toe with the Minimax Algorithm, Tic-Tac-Toe (4 Part Series) 1 Tic-Tac-Toe with the Minimax Algorithm 2 Tic-Tac-Toe with Tabular Q-Learning 3 Tic-Tac-Toe with MCTS 4 Tic-Tac...
kity的头像-拾光赋kity6年前
0265