rlxp-plan-baseline

Create a study-scoped reinforcement-learning baseline plan with training commands and metric paths.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual guesswork from preparing an approved reinforcement-learning baseline by turning study requirements into a concrete run plan.

Core Features & Use Cases

  • Baseline Run Planning: Defines the first lifecycle-controlled training run for an active study.
  • Command and Output Specification: Captures training and evaluation commands, seeds, expected outputs, and metric extraction paths.
  • Safety-Bounded Setup: Keeps baseline preparation separate from reward, curriculum, domain randomization, task code, and metric changes.
  • Use Case: A researcher can use this Skill to turn an approved contract into a reproducible baseline candidate and execution summary before launch.

Quick Start

Use the rlxp-plan-baseline skill to draft a study-scoped baseline plan for the active contract, including train and evaluation commands, seeds, expected outputs, and metric extraction paths.

Frequently Asked Questions about rlxp-plan-baseline

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

FAQPage Schema
How do I plan a reinforcement learning baseline run for an approved study?

To plan a reinforcement learning baseline run, you need to define training and evaluation commands, seeds, expected outputs, and metric extraction paths for your active study contract. This process creates a reproducible baseline candidate file and execution summary before launch.

What is a study-scoped baseline plan in reinforcement learning?

A study-scoped baseline plan is a concrete run preparation document that defines the first lifecycle-controlled training run. It captures commands, seeds, and metric extraction paths to remove manual guesswork from turning approved study requirements into a reproducible execution summary.

Do I need task cards and hardware budgets to prepare an RL baseline candidate?

Yes, preparing an RL baseline candidate requires task cards, adapters, contracts, and hardware and budget details. These inputs are necessary to generate the baseline candidate file and command summary without altering existing task code or metrics.

Can I modify reward functions or domain randomization during baseline run preparation?

No, baseline run preparation is safety-bounded and strictly keeps setup separate from reward, curriculum, domain randomization, task code, and metric changes. This scoping ensures the baseline plan remains a controlled first run before any autoloop or candidate validation.

What's the best way to define metric extraction paths for an RL experiment workflow?

The best way to define metric extraction paths is by generating a baseline candidate file through a structured run preparation process. This captures expected outputs and evaluation commands, ensuring metrics are correctly traced before initiating autoloop or run analysis.

When should I not use an automated baseline planning approach for reinforcement learning?

You should not use automated baseline planning if your study workflow is not yet approved or if you intend to simultaneously modify reward, curriculum, domain randomization, or task code. It is designed strictly for first lifecycle-controlled runs requiring no code changes.