Skip to content

docs: align benchmark guide and template with dataloader.py naming#43

Open
imshunsuke wants to merge 1 commit into
microsoft:mainfrom
imshunsuke:docs/fix-benchmark-loader-naming
Open

docs: align benchmark guide and template with dataloader.py naming#43
imshunsuke wants to merge 1 commit into
microsoft:mainfrom
imshunsuke:docs/fix-benchmark-loader-naming

Conversation

@imshunsuke

Copy link
Copy Markdown

Summary

The "Add a New Benchmark" guide (docs/guide/new-benchmark.md) and the env
template README (skillopt/envs/_template/README.md) refer to the data-loader
file as loader.py, but all six built-in benchmarks name it dataloader.py
(skillopt/envs/<name>/dataloader.py). This aligns the docs with the actual
convention so a new contributor following the guide produces a filename
consistent with the existing benchmarks.

Note the template was even internally inconsistent: the docstring in
skillopt/envs/_template/loader_template.py already points to
skillopt/envs/officeqa/dataloader.py, while _template/README.md told you to
rename the file to loader.py.

Changes (docs only, no code changes)

  • docs/guide/new-benchmark.md: Step 2 file path and the adapter import now use dataloader.py.
  • skillopt/envs/_template/README.md: the rename step (mv loader_template.py dataloader.py) and the TODO reference now use dataloader.py.

The new-benchmark guide and the env template README referred to the data
loader file as loader.py, but all six built-in benchmarks name it
dataloader.py (skillopt/envs/<name>/dataloader.py). Update the docs and
the template rename step to match the actual convention.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@imshunsuke

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant