NuCon/nucon
Dominik Roth 2ec68ff2e5 Add is_admin flag and admin_mode for dangerous write-only parameters
Parameters like CORE_SCRAM_BUTTON, CORE_EMERGENCY_STOP, bay hatch/fuel
loading, VALVE_OPEN/CLOSE/OFF, STEAM_TURBINE_TRIP, and all FUN_* event
triggers are now marked is_admin=True. Writing to them is blocked unless
the Nucon instance has admin_mode=True or force=True is used.

Normal control setpoints (MSCV_*, STEAM_TURBINE_*_BYPASS_ORDERED,
CHEM_BORON_*) remain write-only but are not admin-gated.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 16:42:13 +01:00
..
drake_assets Impl drake 2024-10-03 23:25:53 +02:00
__init__.py Dev and simulator fixes 2026-03-12 16:27:48 +01:00
core.py Add is_admin flag and admin_mode for dangerous write-only parameters 2026-03-12 16:42:13 +01:00
drake.py Fix typo in meme 2024-10-03 23:28:29 +02:00
model.py Implemenetd Model Learning 2024-10-03 21:55:59 +02:00
rl.py Morer objectives and fixes 2024-10-03 21:56:27 +02:00
sim.py Dev and simulator fixes 2026-03-12 16:27:48 +01:00