Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
TargaryenAgent |
Modifier and Type | Method and Description |
---|---|
static Agent |
Agent.createAgentFromClass(String agentName,
String team,
String agentClass)
Yields an instance of a specified agent-class with a given name.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDebugActionAgent
Simple agent which allows to test the actions.
|
class |
SimpleDebugRechargeAgent |
class |
SimpleExplorerAgent |
class |
SimpleInspectorAgent |
class |
SimpleRepairerAgent |
class |
SimpleSaboteurAgent |
class |
SimpleSentinelAgent |
class |
SimpleSkippingAgent |
Copyright © 2013. All Rights Reserved.