From f582e7215165e33bb1d6fe09d986b3ae48a49c8d Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 12 Mar 2026 21:04:56 +0100 Subject: [PATCH] drop note --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7d30587..4471c24 100644 --- a/README.md +++ b/README.md @@ -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