It's your responsibility to monitor this page
for any clarifications or corrections to the assignment.
The A3 TAs, Parsa and Hongkai, are available via
Piazza
for questions concering
the assignment. If you have a question of a personal nature, please email
Hongkai at chk at cs dot toronto dot edu, or contact one of the instructors. Please place
A3 and
384 in the subject header of your message.
General Clarifications
- July 11: When you submit your agent.py, then, please make sure your alpha beta and minimax routines refer to compute_utility by default (and not compute_heuristic, your custom heuristic). When testing, a game agent will be instantiated that makes use of compute_heuristic. This second game agent will be evaluated relative to the game agent you submit.