Computer Science, asked by sonali1341, 9 months ago

define state space search in artificial intelligence​

Answers

Answered by pizzalover
1

Answer:State Spaces

One general formulation of intelligent action is in terms of state space. A state contains all of the information necessary to predict the effects of an action and to determine if it is a goal state. State-space searching assumes that

the agent has perfect knowledge of the state space and can observe what state it is in (i.e., there is full observability);

the agent has a set of actions that have known deterministic effects;

some states are goal states, the agent wants to reach one of these goal states, and the agent can recognize a goal state; and

a solution is a sequence of actions that will get the agent from its current state to a goal state.

Explanation:

Answered by nimra76
1

Answer:

state space is a process useful in the field of computer science including artificial intelligence AI in which successive configuration or state of an instance are considered with the intention of finding a goal state with a desired property ..

Similar questions