From 2ea3d7e2e64eab40e74764ee77ec5ce456850629 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 6 Apr 2022 13:00:01 -0400 Subject: [PATCH] Update for 06-04-22 13:00 --- tech/AI.wiki | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tech/AI.wiki b/tech/AI.wiki index f1b96f0..406c9c6 100644 --- a/tech/AI.wiki +++ b/tech/AI.wiki @@ -19,4 +19,26 @@ AI or artifical intelligence is the art of making intelligent machines. * Deep learning * 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