Across
- 3. A function used in informed search to estimate the cost to reach a goal.
- 6. The starting state or point from which an AI agent begins problem-solving.
- 7. The type of search (BFS) that expands nodes level by level using a FIFO queue.
- 11. A model in problem formulation that describes what happens after taking an action.
- 12. The process of exploring different possible actions to find the best move or solution.
Down
- 1. A type of AI problem where errors can be fixed through manual intervention or built-in mechanisms.
- 2. The type of search (DFS) that explores the deepest node in a branch before backtracking.
- 4. Minor errors that have no significant impact on AI performance.
- 5. A challenge or mistake faced by an agent that determines problem type.
- 8. An entity that perceives its environment and acts upon it to achieve its goals.
- 9. A category of search strategies search methods where the AI has no additional information about how far the goal is
- 10. A specific configuration or situation an AI agent can be in within a problem space.
