feat: enhance training and evaluation processes with new parameters and normalization options

This commit is contained in:
2026-04-08 14:18:28 +02:00
committed by Janis
parent a5560285fd
commit 0bf1d52132
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -19,6 +19,7 @@ Try to stick to these commands for consistency.
| `api` | Model / shared types | (none) |
| `core` | Primary business logic | api, rule |
| `rule` | Game rules | api |
| `bot` | Bots and AI | api,rule,io |
| `io` | Export formats | api, core |
| `ui` | Entrypoint & UI | core, io |