Corrected and extended from the RL Evaluation seat's spreadsheet draft:
snake_case names with units, controller as a column value, identity and
version columns, the energy totals Business's register rows need, and the
open questions for Business. S0 (no hydrogen) is a Simulations scenario, not
a controller.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
- Root pyproject.toml + uv.lock: one pinned Python 3.12 environment for every
cluster (the Project Manual's rule), as a uv workspace; cluster code folders
are workspace members.
- AICONTROL/: the AI & Control cluster package. spaces.py builds the 64-value
observation and 4-value action spaces from configs/env.yaml; interface draft
for the November session with Simulations; tests; clone-and-run README.
- .gitignore: Python environment, caches, W&B runs, raw data downloads.
- CLAUDE.md: repository guidance for Claude Code.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>