mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
6 lines
235 B
Markdown
6 lines
235 B
Markdown
|
## MiniMax Algorithm
|
||
|
|
||
|
It's implemented in such way that the AI minimizes it's loss and maximizes it's winning chances.
|
||
|
|
||
|
![minimax](https://user-images.githubusercontent.com/92343715/194568346-bc6c78c3-fe22-43b9-ba25-e2f429b1b5e8.png)
|