Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into polynet
Browse files Browse the repository at this point in the history
  • Loading branch information
ahottung committed Jun 3, 2024
2 parents e6772e9 + b24373e commit d837786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl4co/envs/routing/op/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _reset(
device=device,
),
"current_total_prize": torch.zeros(
*batch_size, 1, dtype=torch.float, device=device
*batch_size, dtype=torch.float, device=device
),
"i": torch.zeros(
(*batch_size,), dtype=torch.int64, device=device
Expand Down

0 comments on commit d837786

Please sign in to comment.