Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-04-04 20:10:26 +08:00
parent 2513ee91ca
commit 427fbc8c2b
6 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def load_config(path: str) -> dict:
ROOT = os.path.dirname(os.path.abspath(__file__))
SAC_CFG_PATH = os.path.join(ROOT, "configs", "pendulum_config.yaml")
SAC_CFG_PATH = os.path.join(ROOT, "configs", "sac_pendulum_config.yaml")
PPO_CFG_PATH = os.path.join(ROOT, "configs", "ppo_pendulum_config.yaml")