一键导入
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).