1
Fork 0

feat(hpc): rename config_path to env_config_path and support YAML configs

This commit is contained in:
Tibo De Peuter 2026-04-04 19:07:01 +02:00
parent 457a23e5cb
commit ed20325fef
5 changed files with 20 additions and 14 deletions

View file

@ -8,7 +8,7 @@ class PPOArgs:
"""
# path to environment config file, if None, use default config
config_path: str | None = None
env_config_path: str | None = None
# the name of this experiment
exp_name: str = "brittle_star_ppo"