Difference between revisions of "Agents"

From CCoWS Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
== Example of an agent viewed in a text editor ==
 
== Example of an agent viewed in a text editor ==
(From an agency opened with notepad).
+
From an agency opened with notepad
 
   Agent
 
   Agent
 
   Tag
 
   Tag

Revision as of 14:00, 30 September 2008

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)


Example of an agent viewed in a text editor

From an agency 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.

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