원클릭으로
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).