Skip to content

Commit

Permalink
risk weighted exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
manila95 committed Dec 21, 2023
1 parent 05e6dac commit 1d9e90e
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 @@ -690,7 +690,7 @@ def train(cfg):

values[step] = value.flatten()

if cfg.use_risk:
if cfg.use_risk and False:
with torch.no_grad():
# print(candidates)
candidates = candidates.squeeze()
Expand Down

0 comments on commit 1d9e90e

Please sign in to comment.