mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-07 08:22:44 +08:00
Benchmark Template
This directory provides scaffold files for adding a new benchmark to SkillOpt.
Files
env_template.py— Environment adapter templateloader_template.py— Data loader templateconfig_template.yaml— Config file template
Usage
- Copy this directory:
cp -r skillopt/envs/_template skillopt/envs/your_benchmark - Rename files: remove
_templatesuffix - Implement the
TODOsections - Register your adapter in
_ENV_REGISTRYinsidescripts/train.py - Create config at
configs/your_benchmark/default.yaml
See the documentation for the full guide.