Uses of Class
ctf.agent.Agent

Uses of Agent in ctf.agent
 

Subclasses of Agent in ctf.agent
 class BadAgent
          An agent that throws exceptions every 500 moves.
 class BomberAgent
          Like Jcr13Agent, but plants a mine every other move.
 class Jcr13Agent
          A sample agent implementing the Agent interface.
 class RandomAgent
          A sample agent that makes completely random moves and doesn't examine environment at all.
 class SecretAgent
          A sample agent implementing the Agent interface.