Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Dec 15, 2024
2 parents 3a4e29b + 3f73fc9 commit e28cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sota-implementations/iql/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def make_discrete_loss(loss_cfg, model, device):
expectile=loss_cfg.expectile,
action_space="categorical",
)
loss_module.make_value_estimator(gamma=loss_cfg.gammam, device=device)
loss_module.make_value_estimator(gamma=loss_cfg.gamma, device=device)
target_net_updater = HardUpdate(
loss_module, value_network_update_interval=loss_cfg.hard_update_interval
)
Expand Down

0 comments on commit e28cdb3

Please sign in to comment.