Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user