NuCon/nucon
Dominik Roth 90616dcf69 Full parameter coverage compatible with game V2.2.25.213
- Add ~300 missing parameters with types, ranges, and units
- Add SPECIAL_VARIABLES frozenset to block non-param game endpoints
- Fix batch query to handle {"values": {...}} wrapper
- Fix str-typed params falling back to individual GET (batch returns int codes)
- Handle null/empty values from uninstalled subsystems
- Add is_readable field to NuconParameter for write-only support
- Add 57 write-only parameters: SCRAM, emergency stop, bay hatches/fuel loading,
  RODS_ALL_POS_ORDERED, MSCVs, steam turbine bypass/trip, ejector valves,
  VALVE_OPEN/CLOSE/OFF, chemistry rates, FUN_* event triggers
- Update get_all/get_all_readable/get_all_iter to skip write-only params
- __len__ now reflects readable param count (consistent with get_all)
- Update tests to skip write-only params in write test, handle None values

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 16:27:57 +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 Full parameter coverage compatible with game V2.2.25.213 2026-03-12 16:27:57 +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