Consider a 10x10 grid without any obstacles and a robot with the same specification as our boundary following robot: eight sensors and four actions.
a.design a reactive production system to control the robot to go to one of the four corners, wherever its initial position is
Answers
Answered by
0
Consider a 10x10 grid without any obstacles and a robot with the same specification as our boundary following robot: eight sensors and four actions.
a) Design a reactive production system to control the robot to go to one of the four corners, wherever its initial position is
b) Show that it is not possible to have a reactive production system to make the robot visit every cell in the grid.
c) Design a state machine to achieve the above task. In addition to having memory about previous action taken and previous sensory input, you can have internal variables (mental states) and actions to change the values of these variables.
a) Design a reactive production system to control the robot to go to one of the four corners, wherever its initial position is
b) Show that it is not possible to have a reactive production system to make the robot visit every cell in the grid.
c) Design a state machine to achieve the above task. In addition to having memory about previous action taken and previous sensory input, you can have internal variables (mental states) and actions to change the values of these variables.
Similar questions