一键导入
detecting-reward-hacking
Aggressively audit W&B metrics and simulation replays to ensure the agent is solving the problem and not exploiting simulation bugs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Aggressively audit W&B metrics and simulation replays to ensure the agent is solving the problem and not exploiting simulation bugs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrator agent for agent-01-discovery
Orchestrator agent for agent-02-simulation
Orchestrator agent for agent-03-baseline
Orchestrator agent for agent-04-training
Orchestrator agent for agent-05-evaluator
Orchestrator agent for agent-06-deployment
| name | Detecting Reward Hacking |
| description | Aggressively audit W&B metrics and simulation replays to ensure the agent is solving the problem and not exploiting simulation bugs. |
| version | 0.1.0 |
RL Agents are infamous for mathematically satisfying the objective function by exploiting logical bugs in the environment (e.g., pausing the game permanently to avoid losing points, or moving in circles to farm "progress" rewards). This skill establishes the auditing protocols.
episode_reward while the episode_length drops to 1 or terminates instantly, the agent found a way to trigger a false success sequence.episode_length maximizes but reward is abnormally high, the agent might be indefinitely looping a small positive reward action (farming without progressing the actual world goals).value_loss spikes or explained_variance goes negative while rewards go up, the agent has found a chaotic, highly unpredictable exploit that the critic cannot mathematically model, but the actor is executing..zip / .pt network weights.If hacking is detected:
IMMEDIATELY halt the agent-04-training workflow. Log an alert to return to agent-01-discovery, Step 04 designing-reward-function to mathematically patch the vulnerability using Difference Metrics or new Penalty Terms.
If clear:
Audit Status:
Reward_Hacking_Detected: [False]
Visual_Verification: [Passed]