P

Processus de Décision de Markov Partiellement Observable

POMDP

Un processus de décision markovien partiellement observable (POMDP) modélise la prise de décision lorsque les états ne sont pas entièrement visibles.

A Partiellement Processus de Décision de Markov Observable (POMDP) is a framework used in intelligence artificielle for modeling decision-making problems where the agent does not have complete information about the current state of the environment. Unlike a standard Markov Decision Process (MDP) where the state is fully observable, POMDPs incorporate uncertainty in the state representation.

Dans un POMDP, l'agent doit décider des actions en se basant sur un état de croyance, qui est une probability distribution over all possible states, reflecting the agent’s knowledge about the environment. This belief state evolves over time as the agent takes actions and receives observations, which provide partial information about the true state.

Un POMDP est formellement défini par un tuple :

  • S: A set of states
  • A: A set of actions
  • T: A state transition function that defines the probability of moving from one state to another given an action
  • R: A fonction de récompense qui attribue une récompense numérique pour chaque paire état-action
  • O: An Fonction d'observation that defines the probability of receiving an observation given a state and action
  • γ: A discount factor that determines the importance of future rewards

POMDPs are widely used in various applications, such as robotics, automated planning, and gestion des ressources, where decision-making must happen under uncertainty. The complexity of solving POMDPs lies in the need to maintain and update the belief state, making them computationally challenging. Various algorithms and techniques, such as value iteration and policy search methods, have been developed to approximate solutions to POMDPs.

oEmbed (JSON) + /