| Home | Trees | Indices | Help |
|
|---|
|
|
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
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:49:07 2009 | http://epydoc.sourceforge.net |