for online search in ‘artificial intelligence’ which search agent operates by interleaving computation and action?
976Post New AI Robotics Questions
How many successors are generated in backtracking search? a) 1 b) 2 c) 3 d) 4
What is artificial intelligence robotics?
Which process makes different logical expression looks identical?
What is prolog used in artificial intelligence?
Optimality of BFS is a) When there is less number of nodes b) When all step costs are equal c) When all step costs are unequal d) Both a & c
What is used for tracking uncertain events? a) Filtering algorithm b) Sensors c) Actuators d) None of the mentioned
What is the rule of simple reflex agent? a) Simple-action rule b) Condition-action rule c) Both a & b d) None of the mentioned
Stochastic hill climbing chooses at random from among the uphill moves; the probability of selection can vary with the steepness of the uphil1 move. a) True b) False
In hmm’s, what are the possible values of the variable?
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
What are the capabilities of expert systems?
A problem solving approach works well for a) 8-Puzzle problem b) 8-queen problem c) Finding a optimal path from a given source to a destination d) Mars Hover (Robot Navigation)
What is fopl stands for and explain its role in artificial intelligence?
What are various types of sensors used in the robotics?
What is the other name of informed search strategy? a) Simple search b) Heuristic search c) Online search d) None of the mentioned