Ai Flashcards

1
Q

What is a deterministic environment

A

the next state of the environment is completely determined by the current state

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

what is a stochastic
environment

A

a non-deterministic state affected by random effect(s)

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

what is a episodic move by an agent

A

each interaction by an agent is independent of the last

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

what is a sequential move by an agent

A

the current action by an agent has an influence on future actions

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

what is a static environment

A

the environment will not change between an agents percept and its action

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

what is a dynamic environment

A

the environment can change while the agent is making a decision

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

what is a discrete time frame

A

time steps are individual and distinct

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

what is a continuous time frame

A

time is a singular function

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

what is a simple reflex agent

A

an agent that reacts explicitly to percept’s

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

what is a model based reflex agent

A

an agent that updates its model of the world and reacts

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

what is a goal based agent

A

an agent that acts in pursuit of a goal

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

what is a utility based agent

A

an agent that maximises its utility

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

How do we measure the performance of search agents

A

Completeness
Cost Optimality
Computational Complexity

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

What is a heuristic Function

A

heuristics are designed to inform search algorithms by ranking possible decisions based on some available information

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

What is the goal of A*

A

its a search which seeks to minimise the sum of path cost from the start node and the heuristic

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

In agent design, what is a knowledge base

A

An internal representation of rules used to identify what actions should be taken