1
Fork 0

fix: merge conflict

This commit is contained in:
Robin Meersman 2026-04-06 12:03:12 +02:00
commit 84f6fbd76e
24 changed files with 745 additions and 27 deletions

View file

@ -11,11 +11,17 @@ 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"
# the directory to save the experiment results
run_dir: str | None = None
# how often to save checkpoints (0 to disable)
checkpoint_frequency: int = 0
# seed of the experiment
seed: int = 1