Nondeterministic Actions Flashcards

1
Q

non-deterministic actions

A

agent’s cannot predict future states perfectly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

key property of non-deterministic environments

A

a single action can lead to at least two different states

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OR-nodes

A

rectangles where the agent is to move

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AND-nodes

A

circles where nature decides the outcome of some action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

solution in AND-OR search

A

a tree of actions that branches on observations after taking each action and ends each branch on a goal state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

contingency plan

A

solution tree for AND-OR searches

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

representation of contingency plan

A

nested if-statements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

condition of if statements in contingency plans

A

an observation to identify the state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

body of if statements in contingency plans

A

an action, or a contingency plan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly