Skip to content

Commit

Permalink
Rollback docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Jan 24, 2024
1 parent 550b8a9 commit fceabe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def train(
num_eval_episodes_for_front: number of episodes to run when evaluating the policy.
weight_selection_algo (str): Weight selection algorithm to use.
timesteps_per_iter (int): Number of timesteps to train the agent for each iteration.
eval_freq (int): Number of timesteps between each MO evaluation.
eval_freq (int): Number of timesteps between evaluations during an iteration.
checkpoints (bool): Whether to save checkpoints.
"""
if self.log:
Expand Down

0 comments on commit fceabe6

Please sign in to comment.