@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/game-ai-systems>
  a schema:TechArticle ;
  schema:headline "Game AI Systems" ;
  schema:url <https://anchorfact.org/game-development/game-ai-systems/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/game-ai-systems>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/behavior-trees-in-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-ai-systems>
  schema:citation <https://docs.unity3d.com/cn/2022.3/Manual/class-NavMeshAgent.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-ai-systems>
  schema:citation <https://gameprogrammingpatterns.com/state.html> ;
  af:sourceTier "B" .