|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Agent | |
---|---|
mas.agents0815 | |
mas.agentsHempelsSofa | This package contains everything to run all agents of the HempelsSofa team. |
mas.agentsTargaryen | |
massim.javaagents | This package contains a rudimentary agent-interpreter. |
massim.javaagents.agents | This package contains a couple of very rudimentary agents that can be used for testing purposes. |
Uses of Agent in mas.agents0815 |
---|
Subclasses of Agent in mas.agents0815 | |
---|---|
class |
AgentAggressiveSentinel
Role description: identify "good" positions to do a survey, go there and survey as soon as a zone is established, he joins in |
class |
AgentDefender
Role description: as soon as a zone is established, he identifies enemies coming in the zon and attacks them |
class |
AgentDummy
|
class |
AgentExplorer
Role description: moves around the map and surveys the map when step X has passed, he tries to join the established zone |
class |
AgentInspector
Role description: does random walk as long as having enemies in range then he is doing a inspect action as soon as there is a zone, he joins in |
class |
AgentRepairer
The repairer surveys edges, moves randomly or joins a zone as standard behavior. |
class |
AgentSaboteur
Role description: does a random walk and chase enemies, whenever he sees any if a zone is established he look for enemies out of the zone (so he does not enter his teams zone) |
class |
AgentSentinel
Role description: identify "good" positions to do a survey, go there and survey as soon as a zone is established, he joins in |
class |
SubsumptionAgent
|
Uses of Agent in mas.agentsHempelsSofa |
---|
Subclasses of Agent in mas.agentsHempelsSofa | |
---|---|
class |
StrategyBasedAgent
An implemenation of a generic Goal Oriented Agent. |
class |
StrategyBasedExplorerAgent
A GoalOrientedAgent which's goal is to explore the environment through probing, surveying and moving. |
class |
StrategyBasedInspectorAgent
|
class |
StrategyBasedRepairerAgent
|
class |
StrategyBasedSaboteurAgent
|
class |
StrategyBasedSentinelAgent
|
Uses of Agent in mas.agentsTargaryen |
---|
Subclasses of Agent in mas.agentsTargaryen | |
---|---|
class |
TargaryenAgent
|
Uses of Agent in massim.javaagents |
---|
Methods in massim.javaagents that return Agent | |
---|---|
static Agent |
Agent.createAgentFromClass(java.lang.String agentName,
java.lang.String team,
java.lang.String agentClass)
Yields an instance of a specified agent-class with a given name. |
Uses of Agent in massim.javaagents.agents |
---|
Subclasses of Agent in massim.javaagents.agents | |
---|---|
class |
SimpleDebugRechargeAgent
|
class |
SimpleExplorerAgent
|
class |
SimpleInspectorAgent
|
class |
SimpleRepairerAgent
|
class |
SimpleSaboteurAgent
|
class |
SimpleSentinelAgent
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |