Calypso Module 6 Guided Discovery
If you aren't sure of an answer, feel free to review the module again.
- What do we mean when we say that rules "conflict"?
- One has a true WHEN part and the other has a false WHEN part.
- They refer to different cubes.
- Their actions cannot both be performed at the same time.
- One comes before the other.
Answer
Rules conflict when their actions cannot both be performed
at the same time. For example, Cozmo cannot turn left and turn right
at the same time.
- The Third Law of Calypso says: when actions conflict ...
- the earliest wins.
- the most specific one wins.
- pick one at random.
- the latest one wins.
Answer
When actions conflict, the Third Law says to pick the earliest one,
i.e., whichever rules comes first.
- What can cause an action to be blocked (dimmed)?
- A later action that conflicts with it.
- A longer rule that conflicts with it.
- A shorter rule that conflicts with it.
- An earlier action that conflicts with it.
Answer
An action will be blocked if an earlier action conflicts with it.
Rembmer: the Third Law says "the earliest wins".
- Consider the program with two Pursue and Consume pairs. What
will Cozmo pursue first?
- A red cube
- A blue cube
- The closest cube of either color
- He will pick a cube at random
Answer
Only the pursue rules matter here. The first pursue rule
is for blue cubes, so Cozmo will pursue a blue cube first.
- Given the program above, when will Cozmo pursue a red cube?
- After he consumes a blue cube.
- Once all the blue cubes are gone.
- As soon as a red cube is the closest cube.
- It's impossible to predict.
Answer
The second pursue rule, which looks for red
cubes, will always lose to the first pursue rule if the first pursue
rule can run. So Cozmo will only pursue red cubes when all the blue
ones are gone.
The next two questions both refer to the rules below. Notice that
these rules refer explicilty to cube1 or cube2, not the generic
"cube".
- Where will Cozmo go given the rules shown above?
- He will go first to cube 1 and then to cube 2.
- He will go to whichever cube is closest.
- He will go to cube 1 and stay there.
- He will go to cube 2 and stay there.
Answer
Since the first two rules conflict, Cozmo will go
to cube 1 because the first rule blocks the second one. He will never
leave cube 1 because the first rule never stops running.
- What color will the cubes be after we run the above program?
- Cube 1 will be orange; cube 2 will not change color.
- Cube 2 will be green; cube 1 will not change color.
- Both cubes will be orange.
- Cube 1 will be orange and cube 2 will be green.
Answer
The last two rules do not conflict since they
refer to different cubes. Therefore, cube 1 will be orange and cube 2
will be green.
- Consider these two pursue rules:
Suppose the world looks like this:
With these rules and this world configuration, when you start the
program, Cozmo will go to cube 1 (the "paperclip"). Which of the following actions
would change the cube Cozmo goes to when the program is restarted?
- Move cube 2 (the "anglepoise lamp") so it's a little closer to Cozmo than cube 1.
- Move cube 3 (the "deli slicer") so it's a little closer to Cozmo than cube 2.
- Move cube 3 so it's a little closer to Cozmo than cube 1.
- Move cube 1 so it's between cubes 2 and 3.
Answer
The first rule blocks the second one, so Cozmo
will never pursue a blue cube. Therefore, moving cube 2 cannot have
any effect, no matter where we move it. Moving cube 3 so it's closer
than cube 1 is the only way to get Cozmo to change his choice of cube
to pursue.
Back to the module or the Calypso curriculum overview.
Copyright © 2017 Visionary Machines LLC.
|