Class GroundedGameT3AgentGenerator
java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameAgentGenerator
org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameT3AgentGenerator
- All Implemented Interfaces:
AgentGenerator<ArguingAgent,
GroundedGameSystem>
Generates agents of type T3.
- Author:
- Matthias Thimm
-
Constructor Summary
ConstructorDescriptionGroundedGameT3AgentGenerator
(GroundedGameSystem.AgentFaction faction, T3Configuration config) Creates a new generator for agents of type T1. -
Method Summary
Methods inherited from class org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameAgentGenerator
equals, generate, getFaction, hashCode, setSeed, toString
-
Constructor Details
-
GroundedGameT3AgentGenerator
public GroundedGameT3AgentGenerator(GroundedGameSystem.AgentFaction faction, T3Configuration config) Creates a new generator for agents of type T1.- Parameters:
faction
- the faction of the agents to be generated.config
- configuration for creating belief states.
-