β
Correct Answer: (C)
successor function, which takes current action and returns next immediate state
Explanation: the most common formulation for actions uses a successor function. given a particular state x, successor-fn(x) returns a set of (action, successor) ordered pairs, where each action is one of the legal actions in state x and each successor is a state that can be reached from x by applying the action.
Explanation by: Mr. Dubey
the most common formulation for actions uses a successor function. given a particular state x, successor-fn(x) returns a set of (action, successor) ordered pairs, where each action is one of the legal actions in state x and each successor is a state that can be reached from x by applying the action.
Discussion
Question Analytics
932
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
90%
Success Rate