Package teamwork
[hide private]
[frames] | no frames]

Source Code for Package teamwork

 1  """The top-level package for all of the PsychSim code, plus all of the individual multiagent and math modules 
 2   
 3  To invoke PsychSim: 
 4   
 5  >>> python teamwork/shell/PsychShell.py 
 6   
 7  (use the C{--help} argument for more information on command-line arguments) 
 8   
 9  The central multiagent simulation class is L{PsychAgents<teamwork.multiagent.PsychAgents.PsychAgents>}. 
10  """ 
11