run-experiment

Deploy and run ML experiments on local or remote GPU servers.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill run-experiment-dz306271098
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-experiment
Source: https://github.com/dz306271098/ARIS_for_Robotics/tree/main/skills/run-experiment
Command: npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill run-experiment-dz306271098

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy and run ML experiments on local or remote GPU servers, providing end-to-end orchestration from environment detection to deployment and monitoring.

Core Features & Use Cases

  • Environment-aware deployment for local, remote SSH, and Vast.ai GPU instances.
  • Pre-flight GPU availability checks, code synchronization, and optional W&B integration.
  • End-to-end experiment launch, monitoring, and results collection with minimal setup.

Quick Start

Provide your training script and let the skill deploy and run it on your chosen GPU environment (local, remote, or Vast.ai).

Frequently Asked Questions about run-experiment

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

FAQPage Schema
How do I run ML experiments on remote GPU servers?

Running ML experiments on remote GPU servers involves deploying training scripts to SSH remote servers or Vast.ai instances. The workflow includes pre-flight GPU availability checks, code synchronization, and deployment with optional W&B experiment tracking.

Can I deploy training jobs across local and remote GPUs simultaneously?

Yes, you can deploy training jobs across local and remote GPUs simultaneously by using orchestration tools that detect your environment. This ensures GPU availability checks and code synchronization are applied uniformly across local CUDA/MPS, SSH remote servers, and Vast.ai instances.

What is the best way to orchestrate ML experiments on Vast.ai?

Orchestrating ML experiments on Vast.ai requires end-to-end deployment from environment detection to monitoring. This approach ensures pre-flight GPU validation, code synchronization, and results collection with optional W&B integration and minimal manual setup.

Does this deployment workflow support local CUDA and MPS environments?

This deployment workflow supports local CUDA and MPS environments. It provides environment-aware deployment that automatically detects local GPU availability and applies pre-flight validation before launching ML training jobs.

Do I need W&B integration to monitor ML experiments on remote servers?

No, you do not need W&B integration to monitor ML experiments on remote servers. W&B integration is optional; the core deployment process handles end-to-end experiment launch, monitoring, and results collection independently of experiment tracking tools.