chore: refactoring fitgures directory

This commit is contained in:
2026-03-17 09:47:40 +01:00
parent 3439775fbd
commit fb09ea2b68
30 changed files with 672 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ from process_ppo_benchmark import run as run_ppo_benchmark
def _default_output_dir() -> Path:
return Path(__file__).resolve().parent / "generated"
return Path(__file__).resolve().parent / "generated" / "legacy"
def main() -> None: