0
15kviews
Design a planning agent for a Blocks World problem. Assume suitable initial state and final state for the problem.
1 Answer
3
1.6kviews

enter image description here

Designing the Agent

Idea is to give an agent:

  • Representation of goal/intention to achieve

  • Representation of actions it can perform; and

  • Representation of the environment;

    Then have the agent generate a plan to achieve the goal.

    The plan is generated entirely by the planning system, without human intervention.

    Assume start …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.