\documentclass[fleqn]{article}

\usepackage{haldefs}
\usepackage{notes}
\usepackage{url}
\usepackage{graphicx}

\begin{document}
\lecture{Artificial Intelligence}{P2: Multi-Agent Pacman}{CS5300, Spring 2009}

% IF YOU'RE USING THIS .TEX FILE AS A TEMPLATE, PLEASE REPLACE
% "CS5300, Spring 2009" WITH YOUR NAME AND UID.

% Hand in at: http://www.cs.utah.edu/~hal/handin.pl?course=cs5300

\begin{description}
\item[WU1] Why does Pacman thrash around right next to a dot?
\item[WU2] Why does Pacman rush the closest ghost in minimax search on trappedClassic?
\item[WU3] Why does Pacman's behavior in expectimax differ from the minimax case (i.e., why doesn't he head directly for the ghosts)?
\item[WU4] Document your evaluation function!
\end{description}

\end{document}

