import order changed

This commit is contained in:
2026-08-07 14:51:37 +02:00
parent 3e6e40f0c5
commit 12b8f80002
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
from .env import JackBotEnv
from .model import ActorCritic
from .env import JackBotEnv, CurriculumPhase
__all__ = ["JackBotEnv", "ActorCritic"]
__all__ = ["JackBotEnv", "CurriculumPhase"]
+1 -1
View File
@@ -3,10 +3,10 @@ ml/run_eval_training.py - Benchmark reward system across all curriculum phases.
"""
import time
import numpy as np
from ml.env import JackBotEnv, CurriculumPhase
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).resolve().parent.parent))
from ml.env import JackBotEnv, CurriculumPhase
def evaluate_kinematics(episode_length: int = 1000):
env = JackBotEnv(