《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 7-Logical Agents

Logical Agents Chapter 7
Logical Agents Chapter 7

Outline Knowledge-based agents ·Vumpus world Logic in general -models and entailment Propositional (Boolean)logic Equivalence,validity,satisfiability Inference rules and theorem proving forward chaining backward chaining resolution
Outline • Knowledge-based agents • Wumpus world • Logic in general - models and entailment • Propositional (Boolean) logic • Equivalence, validity, satisfiability • Inference rules and theorem proving – forward chaining – backward chaining – resolution –

Knowledge bases Inference engine domain-independent algorithms Knowledge base domain-specific content Knowledge base set of sentences in a formal language 。 Declarative approach to building an agent(or other system): Tell it what it needs to know Then it can Ask itself what to do-answers should follow from the KB Agents can be viewed at the knowledge level i.e.,what they know,regardless of how implemented Or at the implementation level -i.e.,data structures in KB and algorithms that manipulate them
Knowledge bases • Knowledge base = set of sentences in a formal language • • Declarative approach to building an agent (or other system): – Tell it what it needs to know – • Then it can Ask itself what to do - answers should follow from the KB • • Agents can be viewed at the knowledge level i.e., what they know, regardless of how implemented • Or at the implementation level – i.e., data structures in KB and algorithms that manipulate them –

A simple knowledge-based agent function KB-AGENT(percept)returns an action static:KB,a knowledge base t a counter,initially 0,indicating time TELL(KB,MAKE-PERCEPT-SENTENCE(percept,t)) actionASK(KB,MAKE-ACTION-QUERY(t)) TELL(KB,MAKE-ACTION-SENTENCE(action,t)) t←t+1 return action The agent must be able to: Represent states,actions,etc. Incorporate new percepts Update internal representations of the world
A simple knowledge-based agent • The agent must be able to: • – Represent states, actions, etc. – – Incorporate new percepts – – Update internal representations of the world – – Deduce hidden properties of the world

Wumpus World PEAS description 。Performance measure gold +1000,death-1000 5彩 Bree:e PIT --1 per step,-10 for using the arrow Breeze Br eeze PIT ·Environment Gold Squares adjacent to wumpus are smelly PIT Squares adjacent to pit are breezy START Glitter iff gold is in the same square Shooting kills wumpus if you are facing it Shooting uses up the only arrow
Wumpus World PEAS description • Performance measure – gold +1000, death -1000 – -1 per step, -10 for using the arrow • Environment • – Squares adjacent to wumpus are smelly – – Squares adjacent to pit are breezy – – Glitter iff gold is in the same square – – Shooting kills wumpus if you are facing it – – Shooting uses up the only arrow – Grabbing picks up gold if in same square

Wumpus world characterization Fully Observable No only local perception ● Deterministic Yes -outcomes exactly specified ● Episodic No-sequential at the level of actions ● 。 Static Yes -Wumpus and Pits do not move Discrete Yes
Wumpus world characterization • Fully Observable No – only local perception • • Deterministic Yes – outcomes exactly specified • • Episodic No – sequential at the level of actions • • Static Yes – Wumpus and Pits do not move • • Discrete Yes • • Single-agent? Yes – Wumpus is essentially a

Exploring a wumpus world OK OK OK 因
Exploring a wumpus world

Exploring a wumpus world B OK OK
Exploring a wumpus world

Exploring a wumpus world B OK P? OK 内
Exploring a wumpus world

Exploring a wumpus world B OK P? S OK
Exploring a wumpus world
按次数下载不扣除下载券;
注册用户24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 6-Adversarial Search.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 5-Constraint Satisfaction Problems.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 4-Informed search algorithms.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 3-Solving problems by searching.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 2-Intelligent Agents.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 18-Learning from Observations.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 14-Bayesian networks.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 13-Uncertainty.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 1-Introduction.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter25.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter25-6pp.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter22.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter22-6pp.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter20b.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter20b-6pp.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter20a.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter20a-6pp.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter18.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter18-6pp.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(讲义,英文版)chapter16.pdf
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 8-First-Order Logic.ppt
- 《Artificial Intelligence:A Modern Approach》教学资源(PPT课件,英文版)Chapter 9-Inference in first-order logic.ppt
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 02 Intelligent Agents.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 03 Solving Problems by Searching.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 04 Informed Search.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 05 Constraint Satisfaction Problems.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 06 Game Playing.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 07 Logical Agents.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 10 Uncertainty and Bayesian Networks.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 11 马尔可夫决策过程.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 08 First-Order Logic and Inference in FOL.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 09 AI Planning.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 13 神经网络与深度学习.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 14 Reinforcement Learning.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 15 智能机器人系统介绍.pdf
- 中国科学技术大学:《人工智能基础》课程教学资源(课件讲稿)Lecture 01 Introdution(主讲:吉建民).pdf
- 北京大学:《信息检索》课程教学资源(PPT课件讲稿)Course Overview(主讲:闫宏飞).ppt
- 北京大学:《信息检索》课程教学资源(PPT课件讲稿)Web Search.ppt
- 北京大学:《信息检索》课程教学资源(PPT课件讲稿)Crawling the Web.ppt
- 北京大学:《信息检索》课程教学资源(PPT课件讲稿)Retrieval Models.ppt