Assignment 3: Game-Playing Agents |
CSE 415: Introduction to Artificial Intelligence The University of Washington, Seattle, Spring 2023 |
The reading for this assignment is
Search
in The Elements of Artificial Intelligence with Python.
|
Due |
There are two options in this assignment.
With the Baroque Chess option, you will also write a move generator. We plan to run competitions for all the agents in each category and award some additional points for making it into the top 25 percent and some additional points for winning your category. In either option, you may earn 5 points of extra credit by implementing
Zobrist hashing in your agent. If you do this, there should be a method
in your code |