Module soarWorld :: Class SoarWorld
[frames] | no frames]

Class SoarWorld

Represents a world in the same way as the soar simulator

Instance Methods
 
__init__(self, path)
 
initialLoc(self, x, y)
 
dims(self, dx, dy)
 
addWall(self, (xlo, ylo), (xhi, yhi))
Instance Variables
  walls
Walls represented as list of pairs of endpoints
  wallSegs
Walls represented as list of util.lineSeg
Method Details

__init__(self, path)
(Constructor)

 
Parameters:
  • path - String representing location of world file