From 89db51a443f0e0e46640d2f0c99be4e3f0000c8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 22 Feb 2025 00:17:47 +0100 Subject: [PATCH] refactor(reforcexy): refine configuration template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ReforceXY/user_data/config-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReforceXY/user_data/config-template.json b/ReforceXY/user_data/config-template.json index 3af8461..693d638 100644 --- a/ReforceXY/user_data/config-template.json +++ b/ReforceXY/user_data/config-template.json @@ -159,7 +159,7 @@ "policy_type": "MlpPolicy", "model_reward_parameters": { "rr": 1, - "profit_aim": 0.03, + "profit_aim": 0.025, "win_reward_factor": 2 }, "train_cycles": 25, -- 2.43.0