Prior: initial belief distribution
Posterior: updated belief distribution after taking into account new information
Mutually Exclusive: disjointed events (cannot occur at same time)
Collectively Exhaustive: collection of events filling the entire state space (union)
Partition: set of events that are both *mutually exclusive *****and collectively exhaustive
Localization: process of determining the location of an object with respect to its environment
Divide and Conquer: solve a problem by breaking it down and solving the sub-problems
When a robot manages to sense something in its environment, it generates a belief of where it can be.
Hence, the belief moves (and decreases) as the robot moves along its area.
When a door is sensed again, the robot generates the same posterior belief of its location, and then multiplies it with the prior belief to confirm that it is at the 2nd green door.




When the robot senses something, it multiplies where it senses with the current probability distribution
<aside> 📌 SUMMARY: Robot motion relies on sensing objects in the environment for localization
</aside>
<aside> 📌 SUMMARY: Robot motion is often noisy, leading to lowered probabilities as the robot moves right.
</aside>