Artificial Intelligence
1. What are the AI agent and "PEAS"?
2. What are the different among the Simple reflex agents, Model-based reflex agents, Goal-based agents, and Utility-based agents?
3. For the "PEAS", what are the functionalities for each component?
4. What are the uninformed search and informed search?
5. List the typical search algorithms in each group.
6. For each typical search algorithm, list its properties and characteristics.
7. What is the "Perception-Action Problem"?
8. Given two states of an 8-puzzle, know how to calculate heuristics function values with the given criteria.
9. Given a search tree, know how to use the breath-first search, depth-first search, and A* search to list the search steps to find the goal state.