# Claim 2 - Analytic and neural returns
---
This page will compare the analytical policy with the released ARS, PPO, and SAC checkpoints on the paper’s deterministic Mountain Car evaluation panel. All numbers below are paper-reported targets, not reproduction results.
## Reported targets
- Analytical policy: mean return 99.39 and range 99.15–99.52.
- Neural ARS: 96.67, corresponding to reported regret 2.72.
- PPO: 93.91, corresponding to reported regret 5.48.
- SAC: 94.61, corresponding to reported regret 4.78.
## Planned experiment
Evaluate one deterministic episode for each policy at exactly 100 evenly spaced initial positions in `[-0.6, -0.4]`, using the paper environment and termination/reward conventions. Verify pinned checkpoint hashes before evaluation. Store one raw row per policy/start and derive mean, standard deviation, minimum, maximum, episode length, and regret, where regret is the reproduced analytical-policy mean minus the reproduced comparator mean.
The local reduced panel is only a smoke test. The reportable panel must run in a scaled Hugging Face GPU Job and contain all 400 policy/start rows with finite metrics.
## Decision rule
The quantitative claim is reproduced when the analytical mean is within 0.05 of its version-matched target, the reported analytical range is matched within the recorded numerical tolerance, each baseline mean is within 0.05 of its target, and the analytical > ARS > SAC > PPO ordering holds. Regrets are recomputed from raw means rather than copied from the paper. Any missing checkpoint, start, or failed episode makes the panel incomplete rather than silently narrowing its scope.
---
````bash
$ env OMP_NUM_THREADS=1 MKL_NUM_THREADS=1 uv run --project repro_chebyshev python repro_chebyshev/scripts/run_reproduction.py --config repro_chebyshev/configs/claim23_full.json --batch-id local-claim23-full-20260716T0750Z
````
exit 0 · 56.4s
22 output files detected; recording the 10 largest.
> Trackio run attachment compacted: `run_reproduction.py` (python, 73033 UTF-8 bytes; embedded-payload SHA-256 `b29321923ec178a517dc0426bf24eccec245513429eb6e9ba368155b5bad4e27`). Command, timing, and captured output are preserved in this cell.
> Trackio run attachment compacted: `claim23_full.json` (json, 574 UTF-8 bytes; embedded-payload SHA-256 `497428f31b069fac5447d3fe8deb46a2fc9c315771bf313586d9b7a21e095c54`). Command, timing, and captured output are preserved in this cell.
````output
+ git rev-parse HEAD
fad6ebb46f976db29eb5ba509622dc3c24b7ac5f
+ git status --porcelain
+ git rev-parse HEAD
ed945331ce989592d75af9e8410823ee007e13a8
+ git status --porcelain
starting claim1
starting claim2
Gym has been unmaintained since 2022 and does not support NumPy 2.0 amongst other critical functionality.
Please upgrade to Gymnasium, the maintained drop-in replacement of Gym, or contact the authors of your software and request that they upgrade.
Users of this version of Gym should be able to simply replace 'import gym' with 'import gymnasium as gym' in the vast majority of cases.
See the migration guide at https://gymnasium.farama.org/introduction/migration_guide/ for additional information.
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object learning_rate. Consider using `custom_objects` argument to replace this object.
Exception: 'bytes' object cannot be interpreted as an integer
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object lr_schedule. Consider using `custom_objects` argument to replace this object.
Exception: 'bytes' object cannot be interpreted as an integer
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object delta_std_schedule. Consider using `custom_objects` argument to replace this object.
Exception: 'bytes' object cannot be interpreted as an integer
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/torch/storage.py:414: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
return torch.load(io.BytesIO(b))
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object weights. Consider using `custom_objects` argument to replace this object.
Exception: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/vec_env/patch_gym.py:95: UserWarning: You loaded a model that was trained using OpenAI Gym. We strongly recommend transitioning to Gymnasium by saving that model again.
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object clip_range. Consider using `custom_objects` argument to replace this object.
Exception: 'bytes' object cannot be interpreted as an integer
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object learning_rate. Consider using `custom_objects` argument to replace this object.
Exception: 'bytes' object cannot be interpreted as an integer
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/save_util.py:167: UserWarning: Could not deserialize object lr_schedule. Consider using `custom_objects` argument to replace this object.
Exception: 'bytes' object cannot be interpreted as an integer
warnings.warn(
/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/.venv/lib/python3.10/site-packages/stable_baselines3/common/vec_env/patch_gym.py:95: UserWarning: You loaded a model that was trained using OpenAI Gym. We strongly recommend transitioning to Gymnasium by saving that model again.
warnings.warn(
Loading model from local disk
Loading latest experiment, id=1
Loading running average
with params: {'norm_obs': True, 'norm_reward': False}
Loading model from local disk
Loading latest experiment, id=1
Loading running average
with params: {'norm_obs': True, 'norm_reward': False}
Loading model from local disk
Loading latest experiment, id=1
starting claim3
worker method=ch3_ars seed=123 status=success
worker method=ch3_ars seed=615 status=success
worker method=ch3_ars seed=738 status=success
worker method=ch3_ars seed=0 status=success
worker method=ch3_ars seed=492 status=success
worker method=ch3_ars seed=369 status=success
worker method=ch3_ars seed=861 status=success
worker method=ch3_ars seed=246 status=success
worker method=ch3_ars seed=984 status=success
worker method=ch3_ars seed=1230 status=success
worker method=ch3_ars seed=1476 status=success
worker method=ch3_ars seed=1107 status=success
worker method=ch3_ars seed=1722 status=success
worker method=ch3_ars seed=1353 status=success
worker method=ch3_ars seed=1845 status=success
worker method=ch3_ars seed=1599 status=success
worker method=ch3_ars seed=1968 status=success
worker method=ch3_ars seed=2091 status=success
worker method=ch3_ars seed=2337 status=success
worker method=ch3_ars seed=2214 status=success
REPRO_RESULT={"batch_dir": "/Users/jacoblincool/Documents/GitHub/easy-repro/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z", "batch_id": "local-claim23-full-20260716T0750Z", "status": "success", "summaries": {"claim1": {"claim_id": "claim1", "claim_scope": "continuous_unconstrained_theorem_mechanism", "derived_coefficient": 12.499999999999998, "discrete_global_optimality_tested": false, "experimental_unit_count": 10000, "historical_priority_tested": false, "maximum_constraint_residual": 5.854691731421724e-18, "maximum_kkt_ratio_deviation": 1.7763568394002505e-15, "median_perturbed_loss_gap": 0.012891913642567143, "minimum_perturbed_loss_gap": 0.00829823428322296, "optimum_loss": 6.249999999999999, "status": "success", "task_id": "cauchy_schwarz_discrete_certificate", "velocity_grid_count": 256}, "claim2": {"analytic_two_phase": {"count": 100, "max": 99.51788740158773, "mean": 99.39412823140815, "min": 99.14936506624451, "std": 0.07680997124103464}, "ars": {"count": 100, "max": 97.4158510437569, "mean": 96.66625852758422, "min": 92.50540646387178, "std": 0.856206544035585}, "ppo": {"count": 100, "max": 95.22986818024651, "mean": 93.90578972862797, "min": 90.86027613402598, "std": 1.1692951330420556}, "sac": {"count": 100, "max": 95.77230260674332, "mean": 94.60524442772088, "min": 89.70098984419383, "std": 1.2345092875524781}}, "claim3": {"all_seed_means": {"0": 98.07506378173828, "1107": 98.95028930664063, "123": 98.39347831726074, "1230": 98.74569259643555, "1353": 98.48338874816895, "1476": 98.63856376647949, "1599": -0.013914937172085046, "1722": 98.56271850585938, "1845": 98.57591423034668, "1968": 98.19121864318848, "2091": 98.15834075927734, "2214": 98.86242813110351, "2337": 98.41702911376953, "246": 93.52408396869897, "369": 96.72123390078545, "492": 98.67328033447265, "615": 98.5401326751709, "738": 98.30545974731446, "861": 97.17781251750887, "984": 98.43522872924805}, "parameter_audit": {"chebyshev_parameter_count": 16, "claim_id": "claim3", "correct_dense_2x64x64x1_parameter_count": 4417, "method": "parameter_formula_audit", "paper_stated_mlp_parameter_count": 4355, "paper_stated_ratio": 277.0, "ratio_using_correct_dense_count": 276.0625, "ratio_using_paper_count": 272.1875, "ratio_using_released_comparator": 4.0625, "released_ars_comparator_parameter_count": 65, "status": "success", "task_id": "claim3_parameter_arithmetic_audit"}, "selected_seed": 1107, "selected_summary": {"count": 100, "max": 99.10945129394531, "mean": 98.95028930664063, "min": 98.74156951904297, "std": 0.09871357695156073}}}}
````
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/records.jsonl` · dataset · 1.6 MB
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/records.jsonl
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/runtime/claim2/logs/0.monitor.csv` · dataset · 2.4 kB
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/runtime/claim2/logs/0.monitor.csv
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_0/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_0/periodic_eval/evaluations.npz
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1107/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1107/periodic_eval/evaluations.npz
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_123/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_123/periodic_eval/evaluations.npz
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1230/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1230/periodic_eval/evaluations.npz
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1353/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1353/periodic_eval/evaluations.npz
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1476/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1476/periodic_eval/evaluations.npz
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1599/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1599/periodic_eval/evaluations.npz
---
**📦 Artifact** `repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1722/periodic_eval/evaluations.npz` · dataset · 962 B
https://huggingface.co/buckets/JacobLinCool/repro-chebyshev-policies-mountain-car-artifacts#logbook-files/repro_chebyshev/runs/raw/local-claim23-full-20260716T0750Z/worker_state/claim3/claim3_ars_1722/periodic_eval/evaluations.npz
---
## Full 100-start result
| Method | Paper mean | Reproduced mean | Reproduced range | Exact regret |
|---|---:|---:|---:|---:|
| Analytical two-phase | 99.39 | 99.394128 | 99.149365–99.517887 | 0 |
| Released ARS | 96.67 | 96.666254 | 92.505277–97.415851 | 2.727875 |
| Released PPO | 93.91 | 93.905626 | 90.860272–95.229866 | 5.488502 |
| Released SAC | 94.61 | 94.605244 | 89.700937–95.772302 | 4.788884 |
**Verdict: numerically reproduced.** All four fixed-grid means are within 0.01 of the printed values, and the analytical range reproduces 99.15–99.52. The paper’s regret headlines 2.72, 5.48, and 4.78 are subtraction of the two-decimal headline means; exact episode-level subtraction is shown above rather than silently rounding it back to the target.
Evidence: [HF Job 6a57d4e3b1669a49bf075be3](https://huggingface.co/jobs/JacobLinCool/6a57d4e3b1669a49bf075be3), batch hf-claim23-full-v4-20260715T1844Z.
---
## Execution evidence
- HF Job: [6a57d4e3b1669a49bf075be3](https://huggingface.co/jobs/JacobLinCool/6a57d4e3b1669a49bf075be3), terminal `COMPLETED`.
- Scale: 100 identical evenly spaced starts in `[-0.6, -0.4]` for the analytical controller and released ARS, PPO, and SAC checkpoints — exactly 400 successful episodes.
- Hardware: `t4-medium` — 8 vCPU, 30 GB system RAM, one 16 GB T4; measured peak process RSS 852.48 MB. The evaluation was CPU-bound.
- Runtime and canonical cost share: 551 s scheduler running time; $0.0918 at $0.0100/min. The same Job also executes Claims 1 and 3, so this shared cost is counted once in the conclusion.
- Exact inputs: [runner](https://huggingface.co/buckets/JacobLinCool/chebyshev-job-artifacts/resolve/input/v4/run_reproduction.py) SHA-256 `62dc9f671b106da9e49fe2d4e6095e1432df7472f089c4b48781f789c58884e6`; [config](https://huggingface.co/buckets/JacobLinCool/chebyshev-job-artifacts/resolve/input/v4/claim23_full.json); [public batch](https://huggingface.co/buckets/JacobLinCool/chebyshev-job-artifacts/tree/raw/hf-claim23-full-v4-20260715T1844Z).
- Integrity: the builder checks the exact method/start Cartesian panel, not only row totals; the public `records.jsonl` hash is `17e4decf9fd9d109fd8b4369326fbd5483dd589c7217d72d9f15e7747deb3b0c`.
---
Claims 1–3 share the same integrity-validated full Job: [HF Job 6a57d4e3b1669a49bf075be3](https://huggingface.co/jobs/JacobLinCool/6a57d4e3b1669a49bf075be3). Canonical command: `bash /artifacts/input/v4/run_hf_job.sh claim23_full.json hf-claim23-full-v4-20260715T1844Z`. The scheduler completed in 560 s total (551 s running); the closed Bucket tree was byte-compared before success and `records.jsonl` has SHA-256 `17e4decf9fd9d109fd8b4369326fbd5483dd589c7217d72d9f15e7747deb3b0c`. Claim 2 uses the complete 100-start rows for all four methods from this shared batch.
---
````html
````
````raw
batch_id,method,performance_scope,selected_seed,start_position,episode_count,mean_return,min_return,max_return,claim_ids,panel_ids
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.59999999999999998,1,99.465767161685335,99.465767161685335,99.465767161685335,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.59797979797979794,1,99.483365424553753,99.483365424553753,99.483365424553753,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.59595959595959591,1,99.489338254587352,99.489338254587352,99.489338254587352,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.59393939393939388,1,99.502416496452327,99.502416496452327,99.502416496452327,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.59191919191919184,1,99.286354999561865,99.286354999561865,99.286354999561865,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.58989898989898992,1,99.31715796548994,99.31715796548994,99.31715796548994,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.58787878787878789,1,99.343098482447175,99.343098482447175,99.343098482447175,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.58585858585858586,1,99.363747755954691,99.363747755954691,99.363747755954691,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.58383838383838382,1,99.390585995870225,99.390585995870225,99.390585995870225,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.58181818181818179,1,99.398982812665807,99.398982812665807,99.398982812665807,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.57979797979797976,1,99.422175999639421,99.422175999639421,99.422175999639421,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.57777777777777772,1,99.435837435700947,99.435837435700947,99.435837435700947,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.57575757575757569,1,99.454719690884943,99.454719690884943,99.454719690884943,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.57373737373737377,1,99.457675622220734,99.457675622220734,99.457675622220734,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.57171717171717173,1,99.464732591802743,99.464732591802743,99.464732591802743,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.5696969696969697,1,99.490770506443766,99.490770506443766,99.490770506443766,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.56767676767676767,1,99.262012779215354,99.262012779215354,99.262012779215354,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.56565656565656564,1,99.29795956168941,99.29795956168941,99.29795956168941,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.5636363636363636,1,99.33191175224961,99.33191175224961,99.33191175224961,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.56161616161616157,1,99.358920399180008,99.358920399180008,99.358920399180008,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.55959595959595954,1,99.364883042132405,99.364883042132405,99.364883042132405,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.55757575757575761,1,99.379533731191898,99.379533731191898,99.379533731191898,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.55555555555555558,1,99.387450276895365,99.387450276895365,99.387450276895365,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.55353535353535355,1,99.400832990729015,99.400832990729015,99.400832990729015,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.55151515151515151,1,99.407251852195202,99.407251852195202,99.407251852195202,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.54949494949494948,1,99.441876555792646,99.441876555792646,99.441876555792646,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.54747474747474745,1,99.447275466373668,99.447275466373668,99.447275466373668,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.54545454545454541,1,99.456938607750544,99.456938607750544,99.456938607750544,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.54343434343434338,1,99.462747714191352,99.462747714191352,99.462747714191352,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.54141414141414135,1,99.468618558624883,99.468618558624883,99.468618558624883,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.53939393939393943,1,99.476171646948018,99.476171646948018,99.476171646948018,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.53737373737373739,1,99.460612983441351,99.460612983441351,99.460612983441351,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.53535353535353536,1,99.477069411547447,99.477069411547447,99.477069411547447,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.53333333333333333,1,99.246887010979492,99.246887010979492,99.246887010979492,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.53131313131313129,1,99.45919954872079,99.45919954872079,99.45919954872079,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.52929292929292926,1,99.238258597369665,99.238258597369665,99.238258597369665,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.52727272727272723,1,99.149365066244513,99.149365066244513,99.149365066244513,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.5252525252525253,1,99.454804052095326,99.454804052095326,99.454804052095326,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.52323232323232327,1,99.420283121586493,99.420283121586493,99.420283121586493,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.52121212121212124,1,99.440959068633106,99.440959068633106,99.440959068633106,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.5191919191919192,1,99.430799365029571,99.430799365029571,99.430799365029571,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.51717171717171717,1,99.419850508085261,99.419850508085261,99.419850508085261,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.51515151515151514,1,99.383743083788787,99.383743083788787,99.383743083788787,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.5131313131313131,1,99.385454278636985,99.385454278636985,99.385454278636985,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.51111111111111107,1,99.353611832467095,99.353611832467095,99.353611832467095,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.50909090909090904,1,99.339828268337854,99.339828268337854,99.339828268337854,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.50707070707070712,1,99.362349907933307,99.362349907933307,99.362349907933307,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.50505050505050508,1,99.348877751241346,99.348877751241346,99.348877751241346,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.50303030303030305,1,99.331983803850875,99.331983803850875,99.331983803850875,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.50101010101010102,1,99.351807050610773,99.351807050610773,99.351807050610773,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.49898989898989898,1,99.317401782717781,99.317401782717781,99.317401782717781,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.49696969696969695,1,99.299621489115893,99.299621489115893,99.299621489115893,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.49494949494949492,1,99.261389161163223,99.261389161163223,99.261389161163223,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.49292929292929294,1,99.246878991929691,99.246878991929691,99.246878991929691,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.49090909090909091,1,99.480713103701518,99.480713103701518,99.480713103701518,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.48888888888888887,1,99.489018397070652,99.489018397070652,99.489018397070652,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.4868686868686869,1,99.471549468404319,99.471549468404319,99.471549468404319,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.48484848484848486,1,99.466249677704113,99.466249677704113,99.466249677704113,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.48282828282828283,1,99.442919650907569,99.442919650907569,99.442919650907569,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.4808080808080808,1,99.418250687622944,99.418250687622944,99.418250687622944,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.47878787878787876,1,99.391954042956058,99.391954042956058,99.391954042956058,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.47676767676767678,1,99.370969252042656,99.370969252042656,99.370969252042656,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.47474747474747475,1,99.336339632577889,99.336339632577889,99.336339632577889,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.47272727272727277,1,99.330150912835862,99.330150912835862,99.330150912835862,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.47070707070707074,1,99.32604104471632,99.32604104471632,99.32604104471632,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.46868686868686871,1,99.296727277918393,99.296727277918393,99.296727277918393,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.46666666666666667,1,99.276938300597436,99.276938300597436,99.276938300597436,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.46464646464646464,1,99.265147498379889,99.265147498379889,99.265147498379889,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.46262626262626261,1,99.489098337044922,99.489098337044922,99.489098337044922,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.46060606060606057,1,99.479335663670298,99.479335663670298,99.479335663670298,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.4585858585858586,1,99.455250691397168,99.455250691397168,99.455250691397168,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.45656565656565656,1,99.4346264300044,99.4346264300044,99.4346264300044,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.45454545454545459,1,99.413620913694189,99.413620913694189,99.413620913694189,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.45252525252525255,1,99.386006912875075,99.386006912875075,99.386006912875075,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.45050505050505052,1,99.37500933471317,99.37500933471317,99.37500933471317,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.44848484848484849,1,99.363055838352025,99.363055838352025,99.363055838352025,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.44646464646464645,1,99.340523592769728,99.340523592769728,99.340523592769728,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.44444444444444442,1,99.325253205843609,99.325253205843609,99.325253205843609,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.44242424242424244,1,99.302570500440652,99.302570500440652,99.302570500440652,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.44040404040404041,1,99.276448635807526,99.276448635807526,99.276448635807526,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.43838383838383843,1,99.506467893493308,99.506467893493308,99.506467893493308,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.4363636363636364,1,99.490432515954609,99.490432515954609,99.490432515954609,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.43434343434343436,1,99.475743923244536,99.475743923244536,99.475743923244536,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.43232323232323233,1,99.459767110186391,99.459767110186391,99.459767110186391,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.4303030303030303,1,99.442018224506441,99.442018224506441,99.442018224506441,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.42828282828282827,1,99.42731275393372,99.42731275393372,99.42731275393372,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.42626262626262629,1,99.402955313552297,99.402955313552297,99.402955313552297,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.42424242424242425,1,99.385386349162246,99.385386349162246,99.385386349162246,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.42222222222222228,1,99.377965175777661,99.377965175777661,99.377965175777661,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.42020202020202024,1,99.358404933308506,99.358404933308506,99.358404933308506,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.41818181818181821,1,99.33916569405983,99.33916569405983,99.33916569405983,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.41616161616161618,1,99.32301055804723,99.32301055804723,99.32301055804723,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.41414141414141414,1,99.314921964822076,99.314921964822076,99.314921964822076,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.41212121212121211,1,99.291700369898464,99.291700369898464,99.291700369898464,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.41010101010101013,1,99.517887401587728,99.517887401587728,99.517887401587728,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.4080808080808081,1,99.505861781341167,99.505861781341167,99.505861781341167,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.40606060606060607,1,99.493712520706907,99.493712520706907,99.493712520706907,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.40404040404040409,1,99.481066508665705,99.481066508665705,99.481066508665705,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.40202020202020206,1,99.468147470764904,99.468147470764904,99.468147470764904,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,analytic_two_phase,all_recorded_fixed_grid,,-0.40000000000000002,1,99.454977407103755,99.454977407103755,99.454977407103755,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.59999999999999998,1,97.309734890219232,97.309734890219232,97.309734890219232,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.59797979797979794,1,97.36035094037095,97.36035094037095,97.36035094037095,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.59595959595959591,1,97.35157987124515,97.35157987124515,97.35157987124515,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.59393939393939388,1,97.35780757123797,97.35780757123797,97.35780757123797,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.59191919191919184,1,97.381576727900807,97.381576727900807,97.381576727900807,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.58989898989898992,1,97.360232928016217,97.360232928016217,97.360232928016217,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.58787878787878789,1,97.242679075737556,97.242679075737556,97.242679075737556,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.58585858585858586,1,96.820004514943207,96.820004514943207,96.820004514943207,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.58383838383838382,1,94.639811679472629,94.639811679472629,94.639811679472629,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.58181818181818179,1,95.325455154160409,95.325455154160409,95.325455154160409,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.57979797979797976,1,95.698581512995489,95.698581512995489,95.698581512995489,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.57777777777777772,1,95.961784915066687,95.961784915066687,95.961784915066687,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.57575757575757569,1,96.168330231051669,96.168330231051669,96.168330231051669,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.57373737373737377,1,96.356782299561019,96.356782299561019,96.356782299561019,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.57171717171717173,1,96.530116727101401,96.530116727101401,96.530116727101401,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.5696969696969697,1,96.677691330249502,96.677691330249502,96.677691330249502,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.56767676767676767,1,96.823333727832193,96.823333727832193,96.823333727832193,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.56565656565656564,1,97.016783891105774,97.016783891105774,97.016783891105774,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.5636363636363636,1,97.170626354840351,97.170626354840351,97.170626354840351,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.56161616161616157,1,97.282972456826002,97.282972456826002,97.282972456826002,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.55959595959595954,1,97.308857769227586,97.308857769227586,97.308857769227586,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.55757575757575761,1,97.247339037717424,97.247339037717424,97.247339037717424,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.55555555555555558,1,94.633226670271853,94.633226670271853,94.633226670271853,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.55353535353535355,1,95.784846819415122,95.784846819415122,95.784846819415122,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.55151515151515151,1,96.308825781066744,96.308825781066744,96.308825781066744,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.54949494949494948,1,96.680925708554014,96.680925708554014,96.680925708554014,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.54747474747474745,1,97.116069984930334,97.116069984930334,97.116069984930334,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.54545454545454541,1,97.260842214037069,97.260842214037069,97.260842214037069,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.54343434343434338,1,95.853343887231446,95.853343887231446,95.853343887231446,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.54141414141414135,1,96.999593684924733,96.999593684924733,96.999593684924733,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.53939393939393943,1,96.194432336555124,96.194432336555124,96.194432336555124,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.53737373737373739,1,97.171825348874648,97.171825348874648,97.171825348874648,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.53535353535353536,1,96.790619056211028,96.790619056211028,96.790619056211028,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.53333333333333333,1,95.88560642577616,95.88560642577616,95.88560642577616,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.53131313131313129,1,97.216752338801882,97.216752338801882,97.216752338801882,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.52929292929292926,1,96.620870310562509,96.620870310562509,96.620870310562509,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.52727272727272723,1,95.90554990789289,95.90554990789289,95.90554990789289,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.5252525252525253,1,96.587252283268072,96.587252283268072,96.587252283268072,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.52323232323232327,1,97.281069032614297,97.281069032614297,97.281069032614297,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.52121212121212124,1,97.17929228268035,97.17929228268035,97.17929228268035,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.5191919191919192,1,96.96829953179234,96.96829953179234,96.96829953179234,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.51717171717171717,1,96.673119921724606,96.673119921724606,96.673119921724606,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.51515151515151514,1,96.44314065478207,96.44314065478207,96.44314065478207,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.5131313131313131,1,96.160982152160514,96.160982152160514,96.160982152160514,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.51111111111111107,1,95.824560509853569,95.824560509853569,95.824560509853569,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.50909090909090904,1,95.302477986606675,95.302477986606675,95.302477986606675,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.50707070707070712,1,93.434580142740799,93.434580142740799,93.434580142740799,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.50505050505050508,1,97.196675932744355,97.196675932744355,97.196675932744355,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.50303030303030305,1,97.317372077747876,97.317372077747876,97.317372077747876,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.50101010101010102,1,97.307308304251777,97.307308304251777,97.307308304251777,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.49898989898989898,1,97.266495072538078,97.266495072538078,97.266495072538078,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.49696969696969695,1,97.257520857063838,97.257520857063838,97.257520857063838,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.49494949494949492,1,97.189714477056953,97.189714477056953,97.189714477056953,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.49292929292929294,1,97.06332279542778,97.06332279542778,97.06332279542778,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.49090909090909091,1,97.017856747064428,97.017856747064428,97.017856747064428,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.48888888888888887,1,96.914464837072302,96.914464837072302,96.914464837072302,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.4868686868686869,1,96.754042321247908,96.754042321247908,96.754042321247908,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.48484848484848486,1,96.672762657907725,96.672762657907725,96.672762657907725,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.48282828282828283,1,96.582305709091543,96.582305709091543,96.582305709091543,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.4808080808080808,1,96.481371243532635,96.481371243532635,96.481371243532635,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.47878787878787876,1,96.371313537109728,96.371313537109728,96.371313537109728,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.47676767676767678,1,96.257582090048956,96.257582090048956,96.257582090048956,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.47474747474747475,1,96.136261420722235,96.136261420722235,96.136261420722235,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.47272727272727277,1,96.004334924017712,96.004334924017712,96.004334924017712,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.47070707070707074,1,95.852405877634737,95.852405877634737,95.852405877634737,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.46868686868686871,1,95.675011042933534,95.675011042933534,95.675011042933534,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.46666666666666667,1,95.468353978189569,95.468353978189569,95.468353978189569,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.46464646464646464,1,95.164206600424436,95.164206600424436,95.164206600424436,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.46262626262626261,1,94.715696372262926,94.715696372262926,94.715696372262926,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.46060606060606057,1,92.505276561855226,92.505276561855226,92.505276561855226,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.4585858585858586,1,96.976357679346847,96.976357679346847,96.976357679346847,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.45656565656565656,1,97.232556236144205,97.232556236144205,97.232556236144205,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.45454545454545459,1,97.327207068444849,97.327207068444849,97.327207068444849,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.45252525252525255,1,97.377902978540192,97.377902978540192,97.377902978540192,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.45050505050505052,1,97.372933968737925,97.372933968737925,97.372933968737925,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.44848484848484849,1,97.379964653373719,97.379964653373719,97.379964653373719,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.44646464646464645,1,97.394201420171044,97.394201420171044,97.394201420171044,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.44444444444444442,1,97.415851189503883,97.415851189503883,97.415851189503883,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.44242424242424244,1,97.371968408713201,97.371968408713201,97.371968408713201,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.44040404040404041,1,97.330878410182663,97.330878410182663,97.330878410182663,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.43838383838383843,1,97.368137014260014,97.368137014260014,97.368137014260014,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.4363636363636364,1,97.33778681192311,97.33778681192311,97.33778681192311,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.43434343434343436,1,97.308844286445606,97.308844286445606,97.308844286445606,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.43232323232323233,1,97.282354364405364,97.282354364405364,97.282354364405364,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.4303030303030303,1,97.257758239945986,97.257758239945986,97.257758239945986,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.42828282828282827,1,97.233588901330677,97.233588901330677,97.233588901330677,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.42626262626262629,1,97.212501834938621,97.212501834938621,97.212501834938621,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.42424242424242425,1,97.191994464007706,97.191994464007706,97.191994464007706,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.42222222222222228,1,97.172320982992005,97.172320982992005,97.172320982992005,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.42020202020202024,1,97.084861724943963,97.084861724943963,97.084861724943963,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.41818181818181821,1,97.06868575815642,97.06868575815642,97.06868575815642,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.41616161616161618,1,97.054410058412032,97.054410058412032,97.054410058412032,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.41414141414141414,1,97.041366995305907,97.041366995305907,97.041366995305907,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.41212121212121211,1,96.96024903276907,96.96024903276907,96.96024903276907,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.41010101010101013,1,96.950977125655186,96.950977125655186,96.950977125655186,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.4080808080808081,1,96.871885592527178,96.871885592527178,96.871885592527178,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.40606060606060607,1,96.866470941604064,96.866470941604064,96.866470941604064,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.40404040404040409,1,96.791426648685672,96.791426648685672,96.791426648685672,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.40202020202020206,1,96.784853407119854,96.784853407119854,96.784853407119854,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ars,all_recorded_fixed_grid,,-0.40000000000000002,1,96.762861143107102,96.762861143107102,96.762861143107102,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.59999999999999998,20,93.592910538893193,-0.01966550387442112,99.095390319824219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.59797979797979794,20,93.617106960248208,-0.01876167394220829,99.106071472167969,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.59595959595959591,20,93.559494915883988,-0.01788061298429966,98.95660400390625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.59393939393939388,20,93.581296481750911,-0.017022330313920975,98.968338012695312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.59191919191919184,20,93.602343110926455,-0.016187097877264023,98.983055114746094,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.58989898989898992,20,93.59444762673229,-0.015374857932329178,98.996170043945312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.58787878787878789,20,93.541483010351655,-0.014585703611373901,99.008049011230469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.58585858585858586,20,93.544877104973423,-0.013819594867527485,99.017326354980469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.58383838383838382,20,93.522476193914187,-0.013076829724013805,98.916511535644531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.58181818181818179,20,93.549060938460755,-0.012357280589640141,98.936470031738281,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.57979797979797976,20,93.56843511806801,-0.011661102995276451,98.957008361816406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.57777777777777772,20,93.545045368839055,-0.010988375172019005,98.977676391601562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.57575757575757569,20,93.54774812436662,-0.010339026339352131,98.999748229980469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.57373737373737377,20,93.582582414196807,-0.0097134103998541832,99.021293640136719,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.57171717171717173,20,93.559612947609281,-0.0091112870723009109,99.040412902832031,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.5696969696969697,20,93.600161581393337,-0.0085328985005617142,99.06201171875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.56767676767676767,20,93.569204437686125,-0.0079782018437981606,99.083137512207031,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.56565656565656564,20,93.559110207809141,-0.007447333075106144,98.921417236328125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.5636363636363636,20,93.534936643950644,-0.0069403387606143951,98.950538635253906,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.56161616161616157,20,93.559664777177389,-0.006457264069467783,98.975837707519531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.55959595959595954,20,93.533819506736478,-0.0059981709346175194,98.999107360839844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.55757575757575761,20,93.506555871502499,-0.0055631729774177074,98.936111450195312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.55555555555555558,20,93.485868337587448,-0.0051521691493690014,98.974716186523438,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.55353535353535355,20,93.483261637855321,-0.004765411838889122,99.014007568359375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.55151515151515151,20,93.436852612788783,-0.0044028223492205143,99.052818298339844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.54949494949494948,20,93.50653391142842,-0.0040645082481205463,98.854804992675781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.54747474747474745,20,93.489508979418318,-0.0037504653446376324,98.91082763671875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.54545454545454541,20,93.56122603797121,-0.0034608079586178064,98.961082458496094,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.54343434343434338,20,93.526702174020471,-0.003195594297721982,99.004043579101562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.54141414141414135,20,93.519111902860459,-0.0029548138845711946,99.053787231445312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.53939393939393943,20,93.530342503543949,-0.0027385521680116653,98.850593566894531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.53737373737373739,20,93.46063239262439,-0.0025468496605753899,98.967430114746094,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.53535353535353536,20,93.512403518904463,-0.0023797561880201101,98.990447998046875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.53333333333333333,20,93.520918180304577,-0.0022372850216925144,99.0347900390625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.53131313131313129,20,93.507585216802539,-0.0021195164881646633,98.932151794433594,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.52929292929292926,20,93.496686701185538,-0.0020264743361622095,98.873939514160156,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.52727272727272723,20,93.558046087052205,-0.0019582028035074472,99.02581787109375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.5252525252525253,20,93.559260189079211,-0.0019147486891597509,99.045791625976562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.52323232323232327,20,88.634831893717632,-0.11607170104980469,98.96826171875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.52121212121212124,20,88.5265641419508,-1.1621425151824951,99.043388366699219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.5191919191919192,20,88.478371297160635,-1.3536522388458252,98.9461669921875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.51717171717171717,20,93.495929413044365,-0.0019897420424968004,98.852676391601562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.51515151515151514,20,88.497451014153199,-1.3386274576187134,98.900253295898438,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.5131313131313131,20,88.591576341527983,-0.73987400531768799,99.02777099609375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.51111111111111107,20,88.577542046981392,-0.38537314534187317,98.975898742675781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.50909090909090904,20,88.584826698969124,-0.78268331289291382,98.95880126953125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.50707070707070712,20,88.537324285856442,-1.2994980812072754,98.888298034667969,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.50505050505050508,20,93.525872467574658,-0.0028524673543870449,98.822601318359375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.50303030303030305,20,93.526387693337171,-0.0030841459520161152,98.942558288574219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.50101010101010102,20,93.533007845969408,-0.0033410054165869951,99.062782287597656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.49898989898989898,20,93.524685330269861,-0.0036231065168976784,99.033439636230469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.49696969696969695,20,93.482576305489061,-0.0039304331876337528,99.005897521972656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.49494949494949492,20,93.502488419297151,-0.0042629861272871494,98.977088928222656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.49292929292929294,20,93.51907552373595,-0.004620811901986599,98.948219299316406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.49090909090909091,20,93.479080247739333,-0.0050039319321513176,98.920127868652344,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.48888888888888887,20,93.530457915784794,-0.0054123019799590111,98.967369079589844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.4868686868686869,20,93.547475719335495,-0.005846025887876749,98.902618408203125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.48484848484848486,20,93.613566808379261,-0.0063051288016140461,98.840866088867188,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.48282828282828283,20,93.600522267445925,-0.0067894533276557922,98.94482421875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.4808080808080808,20,93.599353515985428,-0.0072991871275007725,98.925437927246094,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.47878787878787876,20,93.621386389993134,-0.0078343339264392853,99.088111877441406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.47676767676767678,20,93.608953355299306,-0.0083947470411658287,99.072929382324219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.47474747474747475,20,93.599037894885981,-0.0089805666357278824,99.057075500488281,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.47272727272727277,20,93.591208948381251,-0.0095917843282222748,99.041481018066406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.47070707070707074,20,93.592222345760092,-0.010228377766907215,99.027236938476562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.46868686868686871,20,93.567891154158858,-0.0108902957290411,99.012527465820312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.46666666666666667,20,93.573185155866668,-0.011577644385397434,98.997169494628906,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.46464646464646464,20,93.576091796020052,-0.01229036133736372,98.981559753417969,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.46262626262626261,20,93.551526004774502,-0.013028488494455814,98.966377258300781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.46060606060606057,20,93.587869364907959,-0.013791901059448719,98.951553344726562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.4585858585858586,20,93.590439936984325,-0.014580776914954185,98.936676025390625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.45656565656565656,20,93.565464080544189,-0.015394902788102627,98.922515869140625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.45454545454545459,20,93.580287216976288,-0.016234420239925385,98.908271789550781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.45252525252525255,20,93.552015211712572,-0.017099330201745033,98.894248962402344,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.45050505050505052,20,93.509074051678184,-0.017989486455917358,98.880363464355469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.44848484848484849,20,93.519524412788456,-0.018905054777860641,98.866287231445312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.44646464646464645,20,93.533494860306376,-0.019845835864543915,98.959068298339844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.44444444444444442,20,93.511497932951897,-0.020811909809708595,98.954719543457031,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.44242424242424244,20,93.570448001194748,-0.021803220734000206,99.022621154785156,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.44040404040404041,20,93.612218457646662,-0.022819872945547104,99.02069091796875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.43838383838383843,20,93.591847381461406,-0.023861696943640709,99.014328002929688,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.4363636363636364,20,93.633543604984879,-0.024928681552410126,99.109451293945312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.43434343434343436,20,93.642001497652387,-0.026020767167210579,99.102462768554688,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.43232323232323233,20,93.621941357012844,-0.027138130739331245,99.094253540039062,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.4303030303030303,20,93.634685586765414,-0.028280757367610931,99.086677551269531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.42828282828282827,20,93.645738282334065,-0.029448220506310463,99.078788757324219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.42626262626262629,20,93.686726703774184,-0.030640790238976479,99.07080078125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.42424242424242425,20,93.665864656865594,-0.031858474016189575,99.063262939453125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.42222222222222228,20,93.686902760155505,-0.03310110792517662,99.055831909179688,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.42020202020202024,20,93.674123083800083,-0.034368768334388733,99.050056457519531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.41818181818181821,20,93.660762712173167,-0.035661283880472183,99.042221069335938,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.41616161616161618,20,93.677433820255104,-0.036978807300329208,99.034515380859375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.41414141414141414,20,93.666307908669111,-0.038320891559123993,99.026908874511719,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.41212121212121211,20,93.655598454549903,-0.03968801349401474,99.018814086914062,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.41010101010101013,20,93.710843496024609,-0.041079908609390259,99.011482238769531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.4080808080808081,20,93.69937129542231,-0.042496576905250549,99.003707885742188,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.40606060606060607,20,93.687241361103958,-0.04393773153424263,98.996589660644531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.40404040404040409,20,93.675525613687938,-0.045403558760881424,98.989112854003906,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.40202020202020206,20,93.665064430609348,-0.046894066035747528,98.981758117675781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,all_recorded_fixed_grid,,-0.40000000000000002,20,93.655449652858081,-0.048408981412649155,98.974937438964844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.59999999999999998,1,93.868272260732169,93.868272260732169,93.868272260732169,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.59797979797979794,1,93.980433526230513,93.980433526230513,93.980433526230513,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.59595959595959591,1,94.114209240900294,94.114209240900294,94.114209240900294,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.59393939393939388,1,94.220721989797937,94.220721989797937,94.220721989797937,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.59191919191919184,1,94.321228981671538,94.321228981671538,94.321228981671538,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.58989898989898992,1,94.416190617636659,94.416190617636659,94.416190617636659,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.58787878787878789,1,94.506160982025577,94.506160982025577,94.506160982025577,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.58585858585858586,1,94.591791491561509,94.591791491561509,94.591791491561509,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.58383838383838382,1,94.673802221697031,94.673802221697031,94.673802221697031,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.58181818181818179,1,94.752943148639801,94.752943148639801,94.752943148639801,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.57979797979797976,1,94.74540310148663,94.74540310148663,94.74540310148663,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.57777777777777772,1,94.714686705829848,94.714686705829848,94.714686705829848,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.57575757575757569,1,94.850131047678872,94.850131047678872,94.850131047678872,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.57373737373737377,1,94.978731837668306,94.978731837668306,94.978731837668306,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.57171717171717173,1,95.102514993042405,95.102514993042405,95.102514993042405,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.5696969696969697,1,95.153860126898309,95.153860126898309,95.153860126898309,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.56767676767676767,1,95.11975482996904,95.11975482996904,95.11975482996904,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.56565656565656564,1,91.32189094035607,91.32189094035607,91.32189094035607,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.5636363636363636,1,91.828887149522728,91.828887149522728,91.828887149522728,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.56161616161616157,1,92.253702837945269,92.253702837945269,92.253702837945269,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.55959595959595954,1,92.632918097350199,92.632918097350199,92.632918097350199,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.55757575757575761,1,92.977662825611461,92.977662825611461,92.977662825611461,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.55555555555555558,1,93.291383544907646,93.291383544907646,93.291383544907646,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.55353535353535355,1,93.599791288297837,93.599791288297837,93.599791288297837,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.55151515151515151,1,93.882789206395302,93.882789206395302,93.882789206395302,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.54949494949494948,1,94.15463695247179,94.15463695247179,94.15463695247179,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.54747474747474745,1,94.381841887657629,94.381841887657629,94.381841887657629,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.54545454545454541,1,94.584124910508336,94.584124910508336,94.584124910508336,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.54343434343434338,1,94.689331857580925,94.689331857580925,94.689331857580925,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.54141414141414135,1,94.788475140493063,94.788475140493063,94.788475140493063,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.53939393939393943,1,95.077463870724728,95.077463870724728,95.077463870724728,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.53737373737373739,1,95.049391427282259,95.049391427282259,95.049391427282259,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.53535353535353536,1,91.983863732212953,91.983863732212953,91.983863732212953,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.53333333333333333,1,92.830546398124199,92.830546398124199,92.830546398124199,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.53131313131313129,1,93.528221253828349,93.528221253828349,93.528221253828349,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.52929292929292926,1,94.131198047395998,94.131198047395998,94.131198047395998,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.52727272727272723,1,94.640126066893274,94.640126066893274,94.640126066893274,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.5252525252525253,1,94.948535251946737,94.948535251946737,94.948535251946737,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.52323232323232327,1,91.769802062725148,91.769802062725148,91.769802062725148,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.52121212121212124,1,93.53611968813702,93.53611968813702,93.53611968813702,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.5191919191919192,1,94.67672497690009,94.67672497690009,94.67672497690009,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.51717171717171717,1,92.746161594170374,92.746161594170374,92.746161594170374,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.51515151515151514,1,91.591905021745987,91.591905021745987,91.591905021745987,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.5131313131313131,1,93.507693284912989,93.507693284912989,93.507693284912989,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.51111111111111107,1,94.411933416853159,94.411933416853159,94.411933416853159,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.50909090909090904,1,94.63082666343378,94.63082666343378,94.63082666343378,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.50707070707070712,1,92.825984789876856,92.825984789876856,92.825984789876856,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.50505050505050508,1,94.986457614687794,94.986457614687794,94.986457614687794,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.50303030303030305,1,94.446788089488606,94.446788089488606,94.446788089488606,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.50101010101010102,1,93.571033517264567,93.571033517264567,93.571033517264567,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.49898989898989898,1,92.500866153048406,92.500866153048406,92.500866153048406,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.49696969696969695,1,90.926381303211926,90.926381303211926,90.926381303211926,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.49494949494949492,1,94.969612170705318,94.969612170705318,94.969612170705318,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.49292929292929294,1,94.714195590043289,94.714195590043289,94.714195590043289,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.49090909090909091,1,94.514321738863686,94.514321738863686,94.514321738863686,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.48888888888888887,1,94.189746524414346,94.189746524414346,94.189746524414346,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.4868686868686869,1,93.774951354073124,93.774951354073124,93.774951354073124,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.48484848484848486,1,93.342054496997463,93.342054496997463,93.342054496997463,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.48282828282828283,1,92.873767486801512,92.873767486801512,92.873767486801512,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.4808080808080808,1,92.341394336047756,92.341394336047756,92.341394336047756,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.47878787878787876,1,91.710295114779697,91.710295114779697,91.710295114779697,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.47676767676767678,1,90.86027240183877,90.86027240183877,90.86027240183877,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.47474747474747475,1,95.198905864347722,95.198905864347722,95.198905864347722,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.47272727272727277,1,95.016416048207589,95.016416048207589,95.016416048207589,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.47070707070707074,1,94.826137842835124,94.826137842835124,94.826137842835124,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.46868686868686871,1,94.575262588060127,94.575262588060127,94.575262588060127,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.46666666666666667,1,94.741037399180769,94.741037399180769,94.741037399180769,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.46464646464646464,1,94.62087536971174,94.62087536971174,94.62087536971174,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.46262626262626261,1,94.493380277906397,94.493380277906397,94.493380277906397,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.46060606060606057,1,94.356359344185236,94.356359344185236,94.356359344185236,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.4585858585858586,1,94.207955067337807,94.207955067337807,94.207955067337807,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.45656565656565656,1,94.023303396170832,94.023303396170832,94.023303396170832,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.45454545454545459,1,93.859165753239623,93.859165753239623,93.859165753239623,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.45252525252525255,1,93.668283350895649,93.668283350895649,93.668283350895649,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.45050505050505052,1,93.473158330265662,93.473158330265662,93.473158330265662,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.44848484848484849,1,93.272379501639591,93.272379501639591,93.272379501639591,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.44646464646464645,1,93.064114178292584,93.064114178292584,93.064114178292584,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.44444444444444442,1,92.845967598660138,92.845967598660138,92.845967598660138,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.44242424242424244,1,92.611324299302396,92.611324299302396,92.611324299302396,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.44040404040404041,1,92.366826831275404,92.366826831275404,92.366826831275404,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.43838383838383843,1,92.09968832086912,92.09968832086912,92.09968832086912,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.4363636363636364,1,91.806239570768412,91.806239570768412,91.806239570768412,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.43434343434343436,1,91.477341980520578,91.477341980520578,91.477341980520578,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.43232323232323233,1,91.085292248318183,91.085292248318183,91.085292248318183,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.4303030303030303,1,95.229866448568373,95.229866448568373,95.229866448568373,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.42828282828282827,1,95.228901670165811,95.228901670165811,95.228901670165811,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.42626262626262629,1,95.223480140409833,95.223480140409833,95.223480140409833,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.42424242424242425,1,95.146000128465033,95.146000128465033,95.146000128465033,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.42222222222222228,1,95.12664167106567,95.12664167106567,95.12664167106567,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.42020202020202024,1,94.987661691119172,94.987661691119172,94.987661691119172,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.41818181818181821,1,94.90500909395476,94.90500909395476,94.90500909395476,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.41616161616161618,1,94.819573433138601,94.819573433138601,94.819573433138601,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.41414141414141414,1,94.730579860904527,94.730579860904527,94.730579860904527,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.41212121212121211,1,94.805374800643222,94.805374800643222,94.805374800643222,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.41010101010101013,1,94.844849940257063,94.844849940257063,94.844849940257063,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.4080808080808081,1,94.79687510857184,94.79687510857184,94.79687510857184,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.40606060606060607,1,94.813271184588302,94.813271184588302,94.813271184588302,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.40404040404040409,1,94.759033266814185,94.759033266814185,94.759033266814185,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.40202020202020206,1,94.70328815026096,94.70328815026096,94.70328815026096,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ppo,all_recorded_fixed_grid,,-0.40000000000000002,1,94.645869009792477,94.645869009792477,94.645869009792477,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.59999999999999998,1,94.419988331810828,94.419988331810828,94.419988331810828,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.59797979797979794,1,94.516027052368486,94.516027052368486,94.516027052368486,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.59595959595959591,1,94.51574517883364,94.51574517883364,94.51574517883364,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.59393939393939388,1,94.418316012738615,94.418316012738615,94.418316012738615,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.59191919191919184,1,94.316726981580359,94.316726981580359,94.316726981580359,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.58989898989898992,1,94.217683848764295,94.217683848764295,94.217683848764295,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.58787878787878789,1,94.094261294727858,94.094261294727858,94.094261294727858,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.58585858585858586,1,93.971430912582946,93.971430912582946,93.971430912582946,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.58383838383838382,1,93.849610265922365,93.849610265922365,93.849610265922365,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.58181818181818179,1,93.735445844355127,93.735445844355127,93.735445844355127,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.57979797979797976,1,93.629284212843231,93.629284212843231,93.629284212843231,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.57777777777777772,1,93.530149743100992,93.530149743100992,93.530149743100992,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.57575757575757569,1,93.443163511930379,93.443163511930379,93.443163511930379,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.57373737373737377,1,93.359074176943977,93.359074176943977,93.359074176943977,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.57171717171717173,1,93.274374810267545,93.274374810267545,93.274374810267545,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.5696969696969697,1,93.189644629070244,93.189644629070244,93.189644629070244,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.56767676767676767,1,93.107099188506254,93.107099188506254,93.107099188506254,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.56565656565656564,1,93.025260240794069,93.025260240794069,93.025260240794069,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.5636363636363636,1,92.945327580060621,92.945327580060621,92.945327580060621,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.56161616161616157,1,92.856764637472224,92.856764637472224,92.856764637472224,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.55959595959595954,1,92.77903863667234,92.77903863667234,92.77903863667234,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.55757575757575761,1,92.703809352846292,92.703809352846292,92.703809352846292,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.55555555555555558,1,92.613407217969325,92.613407217969325,92.613407217969325,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.55353535353535355,1,92.538303911722323,92.538303911722323,92.538303911722323,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.55151515151515151,1,92.463278241737498,92.463278241737498,92.463278241737498,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.54949494949494948,1,92.371969209998497,92.371969209998497,92.371969209998497,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.54747474747474745,1,92.281765519971472,92.281765519971472,92.281765519971472,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.54545454545454541,1,92.139093710200541,92.139093710200541,92.139093710200541,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.54343434343434338,1,91.769168060753145,91.769168060753145,91.769168060753145,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.54141414141414135,1,91.155560283921659,91.155560283921659,91.155560283921659,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.53939393939393943,1,89.700937286225781,89.700937286225781,89.700937286225781,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.53737373737373739,1,93.10511339884215,93.10511339884215,93.10511339884215,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.53535353535353536,1,93.610027894511489,93.610027894511489,93.610027894511489,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.53333333333333333,1,93.936581468368786,93.936581468368786,93.936581468368786,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.53131313131313129,1,94.083028044140519,94.083028044140519,94.083028044140519,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.52929292929292926,1,94.233169158964301,94.233169158964301,94.233169158964301,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.52727272727272723,1,94.386117467205622,94.386117467205622,94.386117467205622,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.5252525252525253,1,94.542202018565149,94.542202018565149,94.542202018565149,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.52323232323232327,1,94.607517144053418,94.607517144053418,94.607517144053418,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.52121212121212124,1,94.674513964708694,94.674513964708694,94.674513964708694,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.5191919191919192,1,94.744326341280328,94.744326341280328,94.744326341280328,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.51717171717171717,1,94.814726107472779,94.814726107472779,94.814726107472779,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.51515151515151514,1,94.886291113609332,94.886291113609332,94.886291113609332,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.5131313131313131,1,94.866559264868556,94.866559264868556,94.866559264868556,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.51111111111111107,1,94.94028157905268,94.94028157905268,94.94028157905268,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.50909090909090904,1,95.01447999732045,95.01447999732045,95.01447999732045,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.50707070707070712,1,94.997327686258359,94.997327686258359,94.997327686258359,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.50505050505050508,1,95.07332724933076,95.07332724933076,95.07332724933076,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.50303030303030305,1,95.05681299891512,95.05681299891512,95.05681299891512,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.50101010101010102,1,95.134592330440682,95.134592330440682,95.134592330440682,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.49898989898989898,1,95.119492159631591,95.119492159631591,95.119492159631591,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.49696969696969695,1,95.197701894046219,95.197701894046219,95.197701894046219,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.49494949494949492,1,95.183376605291414,95.183376605291414,95.183376605291414,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.49292929292929294,1,95.262836522782891,95.262836522782891,95.262836522782891,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.49090909090909091,1,95.249547136409092,95.249547136409092,95.249547136409092,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.48888888888888887,1,95.236306441373017,95.236306441373017,95.236306441373017,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.4868686868686869,1,95.316546768823173,95.316546768823173,95.316546768823173,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.48484848484848486,1,95.304606354286079,95.304606354286079,95.304606354286079,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.48282828282828283,1,95.38589467050042,95.38589467050042,95.38589467050042,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.4808080808080808,1,95.374513037109864,95.374513037109864,95.374513037109864,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.47878787878787876,1,95.363334182475228,95.363334182475228,95.363334182475228,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.47676767676767678,1,95.352472011771169,95.352472011771169,95.352472011771169,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.47474747474747475,1,95.434944345150143,95.434944345150143,95.434944345150143,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.47272727272727277,1,95.424685068672261,95.424685068672261,95.424685068672261,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.47070707070707074,1,95.414733737352435,95.414733737352435,95.414733737352435,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.46868686868686871,1,95.498084028886296,95.498084028886296,95.498084028886296,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.46666666666666667,1,95.488868074264701,95.488868074264701,95.488868074264701,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.46464646464646464,1,95.479920669371381,95.479920669371381,95.479920669371381,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.46262626262626261,1,95.471265662296844,95.471265662296844,95.471265662296844,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.46060606060606057,1,95.555697926692574,95.555697926692574,95.555697926692574,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.4585858585858586,1,95.547345746724204,95.547345746724204,95.547345746724204,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.45656565656565656,1,95.539369329675537,95.539369329675537,95.539369329675537,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.45454545454545459,1,95.531590550213878,95.531590550213878,95.531590550213878,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.45252525252525255,1,95.523965302196302,95.523965302196302,95.523965302196302,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.45050505050505052,1,95.609410430399294,95.609410430399294,95.609410430399294,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.44848484848484849,1,95.602049237975734,95.602049237975734,95.602049237975734,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.44646464646464645,1,95.594814423093339,95.594814423093339,95.594814423093339,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.44444444444444442,1,95.587910715097678,95.587910715097678,95.587910715097678,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.44242424242424244,1,95.581129723679624,95.581129723679624,95.581129723679624,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.44040404040404041,1,95.667397090495797,95.667397090495797,95.667397090495797,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.43838383838383843,1,95.660841164681187,95.660841164681187,95.660841164681187,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.4363636363636364,1,95.654289509169757,95.654289509169757,95.654289509169757,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.43434343434343436,1,95.647795796543505,95.647795796543505,95.647795796543505,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.43232323232323233,1,95.641375042943764,95.641375042943764,95.641375042943764,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.4303030303030303,1,95.635090445626702,95.635090445626702,95.635090445626702,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.42828282828282827,1,95.629058589230397,95.629058589230397,95.629058589230397,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.42626262626262629,1,95.716307982118224,95.716307982118224,95.716307982118224,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.42424242424242425,1,95.711011437789239,95.711011437789239,95.711011437789239,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.42222222222222228,1,95.706098851026582,95.706098851026582,95.706098851026582,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.42020202020202024,1,95.701486133315484,95.701486133315484,95.701486133315484,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.41818181818181821,1,95.697089308705472,95.697089308705472,95.697089308705472,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.41616161616161618,1,95.693087893116171,95.693087893116171,95.693087893116171,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.41414141414141414,1,95.689213760251732,95.689213760251732,95.689213760251732,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.41212121212121211,1,95.685764278914576,95.685764278914576,95.685764278914576,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.41010101010101013,1,95.682510707807523,95.682510707807523,95.682510707807523,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.4080808080808081,1,95.772302477053017,95.772302477053017,95.772302477053017,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.40606060606060607,1,95.76952150656507,95.76952150656507,95.76952150656507,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.40404040404040409,1,95.76682440004879,95.76682440004879,95.76682440004879,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.40202020202020206,1,95.764250988213462,95.764250988213462,95.764250988213462,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,sac,all_recorded_fixed_grid,,-0.40000000000000002,1,95.76196661983704,95.76196661983704,95.76196661983704,"[""claim2""]","[""mountaincar_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.59999999999999998,20,9.29385416842997,-1.3899818658828735,98.253868103027344,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.59797979797979794,20,9.3028091922402378,-1.3711699247360229,98.316909790039062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.59595959595959591,20,9.3101478934288018,-1.3543611764907837,98.361030578613281,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.59393939393939388,20,9.3170056615024812,-1.34309983253479,98.401420593261719,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.59191919191919184,20,9.3238088790327307,-1.3326669931411743,98.439666748046875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.58989898989898992,20,9.330092008411885,-1.3308885097503662,98.476715087890625,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.58787878787878789,20,9.3366700269281857,-1.3293927907943726,98.513397216796875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.58585858585858586,20,9.3438373699784272,-1.3230479955673218,98.549842834472656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.58383838383838382,20,9.350082482397557,-1.3228938579559326,98.5850830078125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.58181818181818179,20,9.3567287206649787,-1.3088198900222778,98.620864868164062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.57979797979797976,20,9.3622175272554156,-1.2939739227294922,98.655517578125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.57777777777777772,20,9.3453516159206629,-1.2915784120559692,98.675529479980469,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.57575757575757569,20,9.3516219906508926,-1.2912547588348389,98.676010131835938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.57373737373737377,20,9.3381189350038767,-1.27925705909729,98.280296325683594,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.57171717171717173,20,9.3479920364916325,-1.2615225315093994,98.342056274414062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.5696969696969697,20,9.3580571044236418,-1.2402732372283936,98.397407531738281,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.56767676767676767,20,9.3679110795259479,-1.2171171903610229,98.450164794921875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.56565656565656564,20,9.3776050932705406,-1.1905295848846436,98.501670837402344,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.5636363636363636,20,9.385869042202831,-1.1620410680770874,98.552299499511719,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.56161616161616157,20,9.3922301799058907,-1.1281903982162476,98.601669311523438,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.55959595959595954,20,9.3809990286827087,-1.0996168851852417,98.641120910644531,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.55757575757575761,20,9.3904365170747042,-1.0719958543777466,98.648239135742188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.55555555555555558,20,9.382044347375631,-1.0400938987731934,98.283035278320312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.55353535353535355,20,9.3955415066331618,-1.0012788772583008,98.363349914550781,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.55151515151515151,20,9.4095627725124356,-0.95786535739898682,98.436904907226562,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.54949494949494948,20,9.4245184201747172,-0.93629699945449829,98.5086669921875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.54747474747474745,20,9.4179138001054525,-0.93826133012771606,98.578933715820312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.54545454545454541,20,9.4338311534374952,-0.94497817754745483,98.623222351074219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.54343434343434338,20,9.4264798341318965,-0.95346230268478394,98.245292663574219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.54141414141414135,20,9.4437210487201817,-0.96096926927566528,98.357109069824219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.53939393939393943,20,9.4630363412201408,-0.96667927503585815,98.459030151367188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.53737373737373739,20,4.4801176922395829,-1.7517198324203491,98.55743408203125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.53535353535353536,20,4.4901847415603697,-1.8322098255157471,98.594131469726562,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.53333333333333333,20,4.4896526705473665,-1.8272725343704224,98.316932678222656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.53131313131313129,20,4.5145306120160971,-1.757099986076355,98.459602355957031,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.52929292929292926,20,4.536758452095091,-1.7106320858001709,98.573471069335938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.52727272727272723,20,-0.45333906095474957,-1.6164672374725342,-0.005105908028781414,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.5252525252525253,20,4.5716006915143224,-1.4521663188934326,98.497245788574219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.52323232323232327,20,-0.40358838630563698,-1.3675034046173096,-0.00012396696547511965,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.52121212121212124,20,-0.37618716520955786,-1.2022080421447754,-0.0021925943437963724,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.5191919191919192,20,-0.35376994111575188,-1.0869672298431396,-0.0037238448858261108,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.51717171717171717,20,-0.33678963407874107,-0.98171722888946533,-0.0064689544960856438,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.51515151515151514,20,-0.32673251652158797,-0.93302768468856812,-0.010369482450187206,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.5131313131313131,20,-0.32502776524052024,-0.92813396453857422,-0.015351630747318268,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.51111111111111107,20,-0.33014919999986886,-0.92384499311447144,-0.021328154951334,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.50909090909090904,20,-0.34303421452641486,-0.9202842116355896,-0.028205301612615585,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.50707070707070712,20,-0.36678849514573814,-0.91752451658248901,-0.035897161811590195,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.50505050505050508,20,-0.39184163250029086,-0.98336946964263916,-0.044319793581962585,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.50303030303030305,20,-0.40979816392064095,-1.0198158025741577,-0.05339890718460083,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.50101010101010102,20,-0.43542942292988301,-1.1977493762969971,-0.06050969660282135,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.49898989898989898,20,-0.4644146103411913,-1.4356505870819092,-0.061509720981121063,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.49696969696969695,20,4.5145096249878405,-1.0244967937469482,98.503273010253906,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.49494949494949492,20,4.488023893162608,-1.1396776437759399,98.337432861328125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.49292929292929294,20,4.4839631747454405,-1.2415146827697754,98.579315185546875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.49090909090909091,20,4.468431243672967,-1.2975667715072632,98.533515930175781,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.48888888888888887,20,4.4543856695294384,-1.3061416149139404,98.416831970214844,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.4868686868686869,20,4.4407093640416857,-1.3412301540374756,98.293708801269531,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.48484848484848486,20,4.4441102631390095,-1.4423593282699585,98.616180419921875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.48282828282828283,20,4.4286217153072354,-1.5609477758407593,98.579757690429688,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.4808080808080808,20,4.4120093215256926,-1.6871833801269531,98.497543334960938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.47878787878787876,20,9.3971322756260633,-1.1200242042541504,98.413101196289062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.47676767676767678,20,9.3851938933134083,-1.14652419090271,98.324882507324219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.47474747474747475,20,9.3677379693835974,-1.1772075891494751,98.220046997070312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.47272727272727277,20,9.3776646152138703,-1.203148365020752,98.637863159179688,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.47070707070707074,20,4.3651053138077263,-2.0963311195373535,98.598747253417969,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.46868686868686871,20,9.3765185818076127,-1.2509205341339111,98.5404052734375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.46666666666666667,20,9.3653156377375133,-1.2741545438766479,98.480796813964844,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.46464646464646464,20,9.353796806931495,-1.2945618629455566,98.420059204101562,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.46262626262626261,20,9.3424812912940975,-1.3110445737838745,98.35687255859375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.46060606060606057,20,9.3309953231364489,-1.3256024122238159,98.287651062011719,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.4585858585858586,20,9.3623568769544363,-1.3408375978469849,98.669364929199219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.45656565656565656,20,9.3582082349807028,-1.3620895147323608,98.6661376953125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.45454545454545459,20,9.3499000698328025,-1.3805156946182251,98.638511657714844,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.45252525252525255,20,9.3412369705736644,-1.398006796836853,98.59747314453125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.45050505050505052,20,9.3330326370894916,-1.4148268699645996,98.556442260742188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.44848484848484849,20,9.3244912683963772,-1.4312268495559692,98.514175415039062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.44646464646464645,20,9.316024744510651,-1.4465939998626709,98.471603393554688,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.44444444444444442,20,9.3069899220019572,-1.4602612257003784,98.428001403808594,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.44242424242424244,20,9.3222107604146007,-1.4740370512008667,98.412254333496094,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.44040404040404041,20,9.3169576235115521,-1.4859750270843506,98.405860900878906,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.43838383838383843,20,9.3101008355617516,-1.4955562353134155,98.367385864257812,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.4363636363636364,20,9.3281795393675573,-1.5037506818771362,98.705810546875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.43434343434343436,20,9.323736805096269,-1.5099836587905884,98.701576232910156,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.43232323232323233,20,9.3188919100910432,-1.5060913562774658,98.686210632324219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.4303030303030303,20,9.3128808218985792,-1.5159378051757812,98.657752990722656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.42828282828282827,20,9.3071124456822876,-1.5284575223922729,98.6287841796875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.42626262626262629,20,9.3017391953617334,-1.5363538265228271,98.599815368652344,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.42424242424242425,20,9.2960403706878427,-1.5437232255935669,98.57025146484375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.42222222222222228,20,9.3147210404276848,-1.5505715608596802,98.540603637695312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.42020202020202024,20,9.3110544685274359,-1.5512092113494873,98.510780334472656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.41818181818181821,20,9.3065497208386656,-1.5567334890365601,98.480239868164062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.41616161616161618,20,9.3021559823304418,-1.5553854703903198,98.44927978515625,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.41414141414141414,20,9.2974845994263884,-1.5533556938171387,98.417221069335938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.41212121212121211,20,9.2929337631911046,-1.551350474357605,98.383125305175781,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.41010101010101013,20,9.2881199605762959,-1.5501848459243774,98.34613037109375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.4080808080808081,20,9.2827149461954832,-1.5505576133728027,98.302581787109375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.40606060606060607,20,9.3023027312010527,-1.5493448972702026,98.743904113769531,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.40404040404040409,20,9.2988960981369022,-1.5542820692062378,98.742958068847656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.40202020202020206,20,9.2953775208443403,-1.5589903593063354,98.739517211914062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,all_recorded_fixed_grid,,-0.40000000000000002,20,9.2910253029316667,-1.565617561340332,98.726364135742188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.59999999999999998,1,98.156292775970513,98.156292775970513,98.156292775970513,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.59797979797979794,1,98.177844452989675,98.177844452989675,98.177844452989675,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.59595959595959591,1,98.199622513963106,98.199622513963106,98.199622513963106,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.59393939393939388,1,98.214750727685171,98.214750727685171,98.214750727685171,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.59191919191919184,1,98.235625241283046,98.235625241283046,98.235625241283046,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.58989898989898992,1,98.25578605398988,98.25578605398988,98.25578605398988,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.58787878787878789,1,98.275363679590598,98.275363679590598,98.275363679590598,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.58585858585858586,1,98.292341625160475,98.292341625160475,98.292341625160475,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.58383838383838382,1,98.308827315334014,98.308827315334014,98.308827315334014,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.58181818181818179,1,98.324625830454664,98.324625830454664,98.324625830454664,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.57979797979797976,1,98.339612586974042,98.339612586974042,98.339612586974042,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.57777777777777772,1,98.349758264775176,98.349758264775176,98.349758264775176,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.57575757575757569,1,98.351010607969044,98.351010607969044,98.351010607969044,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.57373737373737377,1,97.819052369594075,97.819052369594075,97.819052369594075,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.57171717171717173,1,97.845656615845527,97.845656615845527,97.845656615845527,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.5696969696969697,1,97.876739525086904,97.876739525086904,97.876739525086904,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.56767676767676767,1,97.910127688797132,97.910127688797132,97.910127688797132,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.56565656565656564,1,97.944315916781591,97.944315916781591,97.944315916781591,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.5636363636363636,1,97.981799883369632,97.981799883369632,97.981799883369632,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.56161616161616157,1,98.018382415368293,98.018382415368293,98.018382415368293,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.55959595959595954,1,98.058352979605417,98.058352979605417,98.058352979605417,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.55757575757575761,1,98.095903715440642,98.095903715440642,98.095903715440642,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.55555555555555558,1,98.12618186796476,98.12618186796476,98.12618186796476,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.55353535353535355,1,98.159346468524475,98.159346468524475,98.159346468524475,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.55151515151515151,1,98.190820160176514,98.190820160176514,98.190820160176514,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.54949494949494948,1,98.218695220778756,98.218695220778756,98.218695220778756,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.54747474747474745,1,98.242455354942521,98.242455354942521,98.242455354942521,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.54545454545454541,1,98.24610846310506,98.24610846310506,98.24610846310506,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.54343434343434338,1,97.740052853391163,97.740052853391163,97.740052853391163,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.54141414141414135,1,97.793016912693389,97.793016912693389,97.793016912693389,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.53939393939393943,1,97.85190118560314,97.85190118560314,97.85190118560314,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.53737373737373739,1,97.914324988017114,97.914324988017114,97.914324988017114,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.53535353535353536,1,97.979765602052069,97.979765602052069,97.979765602052069,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.53333333333333333,1,98.034800136360928,98.034800136360928,98.034800136360928,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.53131313131313129,1,98.089938827625701,98.089938827625701,98.089938827625701,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.52929292929292926,1,98.136279269097571,98.136279269097571,98.136279269097571,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.52727272727272723,1,97.611037976006202,97.611037976006202,97.611037976006202,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.5252525252525253,1,97.690770012396754,97.690770012396754,97.690770012396754,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.52323232323232327,1,97.791473266606786,97.791473266606786,97.791473266606786,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.52121212121212124,1,97.899954386061125,97.899954386061125,97.899954386061125,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.5191919191919192,1,97.99078663389507,97.99078663389507,97.99078663389507,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.51717171717171717,1,98.057749628662563,98.057749628662563,98.057749628662563,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.51515151515151514,1,97.622214857972125,97.622214857972125,97.622214857972125,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.5131313131313131,1,97.799864809906666,97.799864809906666,97.799864809906666,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.51111111111111107,1,97.944991980591567,97.944991980591567,97.944991980591567,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.50909090909090904,1,97.579739207642092,97.579739207642092,97.579739207642092,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.50707070707070712,1,97.848155418816887,97.848155418816887,97.848155418816887,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.50505050505050508,1,97.675189637957757,97.675189637957757,97.675189637957757,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.50303030303030305,1,-2.7467713727204854,-2.7467713727204854,-2.7467713727204854,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.50101010101010102,1,-1.2933536516156792,-1.2933536516156792,-1.2933536516156792,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.49898989898989898,1,97.391937549598438,97.391937549598438,97.391937549598438,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.49696969696969695,1,97.312268102452762,97.312268102452762,97.312268102452762,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.49494949494949492,1,97.542662923999714,97.542662923999714,97.542662923999714,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.49292929292929294,1,97.866846796435496,97.866846796435496,97.866846796435496,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.49090909090909091,1,97.655130591456171,97.655130591456171,97.655130591456171,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.48888888888888887,1,98.013379757309238,98.013379757309238,98.013379757309238,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.4868686868686869,1,97.935919229358461,97.935919229358461,97.935919229358461,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.48484848484848486,1,97.81206591464408,97.81206591464408,97.81206591464408,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.48282828282828283,1,97.678314503662705,97.678314503662705,97.678314503662705,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.4808080808080808,1,97.5716677295663,97.5716677295663,97.5716677295663,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.47878787878787876,1,98.085335715841723,98.085335715841723,98.085335715841723,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.47676767676767678,1,98.021705603238729,98.021705603238729,98.021705603238729,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.47474747474747475,1,97.951881560501263,97.951881560501263,97.951881560501263,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.47272727272727277,1,97.869548866870645,97.869548866870645,97.869548866870645,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.47070707070707074,1,97.790685478703566,97.790685478703566,97.790685478703566,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.46868686868686871,1,97.719825608690073,97.719825608690073,97.719825608690073,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.46666666666666667,1,98.212880340381304,98.212880340381304,98.212880340381304,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.46464646464646464,1,98.202919611810771,98.202919611810771,98.202919611810771,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.46262626262626261,1,98.171189971218666,98.171189971218666,98.171189971218666,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.46060606060606057,1,98.132698666832823,98.132698666832823,98.132698666832823,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.4585858585858586,1,98.091521125209027,98.091521125209027,98.091521125209027,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.45656565656565656,1,98.050516924358689,98.050516924358689,98.050516924358689,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.45454545454545459,1,98.002003395922713,98.002003395922713,98.002003395922713,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.45252525252525255,1,97.954249778223371,97.954249778223371,97.954249778223371,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.45050505050505052,1,97.908220145904806,97.908220145904806,97.908220145904806,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.44848484848484849,1,97.8648572245027,97.8648572245027,97.8648572245027,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.44646464646464645,1,97.824374215469021,97.824374215469021,97.824374215469021,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.44444444444444442,1,97.790872736692947,97.790872736692947,97.790872736692947,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.44242424242424244,1,98.326591658932969,98.326591658932969,98.326591658932969,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.44040404040404041,1,98.317826076170604,98.317826076170604,98.317826076170604,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.43838383838383843,1,98.301379135583062,98.301379135583062,98.301379135583062,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.4363636363636364,1,98.281733246383439,98.281733246383439,98.281733246383439,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.43434343434343436,1,98.261047077023619,98.261047077023619,98.261047077023619,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.43232323232323233,1,98.237515726717433,98.237515726717433,98.237515726717433,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.4303030303030303,1,98.212992811779799,98.212992811779799,98.212992811779799,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.42828282828282827,1,98.190806803390174,98.190806803390174,98.190806803390174,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.42626262626262629,1,98.166203012570605,98.166203012570605,98.166203012570605,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.42424242424242425,1,98.139123295953482,98.139123295953482,98.139123295953482,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.42222222222222228,1,98.110903474499665,98.110903474499665,98.110903474499665,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.42020202020202024,1,98.083555620490216,98.083555620490216,98.083555620490216,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.41818181818181821,1,98.056033775825412,98.056033775825412,98.056033775825412,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.41616161616161618,1,98.029696915499756,98.029696915499756,98.029696915499756,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.41414141414141414,1,98.004675226780265,98.004675226780265,98.004675226780265,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.41212121212121211,1,97.980255611171245,97.980255611171245,97.980255611171245,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.41010101010101013,1,97.957700740207628,97.957700740207628,97.957700740207628,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.4080808080808081,1,97.936373696534403,97.936373696534403,97.936373696534403,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.40606060606060607,1,97.917877639568928,97.917877639568928,97.917877639568928,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.40404040404040409,1,97.904093215059902,97.904093215059902,97.904093215059902,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.40202020202020206,1,98.452741029331008,98.452741029331008,98.452741029331008,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_reinforce_adamw_seeded_selected,all_recorded_fixed_grid,,-0.40000000000000002,1,98.449802344840165,98.449802344840165,98.449802344840165,"[""claim4""]","[""mountaincar_ch3_reinforce_primary_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.59999999999999998,1,99.095390319824219,99.095390319824219,99.095390319824219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.59797979797979794,1,99.106071472167969,99.106071472167969,99.106071472167969,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.59595959595959591,1,98.783515930175781,98.783515930175781,98.783515930175781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.59393939393939388,1,98.81451416015625,98.81451416015625,98.81451416015625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.59191919191919184,1,98.837173461914062,98.837173461914062,98.837173461914062,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.58989898989898992,1,98.857391357421875,98.857391357421875,98.857391357421875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.58787878787878789,1,98.877159118652344,98.877159118652344,98.877159118652344,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.58585858585858586,1,98.89666748046875,98.89666748046875,98.89666748046875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.58383838383838382,1,98.916511535644531,98.916511535644531,98.916511535644531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.58181818181818179,1,98.936470031738281,98.936470031738281,98.936470031738281,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.57979797979797976,1,98.957008361816406,98.957008361816406,98.957008361816406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.57777777777777772,1,98.977676391601562,98.977676391601562,98.977676391601562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.57575757575757569,1,98.999748229980469,98.999748229980469,98.999748229980469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.57373737373737377,1,99.021293640136719,99.021293640136719,99.021293640136719,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.57171717171717173,1,99.040412902832031,99.040412902832031,99.040412902832031,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.5696969696969697,1,99.06201171875,99.06201171875,99.06201171875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.56767676767676767,1,99.083137512207031,99.083137512207031,99.083137512207031,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.56565656565656564,1,98.779708862304688,98.779708862304688,98.779708862304688,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.5636363636363636,1,98.824790954589844,98.824790954589844,98.824790954589844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.56161616161616157,1,98.862083435058594,98.862083435058594,98.862083435058594,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.55959595959595954,1,98.898574829101562,98.898574829101562,98.898574829101562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.55757575757575761,1,98.936111450195312,98.936111450195312,98.936111450195312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.55555555555555558,1,98.974716186523438,98.974716186523438,98.974716186523438,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.55353535353535355,1,99.014007568359375,99.014007568359375,99.014007568359375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.55151515151515151,1,99.052818298339844,99.052818298339844,99.052818298339844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.54949494949494948,1,98.764541625976562,98.764541625976562,98.764541625976562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.54747474747474745,1,98.842819213867188,98.842819213867188,98.842819213867188,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.54545454545454541,1,98.910736083984375,98.910736083984375,98.910736083984375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.54343434343434338,1,98.98272705078125,98.98272705078125,98.98272705078125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.54141414141414135,1,99.053787231445312,99.053787231445312,99.053787231445312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.53939393939393943,1,98.839561462402344,98.839561462402344,98.839561462402344,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.53737373737373739,1,98.967430114746094,98.967430114746094,98.967430114746094,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.53535353535353536,1,98.798492431640625,98.798492431640625,98.798492431640625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.53333333333333333,1,99.0347900390625,99.0347900390625,99.0347900390625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.53131313131313129,1,98.853439331054688,98.853439331054688,98.853439331054688,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.52929292929292926,1,98.854774475097656,98.854774475097656,98.854774475097656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.52727272727272723,1,99.02581787109375,99.02581787109375,99.02581787109375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.5252525252525253,1,99.045791625976562,99.045791625976562,99.045791625976562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.52323232323232327,1,98.86920166015625,98.86920166015625,98.86920166015625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.52121212121212124,1,99.043388366699219,99.043388366699219,99.043388366699219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.5191919191919192,1,98.9461669921875,98.9461669921875,98.9461669921875,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.51717171717171717,1,98.852676391601562,98.852676391601562,98.852676391601562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.51515151515151514,1,98.741569519042969,98.741569519042969,98.741569519042969,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.5131313131313131,1,99.02777099609375,99.02777099609375,99.02777099609375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.51111111111111107,1,98.975898742675781,98.975898742675781,98.975898742675781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.50909090909090904,1,98.922706604003906,98.922706604003906,98.922706604003906,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.50707070707070712,1,98.872367858886719,98.872367858886719,98.872367858886719,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.50505050505050508,1,98.822601318359375,98.822601318359375,98.822601318359375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.50303030303030305,1,98.759483337402344,98.759483337402344,98.759483337402344,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.50101010101010102,1,99.062782287597656,99.062782287597656,99.062782287597656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.49898989898989898,1,99.033439636230469,99.033439636230469,99.033439636230469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.49696969696969695,1,99.005897521972656,99.005897521972656,99.005897521972656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.49494949494949492,1,98.977088928222656,98.977088928222656,98.977088928222656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.49292929292929294,1,98.948219299316406,98.948219299316406,98.948219299316406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.49090909090909091,1,98.920127868652344,98.920127868652344,98.920127868652344,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.48888888888888887,1,98.893119812011719,98.893119812011719,98.893119812011719,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.4868686868686869,1,98.866447448730469,98.866447448730469,98.866447448730469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.48484848484848486,1,98.839920043945312,98.839920043945312,98.839920043945312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.48282828282828283,1,98.811569213867188,98.811569213867188,98.811569213867188,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.4808080808080808,1,98.775489807128906,98.775489807128906,98.775489807128906,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.47878787878787876,1,99.088111877441406,99.088111877441406,99.088111877441406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.47676767676767678,1,99.072929382324219,99.072929382324219,99.072929382324219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.47474747474747475,1,99.057075500488281,99.057075500488281,99.057075500488281,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.47272727272727277,1,99.041481018066406,99.041481018066406,99.041481018066406,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.47070707070707074,1,99.027236938476562,99.027236938476562,99.027236938476562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.46868686868686871,1,99.012527465820312,99.012527465820312,99.012527465820312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.46666666666666667,1,98.997169494628906,98.997169494628906,98.997169494628906,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.46464646464646464,1,98.981559753417969,98.981559753417969,98.981559753417969,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.46262626262626261,1,98.966377258300781,98.966377258300781,98.966377258300781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.46060606060606057,1,98.951553344726562,98.951553344726562,98.951553344726562,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.4585858585858586,1,98.936676025390625,98.936676025390625,98.936676025390625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.45656565656565656,1,98.922515869140625,98.922515869140625,98.922515869140625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.45454545454545459,1,98.908271789550781,98.908271789550781,98.908271789550781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.45252525252525255,1,98.894248962402344,98.894248962402344,98.894248962402344,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.45050505050505052,1,98.880363464355469,98.880363464355469,98.880363464355469,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.44848484848484849,1,98.866287231445312,98.866287231445312,98.866287231445312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.44646464646464645,1,98.852096557617188,98.852096557617188,98.852096557617188,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.44444444444444442,1,98.83746337890625,98.83746337890625,98.83746337890625,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.44242424242424244,1,98.821479797363281,98.821479797363281,98.821479797363281,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.44040404040404041,1,98.802528381347656,98.802528381347656,98.802528381347656,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.43838383838383843,1,98.771812438964844,98.771812438964844,98.771812438964844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.4363636363636364,1,99.109451293945312,99.109451293945312,99.109451293945312,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.43434343434343436,1,99.102462768554688,99.102462768554688,99.102462768554688,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.43232323232323233,1,99.094253540039062,99.094253540039062,99.094253540039062,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.4303030303030303,1,99.086677551269531,99.086677551269531,99.086677551269531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.42828282828282827,1,99.078788757324219,99.078788757324219,99.078788757324219,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.42626262626262629,1,99.07080078125,99.07080078125,99.07080078125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.42424242424242425,1,99.063262939453125,99.063262939453125,99.063262939453125,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.42222222222222228,1,99.055831909179688,99.055831909179688,99.055831909179688,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.42020202020202024,1,99.050056457519531,99.050056457519531,99.050056457519531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.41818181818181821,1,99.042221069335938,99.042221069335938,99.042221069335938,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.41616161616161618,1,99.034515380859375,99.034515380859375,99.034515380859375,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.41414141414141414,1,99.026908874511719,99.026908874511719,99.026908874511719,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.41212121212121211,1,99.018814086914062,99.018814086914062,99.018814086914062,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.41010101010101013,1,99.011482238769531,99.011482238769531,99.011482238769531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.4080808080808081,1,99.003707885742188,99.003707885742188,99.003707885742188,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.40606060606060607,1,98.996589660644531,98.996589660644531,98.996589660644531,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.40404040404040409,1,98.989112854003906,98.989112854003906,98.989112854003906,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.40202020202020206,1,98.981758117675781,98.981758117675781,98.981758117675781,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim23-full-v4-20260715T1844Z,ch3_ars,selected_policy_fixed_grid,1107,-0.40000000000000002,1,98.974937438964844,98.974937438964844,98.974937438964844,"[""claim3""]","[""mountaincar_ch3_ars_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.59999999999999998,1,98.253868103027344,98.253868103027344,98.253868103027344,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.59797979797979794,1,98.316909790039062,98.316909790039062,98.316909790039062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.59595959595959591,1,98.361030578613281,98.361030578613281,98.361030578613281,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.59393939393939388,1,98.401420593261719,98.401420593261719,98.401420593261719,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.59191919191919184,1,98.439666748046875,98.439666748046875,98.439666748046875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.58989898989898992,1,98.476715087890625,98.476715087890625,98.476715087890625,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.58787878787878789,1,98.513397216796875,98.513397216796875,98.513397216796875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.58585858585858586,1,98.549842834472656,98.549842834472656,98.549842834472656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.58383838383838382,1,98.5850830078125,98.5850830078125,98.5850830078125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.58181818181818179,1,98.620864868164062,98.620864868164062,98.620864868164062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.57979797979797976,1,98.655517578125,98.655517578125,98.655517578125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.57777777777777772,1,98.675529479980469,98.675529479980469,98.675529479980469,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.57575757575757569,1,98.676010131835938,98.676010131835938,98.676010131835938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.57373737373737377,1,98.280296325683594,98.280296325683594,98.280296325683594,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.57171717171717173,1,98.342056274414062,98.342056274414062,98.342056274414062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.5696969696969697,1,98.397407531738281,98.397407531738281,98.397407531738281,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.56767676767676767,1,98.450164794921875,98.450164794921875,98.450164794921875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.56565656565656564,1,98.501670837402344,98.501670837402344,98.501670837402344,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.5636363636363636,1,98.552299499511719,98.552299499511719,98.552299499511719,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.56161616161616157,1,98.601669311523438,98.601669311523438,98.601669311523438,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.55959595959595954,1,98.641120910644531,98.641120910644531,98.641120910644531,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.55757575757575761,1,98.648239135742188,98.648239135742188,98.648239135742188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.55555555555555558,1,98.283035278320312,98.283035278320312,98.283035278320312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.55353535353535355,1,98.363349914550781,98.363349914550781,98.363349914550781,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.55151515151515151,1,98.436904907226562,98.436904907226562,98.436904907226562,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.54949494949494948,1,98.5086669921875,98.5086669921875,98.5086669921875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.54747474747474745,1,98.578933715820312,98.578933715820312,98.578933715820312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.54545454545454541,1,98.623222351074219,98.623222351074219,98.623222351074219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.54343434343434338,1,98.245292663574219,98.245292663574219,98.245292663574219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.54141414141414135,1,98.357109069824219,98.357109069824219,98.357109069824219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.53939393939393943,1,98.459030151367188,98.459030151367188,98.459030151367188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.53737373737373739,1,98.55743408203125,98.55743408203125,98.55743408203125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.53535353535353536,1,98.594131469726562,98.594131469726562,98.594131469726562,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.53333333333333333,1,98.316932678222656,98.316932678222656,98.316932678222656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.53131313131313129,1,98.459602355957031,98.459602355957031,98.459602355957031,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.52929292929292926,1,98.573471069335938,98.573471069335938,98.573471069335938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.52727272727272723,1,-1.6164672374725342,-1.6164672374725342,-1.6164672374725342,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.5252525252525253,1,98.497245788574219,98.497245788574219,98.497245788574219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.52323232323232327,1,-1.3675034046173096,-1.3675034046173096,-1.3675034046173096,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.52121212121212124,1,-1.1060292720794678,-1.1060292720794678,-1.1060292720794678,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.5191919191919192,1,-0.84517300128936768,-0.84517300128936768,-0.84517300128936768,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.51717171717171717,1,-0.60442554950714111,-0.60442554950714111,-0.60442554950714111,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.51515151515151514,1,-0.41867536306381226,-0.41867536306381226,-0.41867536306381226,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.5131313131313131,1,-0.32205402851104736,-0.32205402851104736,-0.32205402851104736,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.51111111111111107,1,-0.3481467068195343,-0.3481467068195343,-0.3481467068195343,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.50909090909090904,1,-0.5077979564666748,-0.5077979564666748,-0.5077979564666748,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.50707070707070712,1,-0.76254868507385254,-0.76254868507385254,-0.76254868507385254,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.50505050505050508,1,-0.98336946964263916,-0.98336946964263916,-0.98336946964263916,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.50303030303030305,1,-1.0198158025741577,-1.0198158025741577,-1.0198158025741577,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.50101010101010102,1,-1.1977493762969971,-1.1977493762969971,-1.1977493762969971,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.49898989898989898,1,-1.4356505870819092,-1.4356505870819092,-1.4356505870819092,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.49696969696969695,1,98.503273010253906,98.503273010253906,98.503273010253906,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.49494949494949492,1,98.337432861328125,98.337432861328125,98.337432861328125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.49292929292929294,1,98.579315185546875,98.579315185546875,98.579315185546875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.49090909090909091,1,98.533515930175781,98.533515930175781,98.533515930175781,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.48888888888888887,1,98.416831970214844,98.416831970214844,98.416831970214844,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.4868686868686869,1,98.293708801269531,98.293708801269531,98.293708801269531,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.48484848484848486,1,98.616180419921875,98.616180419921875,98.616180419921875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.48282828282828283,1,98.579757690429688,98.579757690429688,98.579757690429688,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.4808080808080808,1,98.497543334960938,98.497543334960938,98.497543334960938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.47878787878787876,1,98.413101196289062,98.413101196289062,98.413101196289062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.47676767676767678,1,98.324882507324219,98.324882507324219,98.324882507324219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.47474747474747475,1,98.220046997070312,98.220046997070312,98.220046997070312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.47272727272727277,1,98.637863159179688,98.637863159179688,98.637863159179688,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.47070707070707074,1,98.598747253417969,98.598747253417969,98.598747253417969,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.46868686868686871,1,98.5404052734375,98.5404052734375,98.5404052734375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.46666666666666667,1,98.480796813964844,98.480796813964844,98.480796813964844,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.46464646464646464,1,98.420059204101562,98.420059204101562,98.420059204101562,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.46262626262626261,1,98.35687255859375,98.35687255859375,98.35687255859375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.46060606060606057,1,98.287651062011719,98.287651062011719,98.287651062011719,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.4585858585858586,1,98.669364929199219,98.669364929199219,98.669364929199219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.45656565656565656,1,98.6661376953125,98.6661376953125,98.6661376953125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.45454545454545459,1,98.638511657714844,98.638511657714844,98.638511657714844,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.45252525252525255,1,98.59747314453125,98.59747314453125,98.59747314453125,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.45050505050505052,1,98.556442260742188,98.556442260742188,98.556442260742188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.44848484848484849,1,98.514175415039062,98.514175415039062,98.514175415039062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.44646464646464645,1,98.471603393554688,98.471603393554688,98.471603393554688,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.44444444444444442,1,98.428001403808594,98.428001403808594,98.428001403808594,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.44242424242424244,1,98.382476806640625,98.382476806640625,98.382476806640625,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.44040404040404041,1,98.334274291992188,98.334274291992188,98.334274291992188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.43838383838383843,1,98.274948120117188,98.274948120117188,98.274948120117188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.4363636363636364,1,98.705810546875,98.705810546875,98.705810546875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.43434343434343436,1,98.701576232910156,98.701576232910156,98.701576232910156,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.43232323232323233,1,98.686210632324219,98.686210632324219,98.686210632324219,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.4303030303030303,1,98.657752990722656,98.657752990722656,98.657752990722656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.42828282828282827,1,98.6287841796875,98.6287841796875,98.6287841796875,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.42626262626262629,1,98.599815368652344,98.599815368652344,98.599815368652344,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.42424242424242425,1,98.57025146484375,98.57025146484375,98.57025146484375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.42222222222222228,1,98.540603637695312,98.540603637695312,98.540603637695312,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.42020202020202024,1,98.510780334472656,98.510780334472656,98.510780334472656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.41818181818181821,1,98.480239868164062,98.480239868164062,98.480239868164062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.41616161616161618,1,98.44927978515625,98.44927978515625,98.44927978515625,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.41414141414141414,1,98.417221069335938,98.417221069335938,98.417221069335938,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.41212121212121211,1,98.383125305175781,98.383125305175781,98.383125305175781,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.41010101010101013,1,98.34613037109375,98.34613037109375,98.34613037109375,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.4080808080808081,1,98.295310974121094,98.295310974121094,98.295310974121094,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.40606060606060607,1,98.743904113769531,98.743904113769531,98.743904113769531,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.40404040404040409,1,98.742958068847656,98.742958068847656,98.742958068847656,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.40202020202020206,1,98.739517211914062,98.739517211914062,98.739517211914062,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
hf-claim4-full-v4-20260715T1845Z,ch3_ppo,selected_policy_fixed_grid,738,-0.40000000000000002,1,98.726364135742188,98.726364135742188,98.726364135742188,"[""claim4""]","[""mountaincar_ch3_ppo_seed_grid_v1""]"
````