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

Interface Summary
RobotAction Represents an action a robot can choose.
RobotAgent DESCRIPTION
RobotPercept DESCRIPTION
RobotPositionPercept A percept indication to your agent program the location of the robot in the room.
RobotRoomRectanglePercept A percept that your robot may receive, indicating the size and position of the room in a 2-d plane.
RobotSuccessPercept A percept indicating whether the last attempted action was successful or not, and if not, why.
 

Class Summary
RoombaAction Represents available actions for a RoombaAgent.
RoombaAgent This class represents a happy little RoombaVac robot.
RoombaDirt A spot of dirt.
RoombaEnvironment The environment in which a robo-vac agent lives, spends its days, and dies.
RoombaPositionPercept A percept indication to your agent program the location of the robot in the room.
RoombaRoomRectanglePercept /** A percept that your robot may receive, indicating the size and position of the room in a 2-d plane.
RoombaSuccessPercept Represents a success-or-not percept received by the Roomba robot from its environment.
 

Enum Summary
RobotSuccessPercept.ReasonForFailure