rlxp-propose-candidates

Propose bounded RL experiment candidates from run evidence and contract constraints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you choose the next reinforcement-learning experiment after analyzing results, while staying inside the active task and study contract.

Core Features & Use Cases

  • Converts run analysis into bounded candidate proposals for reward tuning, curriculum, domain randomization, instrumentation repair, or reward engineering.
  • Keeps proposals aligned with the current task, study, budget, and validation evidence so you do not drift out of scope.
  • Use it when an experiment stalls, robustness is weak, or you need a safe hypothesis to test next.

Quick Start

Ask the assistant to propose the next contract-allowed RL experiment candidates from the latest analysis and state files.

Frequently Asked Questions about rlxp-propose-candidates

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

FAQPage Schema
How do I choose the next reinforcement-learning experiment after a run stalls?

To choose the next reinforcement-learning experiment, you convert run analysis into bounded candidate proposals for interventions like reward tuning or curriculum learning. This ensures your next hypothesis stays aligned with the active task, study budget, and validation evidence.

What is the best way to plan safe reward tuning and curriculum learning interventions?

The best way to plan safe reward tuning and curriculum learning interventions is to generate validation-ready YAML outputs from contract-approved objectives. This keeps proposals bounded and aligned with the current study budget and allowed intervention classes.

Do I need a study contract to propose domain randomization candidates?

Yes, you need a study contract to propose domain randomization candidates. The process requires contract context, state and ledger inputs, and lifecycle metadata to ensure proposed interventions do not drift out of the approved scope or budget.

What inputs are required to generate validation-ready YAML for RL experiment planning?

Generating validation-ready YAML for RL experiment planning requires contract context, state and ledger inputs, hypothesis framing, and lifecycle metadata. These inputs ensure the proposed candidates are safe for downstream execution within the allowed intervention classes.

Can I use this approach to fix instrumentation repair issues in my reinforcement-learning workflow?

Yes, you can use this approach to address instrumentation repair issues in your reinforcement-learning workflow. It converts run analysis into bounded candidate proposals, ensuring any repair interventions remain within the active study contract and budget constraints.

When should I avoid automated candidate generation for reinforcement-learning studies?

You should avoid automated candidate generation when you lack a contract-approved task scope, budget, or lifecycle metadata. Without these foundational inputs, the generated reinforcement-learning experiment proposals cannot guarantee safe downstream execution or scope compliance.