From 5aba14d5118fd0a527e56df91540e402d455bf73 Mon Sep 17 00:00:00 2001 From: MingzheYang Date: Sun, 25 Jan 2026 17:39:28 +0800 Subject: [PATCH] update ks --- example/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/config.json b/example/config.json index 4172b8d..3f0d3e4 100644 --- a/example/config.json +++ b/example/config.json @@ -37,7 +37,7 @@ "cont_loss_eps": 1e-6, "cont_target": "x0", "cont_clamp_x0": 5.0, - "quantile_loss_weight": 0.1, + "quantile_loss_weight": 0.3, "quantile_points": [0.05, 0.25, 0.5, 0.75, 0.95], "shuffle_buffer": 256, "sample_batch_size": 8,