feat(*): FInal updates before training begins

This commit is contained in:
Josh Creek
2023-10-22 20:44:43 +01:00
parent 22ff9a62e9
commit 5623396bff
2 changed files with 46 additions and 1 deletions
+1
View File
@@ -179,5 +179,6 @@ if __name__ == "__main__":
),
timestep_limit=1_000_000_000,
log_to_wandb=True,
n_checkpoints_to_keep=10_000,
)
learner.learn()