Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 341 Bytes

DirectionREADME.md

File metadata and controls

10 lines (7 loc) · 341 Bytes

GameAiFramework.Direction

This project is an AI component that should be directly used in user's code.

AiComponent.cs represents an AI that should be used as a component for an Agent. It is adapted to all C# game engines that support delta time update

Consists of 3 layers:

  • Perception (Sensors)
  • Decision Making
  • Action Execution