You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run a sweep in order to search for Hyper parameter. I figured out that a sweep wand config that worked for SB3 did not work for skrl. For instance, failing runs won't be stopped by wandb when using skrl. Have you had the same issue?
Here the sweeping configuration and wandb configuration in skrl:
experiment:
directory: "./training_data/"
experiment_name: ""
write_interval: 512 # Not used, we use the rollout value instead
checkpoint_interval: 1000
store_separately: False
wandb: True
wandb_kwargs:
project: project1
mode: online
monitor_gym: True
sync_tensorboard: True
Description
Hello,
When trying to run a sweep in order to search for Hyper parameter. I figured out that a sweep wand config that worked for SB3 did not work for skrl. For instance, failing runs won't be stopped by wandb when using skrl. Have you had the same issue?
Here the sweeping configuration and wandb configuration in skrl:
What skrl version are you using?
1.3.0
What ML framework/library version are you using?
2.4.0+cu118
Additional system information
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: