Skip to content

Commit

Permalink
Add script to re-run the best trials from a hyperparameter tuning run.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Jan 22, 2024
1 parent 2520508 commit 147c996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tuning/tune.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Script to tune hyperparameters for imitation learning algorithms using optuna."""
import argparse

import optuna
Expand Down

0 comments on commit 147c996

Please sign in to comment.