2025-01-10 13:35:00

This commit is contained in:
2025-01-10 13:35:00 -04:00
parent 1d2853cc13
commit 09ba19831a
2 changed files with 8 additions and 2 deletions

View File

@ -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