[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
+2 -2
View File
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-AI-BELLMAN
id: [[P-Reinforce]]-AI-BELLMAN
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.99
tags: [Bellman Equation, Reinforcement Learning, Math, Dynamic Programming]
@@ -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]]