Simple-maze


Language: Teaching Script   Entire Dialog
World states: init-mazerc.world  final-mazerc.world 

Teaching Dialog (Rosie in bold)


TEACHER: The name of the puzzle is simple-maze.
Please setup the puzzle.
TEACHER: Load init-mazerc.
world representation
Ok.
TEACHER: Ok.
Please describe the actions, goals, and failure conditions.
TEACHER: The name of an action is block-step.
What are the conditions of the action.
TEACHER: If a blue block is adjacent to a clear location then you can move the block onto the location.
Please describe the meaning of 'clear' in this context.
TEACHER: If a location is not below an object then it is clear.
Ok, I've learned the meaning of 'clear' for this context.
Please describe the meaning of 'adjacent' in this context.
TEACHER: If a location is next to an object but it is not diagonal with the object then it is adjacent to the object.
Ok, I've learned the meaning of 'adjacent' for this context.
I've learned the action.
TEACHER: Load final-mazerc.
world representation
Ok.
TEACHER: The name of the goal is blue-matched.
Please setup the goal state.
TEACHER: Ok.
Please describe the goal.
TEACHER: The goal is that a blue block is on a blue location.
I've learned the goal.
TEACHER: Done.
I've learned simple-maze. Should I try to solve the puzzle?
TEACHER: No.
Ok.