ワンクリックで
experiment-implementation
How to change code, tests, configs, and launch in this repo; output is concrete edits and run commands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
How to change code, tests, configs, and launch in this repo; output is concrete edits and run commands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Provides guidance for interpretability of Leela Chess Zero (lc0) neural networks. Use when loading lc0 models, encoding chess boards, running inference, visualizing heatmaps, probing concepts, evaluating on puzzles, or pairing with tdhook, captum, zennit, or nnsight for XAI.
Provides guidance for interpreting and manipulating neural network internals using tdhook with TensorDict and PyTorch hooks. Use when needing attribution maps, activation analysis, probing, steering, activation patching, or weight-level interventions on PyTorch or TensorDict models.
Turn grouped literature notes into background or related-work text; no claims beyond what the notes support.
Map claims in the paper to results, configs, or code; avoid unsupported claims.
Patterns and checklists for designing and refining experiments in this research template.
One-paper-per-note structure and grouping by theme; output is structured notes usable for background/related work.
| name | experiment-implementation |
| description | How to change code, tests, configs, and launch in this repo; output is concrete edits and run commands. |
references/implementation-notes.md for this template's layout (scripts, configs, results, tests, launch).configs/<script_name>/; ensure defaults in configs/run_experiment.yaml reference the right groups; suggest CLI overrides (e.g. demo=first).src/chess_experiments/ or script modules under scripts/ in small, reviewable steps; avoid large refactors in one go.tests/; run with uv run pytest. Prefer unit tests for core logic.launch/ scripts and configs/hydra/launcher/ for submitit/slurm.uv run -m scripts.run_experiment demo=first). Mention that outputs go to results/ (untracked).