2 Environments Flashcards

1
Q

6 kinds of environments

A
  • accessible vs inaccessible
  • deterministic vs non-deterministic
  • episodic vs non-episodic
  • static vs dynamic
  • discrete vs continous
  • reactive vs proactive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • accessible vs inaccessible
A

An accessible environment is one in which the agent can obtain complete, accurate, up-to-date information about the environment’s state.
Most moderately complex environments are inaccessible.
The more accessible an environment is, the simpler it is to build agents to operate in it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • deterministic vs non-deterministic
A

A deterministic environment is one in which any action has a single guaranteed effect — there is no uncertainty about the state that will result from performing an action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  • episodic vs non-episodic
A

In an episodic environment, the performance of an agent is dependent on a number of discrete, independent episodes, with no link between the performance of an agent in different scenarios.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  • static vs dynamic
A

A static environment is one that can be assumed to remain unchanged except by the performance of actions by the agent
A dynamic environment is one that has other processes operating on it, and which hence changes in ways beyond the agent’s control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  • discrete vs continous
A

An environment is discrete if there is a fixed, finite number of actions and percepts in it.
The real world is a continuous environment.

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

Focused on fast reactions/responses to changes detected in the environment

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