Update README.md

This commit is contained in:
2025-05-31 23:34:38 +02:00
committed by GitHub
parent c48b7e2d80
commit 242d0b1d24

View File

@@ -29,7 +29,7 @@ A goal is a state that the agent is trying to achieve. For example:
Every action in a GOAP has PreConditions and Effects.
In order to perform a action all the "conditions" need to met.
![ActionExample](assets/ActionExample.png)
![ActionExample](assets/ActionExample.gif)
Think of these as "What does the agent need to be able to do this action?"
@@ -37,7 +37,7 @@ And "What happens to the world when I do this action"
All of these conditions and effects should lead to a Planner that can string all of these together so the agent can get to its goal.
![ActionTree](assets/ActionTreeExample.png)
![ActionTree](assets/ActionTreeExample.gif)
### Planner