rlxp-reward-review

Reviews reinforcement-learning reward changes for task alignment and approval readiness.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you review reinforcement-learning reward changes before they are approved, reducing the risk of reward hacking, misaligned objectives, and unstable training behavior.

Core Features & Use Cases

  • Task Alignment Review: Checks whether a proposed reward change still matches the study objective and expected success criteria.
  • Safety and Stability Screening: Flags privileged signals, guardrail conflicts, discontinuities, saturation, and other reward design risks.
  • Approval Readiness Assessment: Produces a risk assessment, suggested fixes, and a recommendation for whether the change is ready to validate.
  • Use Case: Use it when a teammate proposes a reward parameter tweak or reward-function edit and you need a conservative review before running experiments.

Quick Start

Ask the assistant to review your proposed reward change against the task objective, available training signals, guardrails, and approval criteria, then summarize risks and fixes.

Frequently Asked Questions about rlxp-reward-review

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

FAQPage Schema
How do I review reinforcement-learning reward changes for reward hacking risks?

Reviewing reinforcement-learning reward changes involves checking proposed parameter tweaks and code edits for task alignment, privileged signals, and saturation risks before running experiments to prevent reward hacking and unstable training behavior.

What is reward hacking in RL experiment workflows?

Reward hacking in RL experiment workflows occurs when a reward function exploits unintended signals or guardrails, causing misaligned objectives; reviewing reward changes before approval flags these privileged signals and discontinuities to maintain task alignment.

How do I assess if a reward function change is ready for experiment validation?

Assessing approval readiness for a reward function change requires evaluating task alignment, scale compatibility, and signal availability against the task objective and metric spec, producing a risk assessment and suggested fixes before validation.

Can I check task alignment for reward parameter tweaks before training?

Yes, checking task alignment for reward parameter tweaks before training requires the study objective and expected success criteria to verify the proposed reward change matches the intended task outcome and avoids misaligned objectives.

What guardrail conflicts should I look for when editing reward code?

When editing reward code, look for guardrail conflicts involving privileged training-time signals, discontinuities, and saturation that threaten safety and stability, using available training-time signals and reward reflection context to screen for risks.

Why does my reinforcement learning training show unstable behavior after a reward change?

Unstable training behavior after a reward change often stems from scale incompatibility or discontinuities in the reward function, requiring a conservative review of signal availability and task alignment to identify and fix design risks.