Difference between revisions of "Agents"

From CCoWS Wiki
Jump to: navigation, search
(Agent Tutorials)
 
(5 intermediate revisions by one user not shown)
Line 5: Line 5:
 
List parameters and bounds (i.e. value - controls transparency - values between 0 and 1 where 1 is opaque)
 
List parameters and bounds (i.e. value - controls transparency - values between 0 and 1 where 1 is opaque)
  
Example of an agent viewed in a text editor (From a newly created agency in notepad
+
 
 +
== Examples of agents viewed in a text editor ==
 +
Examples copied from .tgt files opened with notepad
 
   Agent
 
   Agent
 
   Tag
 
   Tag
Line 20: Line 22:
  
  
==  
+
 
Agent tutorials ==
+
== Agent Tutorials ==
 +
 
  
  
 
Using the RandomAgentGenerator.  This is an XL spreadsheet that enables the creation of large numbers of stochastic agents with control over the degree of randomness.
 
Using the RandomAgentGenerator.  This is an XL spreadsheet that enables the creation of large numbers of stochastic agents with control over the degree of randomness.
 +
 +
[[Adding Agents]]
  
 
[[Making an agent move along a path of X,Y,T data]].
 
[[Making an agent move along a path of X,Y,T data]].

Latest revision as of 13:04, 27 May 2009

An agent is an element of an agency (.tgt) file. In simplest terms an agent is a site (see sites data (.tsd)) with many more dimensions/parameters and therefor, more capabilities. Most commonly, agents are used to represent an object at a point in four-dimensional space with additional information such as a form, orientation at that point, size, color, etc.

Describe some of the capabilities of an agent.

List parameters and bounds (i.e. value - controls transparency - values between 0 and 1 where 1 is opaque)


Examples of agents viewed in a text editor

Examples copied from .tgt files opened with notepad

  Agent
  Tag	
  Lbl	station4
  Unt	
  ENPUDE	592417.125500	4046670.532000	0	10	0	-5.000000
  STTTDCCIO	20	36526.000000	3600.000000	-1.000000	0	0	0	0	0
  AIGVWTSD	0	0	1	1	1	4204	0	0
  BOCEV	0	0	0	1	1	0
  UZS	        0	0	0
  dddrrr	0	1	0	1	0	0
  vdddrrr	0	1	0	1	0	0
  EIH	        0	0	0	0.000000	2.000000	2.000000	100.000000


Agent Tutorials

Using the RandomAgentGenerator. This is an XL spreadsheet that enables the creation of large numbers of stochastic agents with control over the degree of randomness.

Adding Agents

Making an agent move along a path of X,Y,T data.