Artificial Intelligence questions

profileAsmah
yuc_cs330_151_1_assignment1_1.pdf

CS330 Artificial Intelligence

Assignment 1

SEM 151

Submission 18th October 2015

Sem-142

Page 0

ASSIGNMENT 1 Sem-142

Question 1 Describe PEAS for the following:

(a) Bot to display advertisements in a search engine

(b) Industrial robot to detect defects

(c) Recommendation system

Question 2 Discuss the type of environment for the scenario given in Question 1.

1. Partially or Fully Observable

2. Single agent or multi agent

3. Deterministic or stochastic

4. Episodic or sequential

5. Static or dynamic

6. Discrete or continuous

Question 3 Description of an agent is given bellow. Read the description and

answer the questions. Also give some suggestion to help this agent X

to complete the task

Suppose we have agent X who has been hired to help company in shifting

heavy things from one location to another. One day, Agent X has been

asked to transfer Some computer system one by one by carrying them

carefully from Building A and place them in Room B0-010 inside a

building B. Agent X has some signaling sensors which helps him by

telling whether the agent is near its destination or not. The Path has

obstacles in unknown locations. If the agent will hit the obstacle,

the computer will fall down on floor. But there are some safe paths,

may be longer than the others path.

ASSIGNMENT 1 Sem-142

1. Define PEAS of current Agent X

2. Is it sufficient for Agent X to be simple reflex? Why or why not?

3. Discuss whether the environment is fully observable,

deterministic, discrete, episodic, and single agent.

4. Suggest some improvement to Agent X design. So that it can be

easy for him to carry out the task?

5. Define PEAS for your improved Agent X Design.

6. Suggest what type of agent program your improved agent X should

be?(reflex, model based, goal based, utility based, learning)

ASSIGNMENT 1 Sem-142

Page 8