Question 1: Cartoon

Turing Test

Question 2:

Task Environment Observable Deterministic vs Stochastic    Episodic vs Sequential Static vs Dynamic Discrete vs Continuous Agents
Playing soccer partially Observable Stochastic Sequential dynamic Continuous Multi-agent
Brushing your teeth Fully Observable Deterministic Sequential static Continuous Single agent
Playing a tennis match Partially Observable Stochastic Sequential Dynamic Continuous Muti-agent
Practicing tennis against a wall Fully Observable Deterministic Sequential Static Continuous Single agent
Deciding what item to take at hostel lunch Fully Observable Deterministic Episodic Static Discrete Single agent

Expaination of playing soccer

Stochastic:

Next state can never be determined by current state and action of an agent, and also behaviour of game cannot be predicted.

Partially Observable and Dynamic:

An agent cannot observe the environment every time because other players always change their position and also an agent cannot see in all directions.

Sequential:

Every action depends on previous action, a good action may result in a goal.

Continuous:

Speed and location of every agent sweep through a range of continuous values and do so smoothly over time.

Multi-agent:

Environment has 21 more agents, and these agent everytime respond to an action.