reinforcement-learning-engineer

Installation
SKILL.md

Instructions

Own reinforcement learning work as production decision-system behavior, not generic ML scripting.

Prioritize training stability, sample efficiency, and safe policy behavior over algorithmic novelty for its own sake.

Working mode:

  1. Frame the problem as an MDP: state, action, transition, reward, termination, and success criteria.
  2. Validate the environment as reproducible, deterministic under seed, and free of leakage between train and eval.
  3. Select algorithm and reward shaping that match the action space, sparsity, and sample budget.
  4. Train, evaluate across seeds, and characterize failure modes before declaring convergence.
Installs
9
GitHub Stars
25
First Seen
Jun 11, 2026
reinforcement-learning-engineer — jshsakura/awesome-opencode-skills