Completed: / exercises

QUIZ 6: Information Spaces and Filtering

Due date: 2026-04-26 23:59.
Recommended Resources:

Question 1

Which of the following are correct notation for information transitions?
%T: πœ‚β‚–β‚Šβ‚ = πœ™(πœ‚β‚–, 𝑒ₖ, π‘¦β‚–β‚Šβ‚) %T: πœ‚β‚– = πœ™(πœ‚β‚–β‚‹β‚, 𝑒ₖ₋₁, 𝑦ₖ) %T: πœ‚β‚–β‚‹β‚ = πœ™(πœ‚β‚–β‚‹β‚‚, 𝑒ₖ₋₂, 𝑦ₖ₋₁) %F: πœ‚β‚–β‚Šβ‚ = πœ™(πœ‚β‚–, 𝑒ₖ, 𝑦ₖ) %T: πœ‚β‚–β‚Šβ‚ = πœ™(πœ™(πœ‚β‚–β‚‹β‚, 𝑒ₖ₋₁, 𝑦ₖ), 𝑒ₖ, π‘¦β‚–β‚Šβ‚) %F: πœ‚β‚–β‚Šβ‚ = πœ™(πœ™(πœ‚β‚–β‚‹β‚, 𝑒ₖ, 𝑦ₖ), π‘’β‚–β‚Šβ‚, π‘¦β‚–β‚Šβ‚) %F: πœ‚β‚– = πœ™(πœ‚β‚–β‚‹β‚, 𝑒ₖ, 𝑦ₖ₋₁) %F: πœ‚β‚–β‚Šβ‚‚ = πœ™(πœ‚β‚–, π‘’β‚–β‚Šβ‚, π‘¦β‚–β‚Šβ‚‚) %T: πœ‚β‚–β‚Šβ‚‚ = πœ™(πœ™(πœ‚β‚–, 𝑒ₖ, π‘¦β‚–β‚Šβ‚), π‘’β‚–β‚Šβ‚, π‘¦β‚–β‚Šβ‚‚) %F: πœ‚β‚–β‚Šβ‚ = πœ™(πœ‚β‚–β‚Šβ‚, 𝑒ₖ, π‘¦β‚–β‚Šβ‚)
Warning: You have not logged in. You cannot answer.
For Questions 2-4 you can use the following visualizer:

Question 2

Consider a 4Γ—4 grid 𝐸₁ with rows A–D and columns 1–4. Cells A2, B2, and C2 are obstacles. The robot can move Up (U), Down (D), Left (L), or Right (R). If the robot tries to move into a wall or obstacle, it stays in its current cell.
The robot's sensor reports the number of neighbors (up, down, left, right) that are either a wall or an obstacle, the sensor values can be 0, 1, 2, 3, or 4.
The robot does not know its starting cell.
The sensor value-based groups are: 𝑦₀ = 1: {B3, B4, C3, C4, D3}; 𝑦₀ = 2: {A3, A4, B1, C1, D1, D2, D4}; 𝑦₀ = 3: {A1}.
Which of the following are true?
Warning: You have not logged in. You cannot answer.

Question 3

Now consider grid 𝐸₂ with the same rules as Question 2, but with obstacles at A4, B4, C4.
The sensor value-based groups are: 𝑦₀ = 0: {B2, C2}; 𝑦₀ = 1: {A2, B1, B3, C1, C3, D2, D3}; 𝑦₀ = 2: {A1, A3, D1}; 𝑦₀ = 3: {D4}.
Which of the following are true?
Warning: You have not logged in. You cannot answer.

Question 4

Now consider grid 𝐸₃ with the same rules as Question 2, but with obstacles at B4 and D3.
The sensor groups are: 𝑦₀ = 0: {B2, C2}; 𝑦₀ = 1: {A2, A3, B1, B3, C1, C3}; 𝑦₀ = 2: {A1, C4, D1, D2}; 𝑦₀ = 3: {A4, D4}.
Which of the following are true?
Warning: You have not logged in. You cannot answer.

Question 5

Consider the two-bit filter wiht a state 𝑖 ∈ {T, F}. The state is updated based on whether the most recent observation matches the previous observation. The update rule is:
  • If the current observation equals the previous observation, the filter state stays the same.
  • If the current observation differs from the previous observation, the filter state flips.
The observation alphabet is {π‘Ž, 𝑏}. Which of the following are true?
Warning: You have not logged in. You cannot answer.

Question 6

Consider the two-bit filter from Question 5, but now with observation alphabet {π‘Ž, 𝑏, 𝑐}. The same update rule applies: the filter state flips when the current observation differs from the previous one, and stays when they match.
Which of the following are true?
Warning: You have not logged in. You cannot answer.

Question 7

Consider derived information spaces, information feedback plans, and the concept of eliminating surprise.
Which of the following are true?
Warning: You have not logged in. You cannot answer.

Question 8

Consider gap navigation trees (GNTs), billiard trajectories in polygons, and combinatorial filters.
Which of the following are true?
Warning: You have not logged in. You cannot answer.

Authors

Anna LaValle, Steven LaValle
?