Week 3 Flashcards

1
Q

List the types of environment

A

Single-Agent / Multi-Agent
Fully Observable
Partially Observable
Static
Dynamic

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

what is deterministic environment?

A

An environment is deterministic to an agent when 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
3
Q

What is Episodic (vs. sequential)?

A

An environment is episodic to an agent when the agent’s
experience is divided into “episodes“ ; each episode consists of an
agent perceiving and then performing a single action, and choice
of the action in each episode depends only on episode itself (next
episode does not depend on actions taken in previous episodes)

  • In sequential environments, the current decision would affect all
    future decisions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Static vs Dynamic

A

An environment is static if it’s unchanged while an agent is
deliberating (environment is ‘semi-dynamic’ if environment itself
does not change with passage of time but the agent’s performance
score does)

  • Crossword puzzle: Static
  • Playing chess? Semi-dynamic
  • Taxi driver? Dynamic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Discrete vs Continuous

A

An environment is discrete if it has a limited number of distinct
and clearly defined percepts and actions.

  • Playing chess: Discrete
  • Taxi driving: Continuous
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Single-Agent vs Multi-Agent

A

An environment is single agent if only an agent operates by itself
in an environment:

  • Medical diagnosis: Single-agent
  • Playing chess: Multi-agent
  • Taxi driving: Multi-agent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

List the 5 types of agents

A
  • Simple reflex
  • Model-based reflex
  • Goal-based
  • Utility-based
  • Learning agents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly