feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-BELLMAN
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.99
tags: [Bellman Equation, Reinforcement Learning, Math, Dynamic Programming]
last_reinforced: 2026-04-20
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 실제 세계(Model-free)에서는 다음 상태의 가치를 정확히 알 수 없다. 그래서 벨만 방정식을 기반으로 경험을 통해 가치를 추측해가는 'Q-Learning'이나 'Deep Q-Networks(DQN)'로 발전해왔다.
## 🔗 지식 연결 (Graph)
- Related: [[Reinforcement Learning]] , [[Deep-Reinforcement-Learning]]
- Related: Reinforcement Learning , Deep-Reinforcement-Learning
- Foundation: [[Computational Theory & Math/Information Theory]]