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:
@@ -13,7 +13,7 @@
|
||||
|
||||
[training]
|
||||
epochs = 200
|
||||
batch_size = 16384
|
||||
batch_size = 8192
|
||||
learning_rate = 1e-5
|
||||
gamma = 0.99
|
||||
weight_decay = 0.0001
|
||||
|
||||
Reference in New Issue
Block a user