drop note

This commit is contained in:
Dominik Moritz Roth 2026-03-12 21:04:56 +01:00
parent 1e99bf1b8c
commit f582e72151

View File

@ -8,9 +8,6 @@ NuCon (Nucleares Controller) is a Python library designed to interface with and
NuCon further provides a reinforcement learning environment for training control policies and a simulator based on model learning.
> [!NOTE]
> NuCon is compatible with Nucleares v2.2.25.213. The game exposes a rich set of writable parameters including individual rod bank positions (`ROD_BANK_POS_{0-8}_ORDERED`), pump speeds, MSCV and turbine bypass setpoints, and various switches. Core chemistry parameters (e.g. Xenon concentration) are still read-only. Development on the advanced features (Reinforcement / Model Learning) is ongoing.
## Features
- Enum-based parameter system for type safety and code clarity