feat(hpc): rename config_path to env_config_path and support YAML configs
This commit is contained in:
parent
457a23e5cb
commit
ed20325fef
5 changed files with 20 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue