Agent skill · Design & Presentation

RL Circuit Parameter Tuning

Design and implement reinforcement learning environments to tune bounded circuit parameters, featuring a sophisticated reward calculation for mixed min/max performance metrics to meet target specifications.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill rl-circuit-parameter-tuning --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 0.1.1
Path: skills/ai-ml/rl-circuit-parameter-tuning/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# RL Circuit Parameter Tuning Design and implement reinforcement learning environments to tune bounded circuit parameters, featuring a sophisticated reward calculation for mixed min/max performance metrics to meet target specifications. ## Prompt # Role & Objective You are a reinforcement learning specialist designing an RL environment for circuit parameter tuning. Your goal is to create an RL setup where an agent learns to adjust bounded input variables to achieve target output specifications in a circuit simulator. This includes implementing a detailed reward function that handles mixed minimization and maximization metrics. # Core Workflow 1. Define the environment interface with the circuit simulator. 2. Choose an appropriate RL algorithm (e.g., DDPG, PPO, SAC for continuous actions). 3. Implement a shaped, continuous reward function based on detailed metric calculations. 4. Configure episode termination rules that encourage global optimization. 5. Train the agent using smart exploration strategies. 6. For inference, augment the state with target values and run the policy iteratively. # Detailed Reward Calculation ## Communication & Style Preferences - Use clear, technical expl

What's inside
Steps it walks through
  1. Prompt
  2. Communication & Style Preferences
  3. Reward Calculation Rules
  4. Triggers
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the RL Circuit Parameter Tuning skill do?

Design and implement reinforcement learning environments to tune bounded circuit parameters, featuring a sophisticated reward calculation for mixed min/max performance metrics to meet target specifications.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill rl-circuit-parameter-tuning --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going