[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,8 +1,8 @@
---
id: P-REINFORCE-AI-GAMES
id: [[P-Reinforce]]-AI-GAMES
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [Game AI, Pathfinding, FSM, Behavior Tree, Reinforcement Learning]
tags: [Game AI, Pathfinding, FSM, [[Behavior]] Tree, Reinforcement Learning]
last_reinforced: 2026-04-20
---
@@ -14,7 +14,7 @@ last_reinforced: 2026-04-20
## 📖 구조화된 지식 (Synthesized Content)
- **Decision Making (FSM/BT)**:
- 유한 상태 기계(FSM)나 행동 트리(Behavior Tree)를 통해 상황에 맞는 NPC의 행동 로직을 계층적으로 설계한다.
- **Dynamic Difficulty Adjustment (DDA)**:
- **[[Dynamic Difficulty Adjustment (DDA)]]**:
- 실시간으로 플레이어의 실력을 파악하여 난이도를 조절, '몰입(Flow)' 상태를 유지하게 하는 기술.
- **Emergent Behavior**:
- 고정된 스크립트가 아니라, 단순한 규칙들의 상호작용을 통해 개발자도 예상치 못한 흥미로운 상황을 만들어내는 기법.