Package edu.columbia.cs.coms4701.agent.environments.grid

Interface Summary
GridEnvironment<K extends AgentAction,P extends AgentPercept,A extends Agent<K,P>> DESCRIPTION
GridMap Represents an environment object that can be used to keep track of the location of other objects in a 2-dimensional grid.
GridObject Interface for an environment object that has a location on a 2-dimensional grid.
GridObstacle Tagging interface to identify grid objects that can be considered obstacles.
 

Class Summary
SimpleGridMap Represents an environment object that can be used to keep track of the location of other objects in a 2-dimensional grid.
SimpleGridObject DESCRIPTION
SimpleGridObstacle A grid object that is identified as an obstacle.