1
Fork 0

fix(train): integrate YAML config

This commit is contained in:
Tibo De Peuter 2026-03-31 23:05:43 +02:00
parent 2001a92e75
commit e160a55d95
3 changed files with 10 additions and 2 deletions

View file

@ -26,7 +26,7 @@ class PPOArgs:
wandb_project_name: str = "PPO-Modularity"
# the entity (team) of wandb's project
wandb_entity: str | None = "tdpeuter-ghent-university"
wandb_entity: str | None = None
# whether to capture videos of the agent performances (check out `videos` folder)
capture_video: bool = False