From faa502b8609fd0124ba6b423c3ef6cc838001219 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 18 Feb 2025 17:06:49 +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 2d7e4dc..98e93f6 100644 --- a/ReforceXY/user_data/config-template.json +++ b/ReforceXY/user_data/config-template.json @@ -160,7 +160,7 @@ "policy_type": "MlpPolicy", "model_reward_parameters": { "rr": 1, - "profit_aim": 0.025, + "profit_aim": 0.03, "win_reward_factor": 2 }, "train_cycles": 25, -- 2.43.0