training-pipeline

Orchestrate RL training workflows by routing tasks to specialized sub-skills.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mzqef/MotrixLab --skill training-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: training-pipeline
Source: https://github.com/mzqef/MotrixLab/tree/main/.github/skills/training-pipeline
Command: npx skills add https://github.com/mzqef/MotrixLab --skill training-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates RL training tasks by routing to specialized sub-skills and managing experiment campaigns.

Core Features & Use Cases

  • Curriculum-learning routing: delegates to curriculum-learning skill to progressively introduce tasks.
  • Hyperparameter optimization coordination: triggers and coordinates hyperparameter search with AutoML workflows.
  • Reward/penalty engineering integration: coordinates adjustments across reward tuning components.
  • Training campaign management: oversees multi-run experiments and result tracking.

Quick Start

Use the training-pipeline skill to initiate an automl-guided training campaign and route to curriculum-learning, hyperparameter-optimization, or reward-penalty-engineering as needed.

Frequently Asked Questions about training-pipeline

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

FAQPage Schema
How do I coordinate multi-stage curriculum learning in reinforcement learning workflows?

To coordinate multi-stage curriculum learning in reinforcement learning workflows, this Skill routes tasks to specialized sub-skills that progressively introduce training stages. It manages the experiment campaigns and delegates execution to curriculum-learning components.

How do I automate hyperparameter search across RL experiments?

Automating hyperparameter search across RL experiments involves triggering AutoML workflows and coordinating them through this Skill. It manages the search campaigns by routing optimization tasks to dedicated sub-skills for execution.

What is the best way to manage reward and penalty tuning during a training campaign?

Managing reward and penalty tuning during a training campaign requires coordinating adjustments across reward tuning components. This Skill integrates directly with those components to oversee and synchronize engineering changes across active RL runs.

Do I need AutoML scripts to use this training workflow orchestration?

Yes, AutoML scripts are required to use this training workflow orchestration. The Skill relies on integration with automl scripts and starter_kit_schedule components to route tasks and manage experiment campaigns effectively.

How does routing work for sub-skills in an RL training pipeline?

Routing for sub-skills in an RL training pipeline works by using the Skill's frontmatter definitions and operational instructions to delegate tasks. It directs workflow stages like curriculum learning to specialized skills based on campaign needs.

Can I track multiple RL experiment runs simultaneously with this orchestration approach?

Yes, you can track multiple RL experiment runs simultaneously with this orchestration approach. The Skill provides training campaign management capabilities, overseeing multi-run experiments and aggregating results across all active workflows.