for online search in ‘artificial intelligence’ which search agent operates by interleaving computation and action?
1011Post New AI Robotics Questions
What is computer vision?
What is augmented human intelligence?
Which of the Following problems can be modeled as CSP? a) 8-Puzzle problem b) 8-Queen problem c) Map coloring problem d) Sudoku
In which state spaces does the online-dfs-agent will work? a) Irreversible state spaces b) Reversible state spaces c) searchable state spaces d) All of the mentioned
In hmm’s, what are the possible values of the variable?
Which environment is called as semidynamic? a) Environment does not change with the passage of time b) Agent performance changes c) Environment will be changed d) Both a & b
List some of the various tools used in robotics?
What are the components of a robot?
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
Which is used to compressed gasses to drive (power) the robot ?
What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b
Which is the best way to go for game playing problem?
What does the language of fopl consists of?
What do you understand by numerical control?
A* is optimal if h(n) is an admissible heuristic-that is, provided that h(n) never underestimates the cost to reach the goal. a) True b) False