NuCon/nucon
Dominik Roth c78106dffc Add valve API, cheat_mode, and write-only param fixes
- Rename is_admin/admin_mode -> is_cheat/cheat_mode (only FUN_* event
  triggers are cheat params, not operational commands like SCRAM)
- Fix steam ejector valve write commands: int 0-100, not bool
- Move SCRAM, EMERGENCY_STOP, bay hatches, turbine trip etc. to normal
  write-only (not cheat-gated)
- Add FUN_IS_ENABLED to readable params (it appears in GET list)
- Add get_valve/get_valves, open/close/off_valve(s) methods with correct
  actuator semantics: OPEN/CLOSE powers motor, OFF holds position

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 17:16:08 +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 valve API, cheat_mode, and write-only param fixes 2026-03-12 17:16:08 +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