Z-Puyu / Road-of-Heroes

0 stars 0 forks source link

Design AI Systems #7

Closed Z-Puyu closed 3 days ago

Z-Puyu commented 6 days ago
  1. Explore GOAP AI mechanics.

  2. Build a GOAP system and integrate with the current state machine.

  3. Test the system using the current combat logic.

Z-Puyu commented 5 days ago

AI Decision Making Workflow?

The "Observing" Stage

Framework: Utility AI YouTube lecture.

Process

Relevant classes

The "Planning" Stage

Framework: Goal-Oriented Action Planning YouTube tutorial.

Process

Relevant classes

The "Decision-Making" Stage

Process

Relevant classes

Z-Puyu commented 4 days ago

Implemented the "observing" stage.

Z-Puyu commented 3 days ago

Implemented the "planning" and "decision-making" stages.

Z-Puyu commented 3 days ago

We might need someone with more experience in this to optimise the AI... :( For now, this simple framework without opponent predication should be good enough.