Sven Schmit added problems.tex  over 9 years ago

Commit id: b5ba5cf65f438350b5b148a5da0a1fb5417fab12

deletions | additions      

         

\section{Problems}  Using the above setup, one can come up with several interesting problems.   Some are very easy, others might be very complicated.  We list a few that we are interesting in exploring, where we want to start simple and build more complicated algorithms as we go.  \begin{enumerate}  \item A dog has to move to a target  \item A dog has to move one sheep to a target  \item One dog has to move multiple sheep to a target  \item One dog must move multiple sheep, each to a different target  \item Multiple dogs have to move multiple sheep to a target.  \item Learn dogs the basic herding commands\footnote{see \url{http://en.wikipedia.org/wiki/Herding_dog} under `Basic herding dog commands' for an overview} and then have a seperate AI give commands to the dogs.  \end{enumerate}