Trailblazer Isolation
player_isolation_game.py has the algorithms implemented for an AI which can play an Isolation game.
Algorithms used to build better AI
- Minimax Algorithm
- Alpha beta pruning
- Iterative deepening for Alpha beta pruning
Trailblazer Isolation
player_isolation_game.py has the algorithms implemented for an AI which can play an Isolation game.
Algorithms used to build better AI