experiment-run

Launch GPU-enabled training runs with pre-flight validation and remote dispatch.

7|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill experiment-run-shiien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment-run
Source: https://github.com/Shiien/Self-Evolved-Research-Framework/tree/main/skills/experiment-run
Command: npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill experiment-run-shiien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch end-to-end GPU-enabled training runs with pre-flight validation and remote dispatch.

Core Features & Use Cases

  • Pre-flight checks: verify GPU availability and environment readiness.
  • Metadata generation: create standardized exp metadata and logs schema.
  • Remote/local launch: dispatch experiments to best available machine or run locally.
  • Logging & traceability: persist experiment state in logs/experiments/{exp_id}.yaml.

Quick Start

Run an experiment on the best available GPU.

Frequently Asked Questions about experiment-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GPU training runs with pre-flight validation?

Automated GPU training runs require pre-flight checks to verify environment readiness and GPU availability before dispatching execution locally or remotely. This process ensures metadata creation, launch validation, and persistent logging for each experiment.

What is remote experiment dispatch and how does it work?

Remote experiment dispatch sends training runs to the best available machine rather than executing locally. It integrates GPU selection, environment setup, and automated launch sequences to streamline orchestration across different hardware resources.

Can I run GPU experiments locally if remote execution is unavailable?

Yes, experiment execution supports both remote and local launch modes. The system dispatches to the best available machine but can fall back to running locally, provided the pre-flight checks confirm local GPU availability and environment readiness.

How do I generate persistent logs for automated training experiments?

Persistent experiment logs are generated automatically in logs/experiments/{exp_id}.yaml format. This standardized schema captures the experiment state, metadata, and traceability details for each run, ensuring consistent logging across automated workflows.

Does experiment automation require manual GPU selection before launching?

No, automated experiment workflows handle GPU selection automatically during the pre-flight checks. The system verifies GPU availability and environment readiness autonomously, selecting the best available GPU for the training run without manual configuration.

What are the limitations of automated experiment orchestration?

Automated experiment orchestration depends on successful pre-flight validation; if environment readiness or GPU availability checks fail, the launch is blocked. Additionally, persistent logging requires write access to the logs/experiments directory for metadata storage.