2025-01-15 12:45:37

This commit is contained in:
2025-01-15 12:45:37 -04:00
parent 6b9ef1a5b6
commit 239b0c84d7
3 changed files with 6 additions and 4 deletions

View File

@ -35,4 +35,6 @@ A rational agent is not omniscient or clairvoyant. It is not guaranteed they wil
- Model based reflex agents with state
- Goal-based agents
- Utility based agents
All of these can be turned into learning types
All of these can be turned into learning types
A learning agent has 4 main components, a performance algorithm, a critic, a learning element, and a problem generator, which forms a feedback loop which enables the agent to learn to adapt to it's environment.