<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Im such a fish, please ignore it. :-(<br>
    <br>
    -------- Original-Nachricht --------
    <table class="moz-email-headers-table" border="0" cellpadding="0"
      cellspacing="0">
      <tbody>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Betreff: </th>
          <td>Logic Exception</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Datum: </th>
          <td>Mon, 11 Jul 2011 16:59:34 +0200</td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Von: </th>
          <td>Sören Dierkes
            <a class="moz-txt-link-rfc2396E" href="mailto:soeren.dierkes@informatik.uni-oldenburg.de"><soeren.dierkes@informatik.uni-oldenburg.de></a></td>
        </tr>
        <tr>
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT">An: </th>
          <td><a class="moz-txt-link-abbreviated" href="mailto:pogamut-list@amis.mff.cuni.cz">pogamut-list@amis.mff.cuni.cz</a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <pre>Hi,

I wrote a simple Bot with a Bayes Classifier, but I got a few Problems.
A simple method like:

    protected void stateHit() {
        log.info("Decision is: HIT");
        enemy = 
players.getNearestVisiblePlayer(players.getVisibleEnemies().values());
        if (oldAction != Action.GET_ATTACKED) {
            while(!enemy.isVisible()) {
                getAct().act(new Rotate(2000,"left"));
                oldAction = Action.GET_ATTACKED;
            }
        }
    }

throws a logic iteration exception. This method works fine before, maybe 
someone can help me.

Thanks

Sören
</pre>
  </body>
</html>