From b0540cd89ae2ac94f619d4d9b8712aa1a69fa933 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 29 Dec 2025 16:29:13 +0100 Subject: [PATCH] docs(ReforceXY): format README MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ReforceXY/reward_space_analysis/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ReforceXY/reward_space_analysis/README.md b/ReforceXY/reward_space_analysis/README.md index df8b2cf..f79e5cd 100644 --- a/ReforceXY/reward_space_analysis/README.md +++ b/ReforceXY/reward_space_analysis/README.md @@ -332,12 +332,12 @@ across samples) and does not apply any drift correction in post-processing. #### Hold Potential Transforms -| Parameter | Default | Description | -| ----------------------------------- | -------- | -------------------- | -| `hold_potential_ratio` | 0.03125 | Hold potential ratio | -| `hold_potential_gain` | 1.0 | Gain multiplier | -| `hold_potential_transform_pnl` | tanh | PnL transform | -| `hold_potential_transform_duration` | tanh | Duration transform | +| Parameter | Default | Description | +| ----------------------------------- | ------- | -------------------- | +| `hold_potential_ratio` | 0.03125 | Hold potential ratio | +| `hold_potential_gain` | 1.0 | Gain multiplier | +| `hold_potential_transform_pnl` | tanh | PnL transform | +| `hold_potential_transform_duration` | tanh | Duration transform | **Hold Potential Formula:** -- 2.43.0