2025-01-10 13:35:00
This commit is contained in:
@ -29,4 +29,10 @@ A rational agent is not omniscient or clairvoyant. It is not guaranteed they wil
|
||||
- Episodic/sequential - Agent's experience divided into atomic episode (agent receives a percept and perform a single action)
|
||||
- Dynamic/static - If environment changes while an agent is deliberating
|
||||
- Discrete/Continuous - State of the environment (states in chess vs taxi driving)
|
||||
- Known/Unknown - In known environments, the outcomes for all given actions are given
|
||||
- Known/Unknown - In known environments, the outcomes for all given actions are given
|
||||
### Agent types
|
||||
- Simple reflex agents
|
||||
- Model based reflex agents with state
|
||||
- Goal-based agents
|
||||
- Utility based agents
|
||||
All of these can be turned into learning types
|
Reference in New Issue
Block a user