From 99cf25fd203455f51d85bc7fe3c3c6ef74aef03b Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 29 Mar 2026 18:23:53 +0200 Subject: [PATCH] =?UTF-8?q?config:=20production=20min=5Fepochs=5Fbefore=5F?= =?UTF-8?q?stopping=20100=E2=86=9280?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- config/training/dqn-production.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/training/dqn-production.toml b/config/training/dqn-production.toml index 31a46a4ab..83e8e4292 100644 --- a/config/training/dqn-production.toml +++ b/config/training/dqn-production.toml @@ -42,7 +42,7 @@ per_beta_start = 0.4 [early_stopping] enabled = true patience = 20 -min_epochs_before_stopping = 100 +min_epochs_before_stopping = 80 [experience] initial_capital = 100000.0