Skip to content
Snippets Groups Projects
Commit 1771d7e4 authored by Christoph Kowalski's avatar Christoph Kowalski
Browse files

Updated logging to wandb

parent 9f856ab7
No related branches found
No related tags found
2 merge requests!110V1.2.0 changes,!109SB3 RL with Hydra
Pipeline #60814 passed
......@@ -44,7 +44,7 @@ def main(cfg: DictConfig):
# also upload the environment config to W&B and all stable baselines3 hyperparams
run = wandb.init(
project=additional_configs["project_name"],
config=config,
config=data_to_log,
sync_tensorboard=additional_configs["sync_tensorboard"], # auto-upload sb3's tensorboard metrics
monitor_gym=additional_configs["monitor_gym"],
dir= additional_configs["log_path"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment