mlsdpk / alphazero-checkers-pygame

3 stars 0 forks source link

Implementation of MiniMax algorithm #24

Open mlsdpk opened 3 years ago

mlsdpk commented 3 years ago

We need some kind of AI to play with and evaluate our agent after training. There are many algorithms we can implement and in this project, we can try the MiniMax algorithm with and without alpha-beta pruning.

gilberto85 commented 2 years ago

python main.py -w human -b alphazero i ran this code and its not opening only human vs human