fix: production batch_size 16384→8192 — OOM with state_dim=96

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-04-17 09:25:15 +02:00
parent f1be4619e0
commit de13c165da

View File

@@ -13,7 +13,7 @@
[training]
epochs = 200
batch_size = 16384
batch_size = 8192
learning_rate = 1e-5
gamma = 0.99
weight_decay = 0.0001