Update for 06-04-22 14:30
This commit is contained in:
parent
0c9fe5c83d
commit
ad288abf28
@ -36,8 +36,15 @@ Some types of agents
|
|||||||
* Goal based agents
|
* Goal based agents
|
||||||
* Knowldege of enviroment is not always best info to know what to do
|
* Knowldege of enviroment is not always best info to know what to do
|
||||||
* Agent knows its goal and desirable situations
|
* Agent knows its goal and desirable situations
|
||||||
|
* Expansion of model based agent by having a goal to work to as well as a
|
||||||
|
model of the world.
|
||||||
* utility agesnts
|
* utility agesnts
|
||||||
|
* A goal based agent, but have a utility score that meansures how close the
|
||||||
|
given state is to the end goal
|
||||||
|
* Act based on goal as well as best way to get to said goal.
|
||||||
* learning agents
|
* learning agents
|
||||||
|
* Agent taht learns from previous experiences. It starts to act with basic
|
||||||
|
knowledge and then able to act and adapt automatically through learning
|
||||||
|
|
||||||
Example, taxi driver,
|
Example, taxi driver,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user