What problem does it solve?
This Skill solves the problem of turning vague research goals for NeMo-RL/NeMo-gym into a disciplined, reproducible sequence of experiments that actively tests hypotheses and records results.
Core Features & Use Cases
- End-to-end experiment lifecycle guidance: translates an objective into monitored stop rules, prepares baselines, executes iterative runs, and decides keep/discard/crash for each idea.
- Reproducibility with git + TSV ledger: branches per hypothesis, commits minimal changes, and logs authoritative metrics, command provenance, resource signals, and outcomes in a TSV schema.
- Practical operational guardrails: preserves unrelated user work, selects the right launcher/environment (local vs Slurm vs Kubernetes), and uses session-memory handoffs to maintain continuity across long campaigns.
Quick Start
Use the auto-research skill to run directed hypothesis testing in this repo for your chosen NeMo-RL or NeMo-gym recipe and metric, while writing all results to the research TSV ledger.