Unit 5 Decision Making
Unit 5 Decision Making
4. Decision Problems
• Single-Agent vs. Multi-Agent
Decision problems can involve a single decision-maker (like a robot
navigating a room) or multiple agents (like cars on a road). In multi-agent
settings, agents must also predict and respond to the actions of others.
• Deterministic vs. Stochastic Problems
In deterministic problems, outcomes are fully determined by actions. In
stochastic (probabilistic) problems, outcomes are uncertain and described
by probability distributions.
• Static vs. Dynamic Problems
Static problems involve a one-time decision with no future implications,
while dynamic problems require a sequence of decisions that affect the
agent's future environment and options.
• Constraints and Objectives
Many decision problems have constraints (e.g., time, resources, budget)
and multiple objectives (e.g., maximize profit while minimizing risk),
which complicate the decision-making process and require multi-
objective optimization.