Difference between revisions of "Agents"

From CCoWS Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
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
 +
  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
 +
  
 
==  
 
==  

Revision as of 13:58, 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 a newly created agency in 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.