Skip to content

Commit

Permalink
train_line trains closer to convergence by default
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Mar 31, 2024
1 parent d1d1961 commit 34d8232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/examples/train_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def train(
gflownet,
environment,
lr_base=1e-3,
n_trajectories=1.28e6,
n_trajectories=5e6,
batch_size=256,
exploration_var_starting_val=exploration_var_starting_val,
)
Expand Down

0 comments on commit 34d8232

Please sign in to comment.