Environment types:

"1" means the first choice

"2" means the second choice

cases Deterministic VS Stochastic Episodic VS Sequential Static VS Dynamic Discrete VS Continuous Fully observable VS Partially observable Single agent VS multiagent
Playing soccer 2 2 2 2 2 2
Brushing your teeth 1 2 1 2 1 1
Playing a tennis match 1 1 2 2 1 2
Practicing tennis against a wall 1 1 1 2 1 1
Deciding what item to take at hostel 2 1 1 1 1 1

Playing a tennis match:

1.Where the ball will be the next second depends completly on its current state and how you hit it.

2.Let's suppose firstly that your moods are not imfluence by the score of the match. Then, your action is divided into atomic episodes: first point, second point... Your goal is to win every point. So it's episodic.

3.If we consider one player as a system, then the environment is dynamique because we can not preview the action of the other player and it always change. So it's dynamic; if we consider the two players as a system, then we can say the environment is static is we don't consider the changement like weather etc.

4.When we move in space, it's continous.

5.When you play, you see your action and the other one's. So it's fully observable.

6.There are 2 players,so it's multiagent.

cartoon: