Skip to content

Commit c3b1ab5

Browse files
committed
Update Image Locations for ReadMe
1 parent 6f09747 commit c3b1ab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![AI Blue a Fluid Hierarchical Task Network Port](https://github.com/kthecoder/AIBlue/blob/main/Assets/ai_blue_banner.png)
1+
![AI Blue a Fluid Hierarchical Task Network Port](https://github.com/kthecoder/AIBlue/blob/main/Architecture/Assets/ai_blue_banner.png)
22

33
A simple HTN planner based around the principles of the Builder Pattern, [Original](https://github.com/ptrefall/fluid-hierarchical-task-network) ported into [C++ Version](https://github.com/amoldeshpande/fluid-hierarchical-task-network), used to create a Godot template.
44

@@ -20,7 +20,7 @@ For step by step instructions on how to use this template see : [Project Read Me
2020

2121
Agents are fully designed in the C++ extension, operators and sensors are done in GdScript. Once you have fully designed your Agent(s) knowledge/context, domain int c++ and in gdextension call all your operators from gdscript functions, you can then compile the plugin and include it's binaries in your project where Godot will call the binaries of your built extension. For more information on building see : [Project ReadMe](https://github.com/kthecoder/AIBlue/blob/main/PROJECTREADME.md)
2222

23-
![AI Blue Agent : FluidHTN CPP in GDExtension Model](https://github.com/kthecoder/AIBlue/blob/main/Assets/Architecture.drawio.png)
23+
![AI Blue Agent : FluidHTN CPP in GDExtension Model](https://github.com/kthecoder/AIBlue/blob/main/Architecture/Assets/Architecture.drawio.png)
2424

2525
1. Context
2626
1. Knowledge system, the brain of the Agent
@@ -183,7 +183,7 @@ Now that you have taken the time to really think out what you want your Agent(s)
183183

184184
The following attempts to illustrate the architecture of the CPP version of Fluid HTN:
185185

186-
![Fluid HTN CPP Version Architecture Diagram](https://github.com/kthecoder/AIBlue/blob/main/Assets/architecture.png)
186+
![Fluid HTN CPP Version Architecture Diagram](https://github.com/kthecoder/AIBlue/blob/main/Architecture/Assets/architecture.png)
187187

188188
Based on your Agent Notation:
189189

0 commit comments

Comments
 (0)