Skip to content

Commit

Permalink
update eps
Browse files Browse the repository at this point in the history
  • Loading branch information
Janetalready committed Sep 21, 2022
1 parent a988b48 commit bfee69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_dreamer_add_class_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def train(opt):

device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
sender = Sender(device, opt.max_step, opt, width = 128)
receiver = ReceiverOnestep(device, opt.game_size, 128, opt, eps=opt.eps)
receiver = ReceiverOnestep(device, opt.game_size, 128, opt)
value_model = ValueModel(128, opt.game_size)

sender.to(device)
Expand Down

0 comments on commit bfee69a

Please sign in to comment.