From 847c85a7aa1db9ecbddbd3b0b9d93791a48adf66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 20 Sep 2026 13:25:15 +0200 Subject: [PATCH] docs(reforcexy): align manifest table formatting --- ReforceXY/reward_space_analysis/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ReforceXY/reward_space_analysis/README.md b/ReforceXY/reward_space_analysis/README.md index f5f57b5..e4290db 100644 --- a/ReforceXY/reward_space_analysis/README.md +++ b/ReforceXY/reward_space_analysis/README.md @@ -530,17 +530,17 @@ descriptive. ### Manifest (`manifest.json`) -| Field | Type | Description | -| ----------------------- | ----------------- | --------------------------------- | -| `generated_at` | string (ISO 8601) | Generation timestamp (not hashed) | -| `num_samples` | int | Synthetic samples count | -| `seed` | int | Master random seed | -| `pnl_target` | float | Profit target | -| `parameter_adjustments` | object | Validation coercions, bound clamps, and derived-default adjustments | -| `reward_params` | object | Resolved reward tunables, excluding the separate effective scalars | -| `effective` | object | Resolved base factor, profit aim, and risk/reward ratio | +| Field | Type | Description | +| ----------------------- | ----------------- | ------------------------------------------------------------------------------------------------------- | +| `generated_at` | string (ISO 8601) | Generation timestamp (not hashed) | +| `num_samples` | int | Synthetic samples count | +| `seed` | int | Master random seed | +| `pnl_target` | float | Profit target | +| `parameter_adjustments` | object | Validation coercions, bound clamps, and derived-default adjustments | +| `reward_params` | object | Resolved reward tunables, excluding the separate effective scalars | +| `effective` | object | Resolved base factor, profit aim, and risk/reward ratio | | `simulation_params` | object | Resolved simulation/report controls, including action masking, unrealized PnL, and real-data provenance | -| `params_hash` | string (sha256) | Hash of effective inputs, excluding output and real-data paths | +| `params_hash` | string (sha256) | Hash of effective inputs, excluding output and real-data paths | The `reward_params`, `effective`, and `simulation_params` maps have disjoint keys. Simulation controls are derived from the parsed CLI options; the invocation-only `params` and `strict_validation` options are excluded. Their resolved effects are recorded in the parameter maps and validation adjustments. -- 2.53.0