What is AI?
What does it mean to act rationally?
Do the right thing, often in AI means maximizing reward or minimizing error
What is an agent?
An agent is anything that is perceiving it’s environment and using sensors to gather data and actuators to act on the data
Fully Observable vs Partially Observable
if agent’s sensors are fully aware of the environment then it’s fully observable otherwise it is partially observable
Example of fully observable environment?
Crossword puzzle
Example of partially-observable environment?
Poker
Single agent vs multi-agent
We say an environment is multi-agent if we have multiple agents acting upon it
Example of single agent environment?
Crossword puzzle
Example of multi-agent environment?
Chess
Deterministic vs Schoastic
Example of deterministic environment?
Crossword puzzle
Example of scholastic environment
Poker
Episodic vs Sequential
Example of episodic environment?
Part picking robot
Example of sequential environment?
Crossword puzzle
Dynamic vs Static
Example of dynamic environment
Self-less driving cars
Example of static environment
Poker
Discrete vs Continuous
- Continuous environments can be described using time
Example of discrete environment?
Chess
Example of continuous environment?
Self-less driving cars
What is PEAS?
P - Performance
E - Environment
A - Actuators
S - Sensors
What are agent types?
Can all agent types other then learning agents be transformed into learning agents?
True