code reduction for training and eval

reward and everything else changed
again
wont be the last time
This commit is contained in:
2026-08-05 22:44:05 +02:00
parent 15e0206739
commit c93c524a10
10 changed files with 606 additions and 814 deletions
+2 -4
View File
@@ -1,6 +1,4 @@
from .env import JackBotEnv
from .env import JackBotEnv, CurriculumCallback
from .model import ActorCritic
from .train import train
from .evaluate import evaluate
__all__ = ["JackBotEnv", "ActorCritic", "train", "evaluate"]
__all__ = ["JackBotEnv", "CurriculumCallback", "ActorCritic"]