首页 > 移动平台 > 详细

Artificial Intelligence: A Modern Approach Notes

时间:2021-08-04 11:13:23      阅读:34      评论:0      收藏:0      [点我收藏+]

 

 

1.1.4

An agent is just something that acts (agent comes from the Latin agere, to do).

Actions include: operate autonomously, perceive their environment, persist over a prolonged time period, adapt to change, and create and pursue goals.

A rational agent is one that acts so as to achieve the best outcome or, when there is uncertainty, the best expected outcome.

 

 

state space 

Thinking about a graph, a state = vertex. The state space refers to all the possible states, so as you say, it is equivalent to all the possible vertexes in the graph.

When we say that the tuple \langle s_0, A , f \rangle?s0?,A,f?, where s_0s0? is the initial state, AA the actions, and ff the transition function, defines implicitly the state space, it refers to all the vertexes. Now, the same tuple also describes the edges (transition from one state to another), which can be used to define the search space.

The search space talks about the graph (tree) of states and actions (vertexes and edges), that a search algorithm has to traverse/explore to find a solution.(Nir Lipovetzky, Prof, University of Melbourne)

Artificial Intelligence: A Modern Approach Notes

原文:https://www.cnblogs.com/lzzkz/p/15097074.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!