From: Jérôme Benoit Date: Wed, 14 May 2025 20:42:40 +0000 (+0200) Subject: refactor(reforcexy): refine default configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f2668c838b6443c4668475ec440b28adea514053;p=freqai-strategies.git refactor(reforcexy): refine default configuration Signed-off-by: Jérôme Benoit --- diff --git a/ReforceXY/user_data/config-template.json b/ReforceXY/user_data/config-template.json index 2de0efa..15fba2e 100644 --- a/ReforceXY/user_data/config-template.json +++ b/ReforceXY/user_data/config-template.json @@ -173,7 +173,7 @@ "max_trade_duration_candles": 96, // Timeout exit value used with force_actions "force_actions": false, // Utilize minimal_roi, stoploss, and max_trade_duration_candles as TP/SL/Timeout in the environment "n_envs": 32, // Number of DummyVecEnv environments - "frame_stacking": 4, // Number of VecFrameStack stacks (set > 1 to use) + "frame_stacking": 2, // Number of VecFrameStack stacks (set > 1 to use) "lr_schedule": false, // Enable learning rate linear schedule "cr_schedule": false, // Enable clip range linear schedule "max_no_improvement_evals": 0, // Maximum consecutive evaluations without a new best model