Vacuum-cleaner world B 0g88 888 Percepts:location and contents,e.g.,[A,Dirty] Actions:Left,Right,Suck,NoOp 口卡B·三4色进分双0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Vacuum-cleaner world ▶ Percepts: location and contents, e.g., [A,Dirty] ▶ Actions: Left, Right, Suck, NoOp
A vacuum-cleaner agent Percept sequence Action [A,Clean] Right [A.Dirty] Suck [B,Clean] Left [B,Dirty] Suck [A,Clean],[A,Clean] Right [A,Clean].[A,Dirty] Suck function Reflex-Vacuum-Agent([location,status])returns an action if status Dirty then return Suck else if location =A then return Right else if location B then return Left What is the right function? Can it be implemented in a small agent program? 4口◆4⊙t1三1=,¥9QC
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A vacuum-cleaner agent What is the right function? Can it be implemented in a small agent program?
随机覆盖式扫地机器人 iRobot Roomba3-8系列机器人算法 51 45 0 口卡4·三4色,是分QC
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 随机覆盖式扫地机器人 iRobot Roomba 3-8 系列机器人算法
规划式扫地机器人 规划式清扫路线 随机式清扫路线 4口◆4⊙t1三1=,¥9QC
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 规划式扫地机器人
Rational agents An agent should strive to"do the right thing",based on what it can perceive and the actions it can perform.The right action is the one that will cause the agent to be most successful ,Performance measure(性能度量):An objective criterion for success of an agent's behavior E.g.,performance measure of a vacuum-cleaner agent could be: amount of dirt cleaned up amount of time taken amount of electricity consumed amount of noise generated,etc. 口卡B·三4色进分双0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rational agents ▶ An agent should strive to “do the right thing”, based on what it can perceive and the actions it can perform. The right action is the one that will cause the agent to be most successful ▶ Performance measure(性能度量): An objective criterion for success of an agent’s behavior ▶ E.g., performance measure of a vacuum-cleaner agent could be: ▶ amount of dirt cleaned up ▶ amount of time taken ▶ amount of electricity consumed ▶ amount of noise generated, etc