An agent is composed of,
a) Architecture
b) Agent Function
c) Perception Sequence
d) Architecture and Program
Answer Posted / m. s. wara
Perception sequence
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Differentiate between the iqbot, metabot and a taskbot?
The problem-solving agent with several immediate options of unknown value can decide what to do by just examining different possible sequences of actions that lead to states of known value, and then choosing the best sequence. This process of looking for such a sequence is called Search. State True or False a) True b) False
Name of the industry which highly used the robots?
What is the degree of freedom in the robotics? How can it be determined?
for online search in ‘artificial intelligence’ which search agent operates by interleaving computation and action?
Which are necessary for an agent to solve an online search problem? a) Actions b) Step-cost function c) Goal-test d) All of the mentioned
A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above
One of the main cons of hill-climbing search is, a) Terminates at local optimum b) Terminates at global optimum c) Does not find optimum solution d) Fail to find a solution
What is the degree of freedom in the robotics?
How many successors are generated in backtracking search? a) 1 b) 2 c) 3 d) 4
Which of the following algorithm is online search algorithm? a) Breadth-first search algorithm b) Depth-first search algorithm c) Hill-climbing search algorithm d) None of the mentioned
If we wanted to add two number a and b, then how it can be written in lisp language?
Which technology uses miniaturized accelerometers and gyroscopes? a) Sensors b) Actuators c) MEMS d) None of the mentioned
What are the components of a robot?
What brute-force search strategies?