From 63b0cb5f4685745f088502e1b687f00a051db8fa Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 29 Mar 2026 18:19:32 +0200 Subject: [PATCH] revert: remove cosine decay from smoketest (3 epochs too short) Co-Authored-By: Claude Opus 4.6 (1M context) --- config/training/dqn-smoketest.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/training/dqn-smoketest.toml b/config/training/dqn-smoketest.toml index 9dd723568..cf9df115a 100644 --- a/config/training/dqn-smoketest.toml +++ b/config/training/dqn-smoketest.toml @@ -21,8 +21,6 @@ hidden_dim_base = 64 max_steps_per_epoch = 200 reward_scale = 1.0 huber_delta = 1.0 -lr_decay_type = 2 -lr_min = 0.00001 [distributional] num_atoms = 51