Complex Python lambdas
Nov 15, 2016
As part of the 2nd programming assignment of CSCI 561 AI class, we had to program AI agents that implement either the Mimimax or Alpha-Beta Pruning algorithms to play a fictional board game. Using these algorithms, the agents would essentially generate a series of possible actions, calculate the ...
Read more