Update for 06-04-22 13:00

This commit is contained in:
Tyler Perkins 2022-04-06 13:00:01 -04:00
parent 56187827b4
commit 2ea3d7e2e6

View File

@ -19,4 +19,26 @@ AI or artifical intelligence is the art of making intelligent machines.
* Deep learning * Deep learning
* Subset of Machine Learning, makes multilayer neural networks feasible * Subset of Machine Learning, makes multilayer neural networks feasible
== Agents ==
An agent is anything that perceives its enviroment thorugh some sensors and
acts upon the enviroment throught some actuators.
Some types of agents
* Simple reflex
* Model-based reflex agent
* Goal based agents
* utility agesnts
* learning agents
Example, taxi driver,
* Precepts
* Cameras, GPS, microphone, etc
* Action
* Steet, accelerate, break, etc
* Goal
* safe, fast legal comfortable trip, maxmize profit
* Enviroment
* Roads, traffic, pedestrians, customers