Package teamwork :: Package examples :: Module meeting
[hide private]
[frames] | no frames]

Module meeting

source code

PsychSim specification of the robot grid meeting problem

Functions [hide private]
 
setupMeeting() source code
 
move(dimension, delta=0, span=2, escape=0.1)
Generates dynamics for an action that tries to move in the specified dimension
source code
Variables [hide private]
  Omega = {'left': {'type': 'wall left'}, 'right': {'type': 'wal...
Function Details [hide private]

move(dimension, delta=0, span=2, escape=0.1)

source code 

Generates dynamics for an action that tries to move in the specified dimension

Parameters:
  • dimension (str) - the dimension of the intended move ('x' or 'y')
  • delta - the intended change in position (default is 0)
  • span - the maximum length of the dimension (default is 2)
  • escape (float) - the probability of making a given unintended change
  • delta,span (int)

Variables Details [hide private]

Omega

Value:
{'left': {'type': 'wall left'}, 'right': {'type': 'wall right'}}