|
||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of Agent in ctf.environment |
Fields in ctf.environment declared as Agent | |
Agent |
AgentInfo.mAgent
|
Constructors in ctf.environment with parameters of type Agent | |
AgentGrid.AgentGrid(int inBoardSize,
Agent inAgent)
Constructs an AgentGrid . |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |