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-AUTO-SEED-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.91
tags: [auto-reinforced, seed, reproducibility, randomness, initialization, deterministic-ai]
last_reinforced: 2026-04-20
@@ -25,6 +25,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 생성형 AI 이미지 생성 정책에서 시드 번호 정책 하나를 바꾸는 것만으로도 수만 가지 분위기 정책을 조절할 수 있게 되며, 시드는 이제 단순한 로직을 넘어 '예술적 변주 정책'의 도구가 됨.
## 🔗 지식 연결 (Graph)
- [[Scientific-Method]], [[Reliability]], [[Machine Learning (ML)]], [[Deep Learning (DL)]], [[Optimization]]
- [[Scientific-Method]], [[Reliability]], [[Machine Learning (ML)]], Deep Learning (DL), [[Optimization]]
- **Modern Tech/Tools**: Random.seed(), Torch.manual_seed(), Stable Diffusion seed.
---