Skip to content

Commit

Permalink
Fix issue DLR-RM#100
Browse files Browse the repository at this point in the history
  • Loading branch information
jkterry1 committed Jun 2, 2021
1 parent 8f41f40 commit 2ad3e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
choices=["halving", "median", "none"],
)
parser.add_argument("--n-startup-trials", help="Number of trials before using optuna sampler", type=int, default=10)
parser.add_argument("--n-evaluations", help="Number of evaluations for hyperparameter optimization", type=int, default=20)
parser.add_argument("--n-evaluations", help="Number of timesteps at which the environment is evaluated during for a single hyperparameter combination", type=int, default=20)
parser.add_argument(
"--storage", help="Database storage path if distributed optimization should be used", type=str, default=None
)
Expand Down

0 comments on commit 2ad3e39

Please sign in to comment.