A belief state update is the revision of an agent's internal probabilistic representation of the world or a situation, typically occurring after processing new observations, evidence, or the results of its actions. This process is fundamental to Partially Observable Markov Decision Processes (POMDPs), where the agent cannot directly perceive the true state of the environment. The update applies Bayesian inference to combine prior beliefs with new data, producing a posterior distribution over possible states.




