agent: an entity that perceives its environment and acts upon that environment

ex) car navigation figuring out the pathways

State Bases:

Screenshot 2024-08-19 at 21.10.54.png

This can be now presented with nodes:

Screenshot 2024-08-19 at 21.11.28.png

How can we determine if the AI had achieve its goal state? It can be test with goal test.

ex) If the destination matches with the user’s typed keywords, then it had reached the goal state.

Path cost: numerical cost associated with a give path, it’s telling AI to find one path that can be less expensive and efficient

Screenshot 2024-08-19 at 21.22.31.png

Solution would be a sequence of actions that leads from the initial state to a goal state