Rename eval_runner.py to experiment_runner.py#896
Conversation
Signed-off-by: Clemens Volk <cvolk@nvidia.com>
Greptile SummaryThis PR renames the batch evaluation runner to match Arena Experiment terminology. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "Rename Eval Runner to Arena Experiment R..." | Re-trigger Greptile |
🤖 Isaac Lab-Arena Review BotSummaryThis PR renames I fetched the full tree at the PR head and verified the rename is complete and consistent: every old symbol ( FindingsNone. The renamed files are git renames of pre-existing files, so their Test CoverageTests were renamed alongside the module and keep their VerdictShip it. |
Signed-off-by: Clemens Volk <cvolk@nvidia.com>
Signed-off-by: Clemens Volk <cvolk@nvidia.com>
alexmillane
left a comment
There was a problem hiding this comment.
Makes a ton of sense. LGTM
Summary
Align runner naming with Experiments. Renames
eval_runner.pytoexperiment_runner.pybecause its unit of work is oneArenaExperiment: an orderedlist[ArenaRunCfg].Detailed description