rlxp-autoloop

Resume and govern an autonomous RLXP experiment loop from existing study state.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you resume and automate an approved reinforcement-learning experiment loop without mixing tasks, violating scope, or launching unsafe runs.

Core Features & Use Cases

  • State-aware iteration: Reads the current .rlxp/ state, contract, ledger, reports, candidates, and run artifacts before deciding the next action.
  • Safe experiment control: Validates launch gates, enforces budget and scope checks, and allows training only through the bundled autoloop runner.
  • Evidence-driven decisions: Compares results against the incumbent, classifies outcomes, proposes the next candidate, and updates study artifacts.
  • Use Case: Continue an in-progress RL study where the assistant must analyze results, decide whether the latest run is acceptable, and either launch the next approved candidate or stop at a boundary.

Quick Start

Ask the assistant to resume the RLXP autoloop for the active task and continue iterating until the approved budget or stop rule is reached.

Frequently Asked Questions about rlxp-autoloop

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

FAQPage Schema
How do I automate a reinforcement learning experiment loop safely?

Automating a reinforcement learning experiment loop safely requires validating launch gates, enforcing budget and scope checks, and executing training only through a bundled autoloop runner to preserve deterministic state updates.

How does state management work when resuming an RL experiment?

State management for resuming an RL experiment works by reading the existing `.rlxp/` state, contract, ledger, reports, candidates, and run artifacts to decide the next action without mixing scopes.

Can I validate RL candidates and enforce a training budget automatically?

Validating RL candidates and enforcing a training budget automatically is possible through budget gating, candidate lifecycle tracking, and contract checks applied before any training run launches.

Do I need an existing study repository to use automated RL experiment control?

Automated RL experiment control requires an approved reinforcement-learning task and study repository with existing state, ensuring the loop resumes from established artifacts rather than starting fresh.

Why does my RL training run fail launch validation checks?

RL training runs fail launch validation when contract checks, budget gates, or scope boundaries are violated, preventing unsafe runs from executing outside the approved experiment parameters.

What is the best way to compare reinforcement learning run results against an incumbent?

Comparing reinforcement learning run results against an incumbent involves evidence-driven decisions where the loop classifies outcomes, proposes the next candidate, and updates study artifacts based on the comparison.