CS365A Assignment 1
Table of Contents
1 Cartoon
- Farmer A
- You know, we will soon have robots that can farm, then we will be able to relax.
- Farmer B
- If robots replace us where will we fit in?
2 Task Identification
2.1 Playing Soccer
Classification | Reason |
---|---|
Stochastic | There are many variable that effect then game and cannot be predicted like weather |
Sequential | The current decision to be taken depends on previous decisions |
Dynamic | The environment can change by itself |
Continuous | Most values considered are continuous |
Fully observable | All events on field are observable given sufficient sensors |
Multi-agent | There are multiple agents |
2.2 Brushing Your Teeth
Classification |
---|
Deterministic |
Sequential |
Static |
Continuous |
Partially observable |
Single-agent |
2.3 Playing a Tennis match
Classification |
---|
Stochastic |
Sequential |
Dynamic |
Continuous |
Fully-observable |
Mult-agent |
2.4 Practicing tennis against a wall
Classification |
---|
Deterministic |
Episodic |
Static |
Fully observable |
Single agent |
2.5 Deciding what item to take at hostel lunch
Classification |
---|
Stochastic |
Episodic |
Static |
Discrete |
Fully observable |
Single-agent |