Skip to content

Commit

Permalink
push push
Browse files Browse the repository at this point in the history
  • Loading branch information
manila95 committed Mar 20, 2024
1 parent b9cc679 commit e5923b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanrl/ppo_continuous_action_wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def train(cfg):
cfg.use_risk = False if cfg.risk_model_path == "None" else True

import wandb
run = wandb.init(config=vars(cfg), entity="kaustubh95",
run = wandb.init(config=vars(cfg), entity="kaustubh_umontreal",
project="risk_aware_exploration",
monitor_gym=True,
sync_tensorboard=True, save_code=True)
Expand Down

0 comments on commit e5923b4

Please sign in to comment.