Observable Environment
Jump to navigation
Jump to search
An Observable Environment is an decisioning environment where an agent can make observations.
- Context:
- It can range from being a Fully-Observable Environment to being a Partially-Observable Environment.
- Example(s):
- Chess Game.
- …
- Counter-Example(s):
- See: Stochastic Environment, Continuous Environment, Adversarial Environment.
References
2014
- https://www.udacity.com/wiki/cs271/unit1-notes#terminology
- QUOTE: benign versus adversarial environments. In benign environments, the environment might be random. It might be stochastic, but it has no objective on its own that would contradict your own objective. For example, weather is benign. Contrast this with adversarial environments, such as many games, like chess, where your opponent is really out there to get you.