File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ per task lives in `configs/`:
152152uv run rl --config configs/prime_rl_v9.2_titanic_tree.toml
153153```
154154
155- The reward is computed from the best score reached anywhere in the episode's tree.
156- Three schemes are available ( ` reward_scheme ` in the config): ` v6_binary ` ,
157- ` v7_fixed_tier ` , and ` v9_percentile ` (a rolling-percentile threshold; the most
158- used). Rollout logs go to ` $AIR_ROLLOUT_LOG_DIR ` (default ` ./rollout_logs ` ).
155+ The reward is computed from the best score reached anywhere in the episode's tree;
156+ the reward shaping is selectable via ` reward_scheme ` in the config (binary ,
157+ fixed-tier, or rolling-percentile). Rollout logs go to ` $AIR_ROLLOUT_LOG_DIR `
158+ (default ` ./rollout_logs ` ).
159159
160160## Reproducing the paper figures
161161
You can’t perform that action at this time.
0 commit comments