diff --git a/README.md b/README.md index d22682a..7a0e22c 100644 --- a/README.md +++ b/README.md @@ -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