Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 248 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 248 Bytes

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

  1. Minimax Algorithm
  2. Alpha beta pruning
  3. Iterative deepening for Alpha beta pruning