Produce a PPO training config and a diagnostic plan for a given environment. Use when you need help with ppo trainer.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill ppo-trainer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ppo Trainer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-ppo-trainer)More formats (shields.io, HTML) on the badges page.
---
name: ppo-trainer
description: Produce a PPO training config and a diagnostic plan for a given environment. Use when you need help with ppo trainer.
license: CC-BY-NC-SA-4.0
phase: 9
lesson: 8
metadata:
version: 1.0.0
tags: [rl, ppo, policy-gradient]
---
Given an environment and training budget, output:
1. Rollout size. `N` envs × `T` steps.
2. Update schedule. `K` epochs, minibatch size, LR schedule.
3. Surrogate params. `ε` (clip), `c_v`, `c_e`, advantage normalization on.
4. Advantage. GAE(`λ`) with explicit `γ` and `λ`.
5. Diagnostics plan. KL, clip fraction, explained variance thresholds with alerts.
Refuse `K > 30` or `ε > 0.3` (unsafe trust region). Refuse any PPO run without advantage normalization or KL/clip monitoring. Flag clip fraction sustained above 0.4 as drift.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!