- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第二章 智能体教材 Artificial Intelligence – A modern approach (2013)S. Russell and P. Norvig人工智能—一种现代方法(第二版)学校发的教材参考概率推理、机器学习部分理性的行动:Maximize Your?Expected Utility使目标期望值最大化!智能体An agent is anything that can be viewed as perceivingits environment through sensorsand acting upon that environment through actuators。 一个智能体是能通过传感器来感知周围环境并通过执行器来行动的任何东西。Agents include humans, robots, softbots(软件机器人) ,thermostats(自动调温器) , etc.Human agent人类智能体: eyes, ears, and other organs for sensors; hands, legs, mouth, and other body parts for actuatorsRobotic agent机器人智能体: cameras and infrared range finders(红外测距仪) for sensors; various motors(马达) for actuators智能体和环境The agent function(智能体函数) maps from percept histories(感知序列) to actions(行动): [f: P*→ A]The agent program(智能体程序) runs on the physical architecture toproduce fagent = architecture(体系结构) + program(程序)两地点真空吸尘器世界Percepts: location and contents, e.g., [A,Dirty]Actions: Left, Right, Suck, NoOp真空吸尘智能体What is the right function?Can it be implemented(应用) in a small agent program?理性智能体An agent should strive to “do the right thing”, based on what itcan perceive and the actions it can perform. The right action isthe one that will cause the agent to be most successful对的行动就是使智能体更加成功的行动Performance measure(性能度量) : An objective criterion(客观标准) for success of an agents behaviorE.g., performance measure of a vacuum-cleaner agent couldbe: 灰尘清理量 耗电量 噪音产生量, etc.理性智能体Rational Agent: For each possible percept sequence, arational agent should select an action that is expectedto maximize its performance measure, given theevidence provided by the percept sequence andwhatever built-in knowledge the agent has.理性智能体: 对于每一个可能的感知序列,理性智能体应该基于已知的感知序列提供的信息,和智能体已有的先验知识,选择能够使它的性能度量最大化的行为。理性智能体理性与全知 (all-knowing with infinite knowledge)是截然不同的Agents can perform actions in order to modify futurepercepts so as to obtain useful information(information gathering, exploration) 智能体会为了获取有用信息而采取行动——信息收集An agent is autonomous if its behavior is determinedby its own experience (with abili
文档评论(0)