Skip to content

Commit

Permalink
add forgotten keyword in train_line.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saleml committed Apr 2, 2024
1 parent bff764d commit 89c72b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/examples/train_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def train(
env,
n_samples=batch_size,
save_estimator_outputs=True,
save_logprobs=False,
scale_factor=scale_schedule[iteration], # Off policy kwargs.
)
training_samples = gflownet.to_training_samples(trajectories)
Expand Down

0 comments on commit 89c72b5

Please sign in to comment.