Zed A. Shaw
|
4bf9a9177f
|
Made an AI debug view to I can make working on the AI easier. I might add the ability to toggle things on/off live to see what the AI does.
|
2025-08-23 01:40:51 -04:00 |
|
Zed A. Shaw
|
c014e65c13
|
Gave up on trying to get the GOAP algorithm to correctly apply the cost structure to competing choices, and instead I take the resulting action list and simply find the next best one based on cost.
|
2025-04-01 13:48:59 -04:00 |
|
Zed A. Shaw
|
2815375836
|
Test now can work the enemy AI to prototype behavior.
|
2025-03-14 23:48:03 -04:00 |
|
Zed A. Shaw
|
ee804581a8
|
Autowalker is working way better and now I have a plan for using the AI in the System.
|
2025-03-13 13:44:42 -04:00 |
|
Zed A. Shaw
|
d15c9b12fd
|
Autowalker is now using the GOAP AI system and works way better. Still quite a lot of jank in the code but that'll get removed over time. Next thing is being able to detect when its near an item/enemy and properly react.
|
2025-03-12 12:15:21 -04:00 |
|
Zed A. Shaw
|
fc66d221d4
|
Now have the ability to do partial solutions that will create potential paths to the goal, and a test that runs the scripts from plans in different scenarios. Also, this ai_debug thing needs some work.
|
2025-03-11 15:33:14 -04:00 |
|