AI Exam Answers Refined
AI Exam Answers Refined
Artificial Intelligence (AI) is a branch of computer science that focuses on creating intelligent machines
Rationality in AI refers to the ability of an agent to take actions that maximize its performance measure
- Rational agents aim for the best possible outcome in a given environment.
The properties of a task environment define how an agent interacts with it:
1. **Fully Observable vs. Partially Observable** - Whether the agent has complete information about
the environment.
2. **Single-agent vs. Multi-agent** - Whether the agent operates alone or with others.
5. **Static vs. Dynamic** - Whether the environment changes while the agent is reasoning.
5. What is an agent program? Explain the types of agents with a diagram. (10M)
An **agent program** is software that determines how an agent perceives and acts in an environment.
**Types of Agents:**
A **problem-solving agent** is an AI system that searches for a sequence of actions to achieve a goal
state.
**Steps in Problem-Solving:**
3. **Search** - Finding a path from the initial state to the goal state.
The **8-Puzzle Problem** consists of a 3×3 grid with numbered tiles and one empty space, where the
The **N-Queens Problem** requires placing N queens on an N×N chessboard so that no two queens
The **Vacuum World Problem** is a simple AI scenario where an agent moves in a grid to clean dirt
using actions like 'move left', 'move right', and 'suck'. The goal is to reach a state where all cells are
clean.