Skip to content

Commit

Permalink
Increase expert training steps in quickstart.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jas-ho committed Aug 8, 2023
1 parent b9e07e9 commit 7a38f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def train_expert():
n_epochs=10,
n_steps=64,
)
expert.learn(100) # Note: change this to 100000 to train a decent expert.
expert.learn(1_000) # Note: change this to 100_000 to train a decent expert.
return expert


Expand Down

0 comments on commit 7a38f0e

Please sign in to comment.