Please enable JavaScript.
Coggle requires JavaScript to display documents.
Goal-based Agents, image, image - Coggle Diagram
Goal-based Agents
-
-
-
Well-defined Problem
Initial state
The initial state is the starting condition or configuration of a system or process before any actions or changes occur.
Set of possible actions
The set of possible actions refers to all available choices or operations that can be performed within a system or process at a given state.
Transition model
A transition model describes the rules governing state transitions in a system or process, outlining how it progresses from one state to another.
State Space
Weighted Edges
A weighted edge in a graph is a connection between two nodes that has an associated cost or value, representing factors like distance, time, or effort.
Nodes and Edges
Nodes are points in a graph representing entities. Edges are lines connecting nodes, depicting relationships. Together, they form the structure of the graph.
-
path Finding
Pathfinding is the process of determining the optimal route from a starting point to a destination, considering various factors like distance, cost, and obstacles.
-
-