1
Fork 0

refactor: set wandb entity and simplify READMEs

This commit is contained in:
Tibo De Peuter 2026-04-01 10:26:39 +02:00
parent 3e992a3377
commit 7e7c5bf27c
7 changed files with 21 additions and 218 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 = None
wandb_entity: str | None = "SEL3-2026-Groep-4"
# whether to capture videos of the agent performances (check out `videos` folder)
capture_video: bool = False