diff --git a/benchmark/primaite_benchmark.py b/benchmark/primaite_benchmark.py index 542f46d7..0e6c2acc 100644 --- a/benchmark/primaite_benchmark.py +++ b/benchmark/primaite_benchmark.py @@ -5,12 +5,12 @@ from datetime import datetime from pathlib import Path from typing import Any, Dict, Final, Tuple +from report import build_benchmark_md_report from stable_baselines3 import PPO import primaite from benchmark import BenchmarkPrimaiteGymEnv from primaite.config.load import data_manipulation_config_path -from report import build_benchmark_md_report _LOGGER = primaite.getLogger(__name__)