rlxp-monitor-training

Monitor active RL training runs for failures and metric regressions.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/junhyekh/rlxp --skill rlxp-monitor-training
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rlxp-monitor-training
Source: https://github.com/junhyekh/rlxp/tree/main/plugins/rl-experiment-assistant/skills/rlxp-monitor-training
Command: npx skills add https://github.com/junhyekh/rlxp --skill rlxp-monitor-training

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you watch active RL training runs for early warning signs so you can catch instability, resource issues, and metric regressions before they waste time or corrupt a study.

Core Features & Use Cases

  • Run Health Monitoring: Checks process state, GPU assignment, queue status, and logging behavior during live training.
  • Failure Detection: Flags NaN/Inf events, simulator crashes, episode collapse, reward domination, saturation, and missing metrics.
  • Operational Guidance: Produces a clear continue, wait, or stop-investigate recommendation without exceeding contract authority.
  • Use Case: Use it when a training job is running but the logs look suspicious, GPU utilization drops unexpectedly, or a guardrail appears to be regressing.

Quick Start

Ask the assistant to monitor the active RL run using the run ID, logs, GPU status, metric stream, and guardrails, then return a concise health summary and recommendation.

Frequently Asked Questions about rlxp-monitor-training

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

FAQPage Schema
How do I monitor RL training runs for NaN detection and GPU health issues?

You monitor RL training runs by inspecting process status, GPU assignment, queue checks, and metric streams to detect NaN/Inf events, simulator crashes, and saturation. This produces a continue, wait, or stop-investigate recommendation based on run health.

What causes simulator crashes and reward domination during reinforcement learning?

Simulator crashes and reward domination during reinforcement learning stem from instability, resource issues, and metric regressions. Run monitoring checks process state, GPU assignment, and logging behavior to flag these early warning signs before they corrupt a study.

How do I check if my RL training run is failing before it wastes compute resources?

You check for failing RL training runs by monitoring logs, GPU utilization, metric streams, and guardrails for regressions. Health monitoring detects episode collapse, saturation, and missing metrics to catch instability early and prevent wasted compute.

Can I automatically stop RL training when guardrails are violated?

You cannot automatically stop RL training when guardrails are violated. Run monitoring produces a stop-investigate recommendation but does not exceed its contract authority, meaning it advises action without unauthorized run termination.

What should I do when GPU utilization drops unexpectedly during RL training?

When GPU utilization drops unexpectedly during RL training, you should inspect process status, GPU assignment, and queue status. Monitoring flags saturation, missing metrics, and suspicious logging behavior to determine whether to continue, wait, or stop and investigate.

Does RL run monitoring work with active training jobs that only have logs and metric streams?

RL run monitoring works with active training jobs that have logs, process status, GPU assignment, and metric streams. It applies to in-progress task and study runs across simulator, logging, and reward-heavy workflows to detect failures before they spread.